dart_fire_midi 0.3.0 copy "dart_fire_midi: ^0.3.0" to clipboard
dart_fire_midi: ^0.3.0 copied to clipboard

A library for communicating with a Akai Fire midi controller.

A pure Dart library for communicating with a Akai Fire midi controller.

Usage #

A simple usage example:

void main() async {
  final midiDevices = AlsaMidiDevice.getDevices();
  if (midiDevices.isEmpty) {
    print('missing akai fire controller');
    exit(1);
  }
  final fire = FireDevice(midiDevices.first);
  print('fire device: $fire');
}

see example\dart_fire_midi_example.dart for a more detailed example of how to use the package.

Acknowledgments #

This package is only possible thanks to the work of documenting the Akai Fire's midi implementation done by Paul Curtis at Segger.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
105
pub points
21%
popularity

Publisher

verified publishermanichord.com

A library for communicating with a Akai Fire midi controller.

Repository
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection

More

Packages that depend on dart_fire_midi