mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

feat: Add SequenceController #17

Open mrniket opened 2 years ago

mrniket commented 2 years ago

This PR adds a SequenceController that allows the user to more easily make the UI react to the sequencer state changes. It exposes a Dart stream that will emit a new SequenceState for every frame. There is a temporary example of usage in the example_2 directory (more specifically: example_2/lib/beat_ticker_provider.dart).

To do: