flutter_midi_engine 0.1.1 copy "flutter_midi_engine: ^0.1.1" to clipboard
flutter_midi_engine: ^0.1.1 copied to clipboard

Advanced MIDI synthesizer plugin with SF2/SF3 soundfont support for Flutter. Play MIDI notes, load soundfonts, and control multi-channel synthesis on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_midi_engine

With Flutter:

 $ flutter pub add flutter_midi_engine

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutter_midi_engine: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_midi_engine/flutter_midi_engine.dart';
1
likes
0
points
197
downloads

Publisher

verified publisherbrewnbeer.com

Weekly Downloads

Advanced MIDI synthesizer plugin with SF2/SF3 soundfont support for Flutter. Play MIDI notes, load soundfonts, and control multi-channel synthesis on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, path_provider, plugin_platform_interface

More

Packages that depend on flutter_midi_engine

Packages that implement flutter_midi_engine