InvisibleWrench / FlutterMidiCommand

A Flutter plugin to send and receive MIDI
BSD 3-Clause "New" or "Revised" License
95 stars 50 forks source link

Play sound #91

Closed changcw83 closed 6 months ago

changcw83 commented 1 year ago

I'm able to play sound on my midi keyboard by pressing a key on phone. But how do I play sound on the phone?

mortenboye commented 6 months ago

You'll need a synthesizer of some sort on your phone. This library does not include that, but simple handles communication between devices.