A MIDI Controller Package for Dart

A MIDI controller package for dart. It can send and receive MIDI messages and connect to a network MIDI session.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add midi_controller

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

dependencies:
  midi_controller: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:midi_controller/midi_command.dart';
import 'package:midi_controller/midi_messager.dart';

Download details:

Author: 

Source: https://pub.dev/packages/midi_controller

#flutter #android #ios #dart

A MIDI Controller Package for Dart
1.40 GEEK