rodydavis / flutter_midi

Midi Playback in Flutter
https://rodydavis.github.io/flutter_midi/
MIT License
62 stars 56 forks source link

How to play a note with specific speed in flutter_midi ? #7

Open gui5 opened 5 years ago

gui5 commented 5 years ago

static Future playMidiNote({ @required int midi, }) async { final Map<dynamic, dynamic> mapData = <dynamic, dynamic>{}; print("Pressed: $midi"); mapData["note"] = midi; return await _channel.invokeMethod('play_midi_note', mapData); }

Are there others parameters that can be added in mapData in order to change de default note behavior, like speed for example?

rodydavis commented 5 years ago

I’m working on adding it, but trying to find everything I can do that is shared between iOS and android

github-actions[bot] commented 4 years ago

This issue has been closed due to inactivity.