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

2 Midi devices Note in x Note Off (Thru) #50

Open Eddieso3 opened 6 years ago

Eddieso3 commented 6 years ago

Hi,

I'm trying do a midi bridge between a midi controller and a Roland Synth. All working except that whem playing somes notes 1 of them getting stuck like sustain pedal pressed forever.

Anybody knows a way to do this? I'm just put 2 objects midiin to midiout.

Thanks

korakios commented 5 years ago

Hi, It’s best to avoid midiin and try notein/out cntrlin/out (or more objects if you want aftertouch etc)

Eddieso3 commented 5 years ago

Thanks, i've tryed note in/out and ctrlin/out too, and same issue. i've readed some texts about note off but no sucess.

korakios commented 5 years ago

First check if midi thru is enabled in the synth causing loopback, although the app would crash, but need to rule out the feedback scenario. Some new Roland synths need special usb driver to function properly in mac/pc and misbehave on other platforms. Could you upload the notein/out patch ?