flutter_midi_pro 3.1.0
flutter_midi_pro: ^3.1.0 copied to clipboard
The `flutter_midi_pro` plugin provides functions for loading SoundFont (.sf2) files, changing instruments and playing notes with midi commands.
1.0.0 #
- Initial release.
1.0.1 #
- Readme added.
1.0.3 #
- Minor fix.
1.0.4 #
- Class name FlutterMidiPro to MidiPro
1.0.6 #
- Instance error fixed.
2.0.0 #
- Instrument change added.
- Faster and more stable especially for Android.
2.0.1 #
- Stop all notes added.
3.0.0 #
- Stop all notes deleted.
- Init method deleted.
- Android sythesizer method changed to fluidsynth for better performance, stability and sound quality.
- iOS method equalizated with Android methods.
3.0.1 #
- Readme updated.
3.1.0 #
- Click sound when loading sf2 file was fixed.