metronome 2.0.6
metronome: ^2.0.6 copied to clipboard
Efficient, accurate, cross-platform metronome; supports volume, BPM, and audio source settings.
2.0.6 #
- Fix(iOS): when third-party audio software plays sound, it does not interrupt the playback. The metronome also works well. #25
2.0.5 #
- Added(iOS): a temporary
isInitialized
getter in Metronome class to check whether the metronome has been initialized or not #24
2.0.4 #
- Fix(iOS): optimize audio routing change handling and application background mode [#15]https://github.com/biner88/metronome/issues/15)
- Added(iOS): Swift Package Manager support
2.0.1 #
- Fix pub points
- remove path_provider dependency
2.0.0 #
- Add time signature #2
- Add
sampleRate
parameter - Add Live preview
- Add windows support
- Add CallBack function on Tick for web
- Refactoring for MacOS, IOS, Android, Web
- Deprecated
onListenTick
, usetickStream
instead - Remove BPM parameter from
play()
method - Remove
enableSession
parameter, no need to explicitly set audio session - Remove IOS Media Player Widget #16
- Fix Bluetooth headset and default player switching error #15
- Update example
1.1.5 #
- Update readme
1.1.4 #
- Added
enableTickCallback
parameter in init, onTick will be called only when onListenTick is true
1.1.3 #
- Update example
1.1.2 #
1.1.0 #
1.0.4 #
- add pause() method
- fix stop() method replace pause() method
1.0.3 #
- fix android volume control
1.0.2 #
- update screenshot
1.0.0 #
- add android support
- add web support
- add example
- add screenshot
0.0.1 #
- Metronome, currently ios only.