flutter_sequencer 0.3.1 copy "flutter_sequencer: ^0.3.1" to clipboard
flutter_sequencer: ^0.3.1 copied to clipboard

outdated

A Flutter plugin for sequencing audio. Use it to build sequences of notes and play them back using sampler instruments. Supports looping.

0.1.0 #

  • Initial release.

0.1.1 #

  • Fix third-party repos in Android build. Now they are downloaded by the Gradle build if they don't exist.

0.1.2 #

  • SampleDescriptor uses default values for most properties.
  • README is updated to explain how to build a sampler without an SFZ.
  • "pitch" has been replaced with "noteNumber" in all the public APIs.
  • Minor refactoring in sfz_parser.dart

0.1.3 #

0.1.4 #

0.2.0 #

  • Migrate to null safety
  • Upgrade lint rules

0.2.1 #

  • Change AudioKit branch name

0.3.0 #

  • Send MIDI note off for all notes when a track is stopped
  • Prevent rounding errors in getIsOver() by using frames instead of beats
  • Add Track.addNoteOn and .addNoteOff methods

0.3.1 #

  • Clone third party repos with JGit library instead of deprecated Gradle plugin in Android build
  • Update Kotlin version to get rid of warnings in Android build
63
likes
0
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for sequencing audio. Use it to build sequences of notes and play them back using sampler instruments. Supports looping.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_sequencer

Packages that implement flutter_sequencer