monkeyswarm / MobMuPlat

MobMuPlat is an iOS & Android app to host PureData patches with custom visual interfaces and hardware access.
www.mobmuplat.com
Other
185 stars 25 forks source link

midiout not working #23

Open algomusic opened 7 years ago

algomusic commented 7 years ago

It appears that when sending a MIDI message, say a note on or off, via Pd's midiout that this is not passed on (correctly or at all?) via MobMuPlat. A simple test is to create a patch that sends 144, 60 and 100 in succession to the midiout object - this should start a middle C note sounding on an attached MIDI instrument.

monkeyswarm commented 7 years ago

Please specify

korakios commented 5 years ago

Confirmed, Someone asked to force a NoteOff message instead of NoteOn zero velocity and had to use midiout object. iOS 12 virtual port (didn't test a hardware yet)