-
muranyia
Hello people,
this is a simple mod to David McCallum's nrpnout (which is great for the emu10k and probably other midi hardware) to feed my Yamaha MU100.
The most important mod is that it uses nrpn address msb and lsb too.
It would be interesting to know if it works with recent Motif hardware... -
-
muranyia
Change line 35 in externals/tof/src/pmenu_w.h from this:
if ( i == COLUMNBREAK ) sys_vgui("$%xw entryconfigure %i -columnbreak true \n",x,i);
to this:
if ( i % COLUMNBREAK == 0 ) sys_vgui("$%xw entryconfigure %i -columnbreak true \n",x,i);
and recompile Pd.
-
muranyia
BBogart's popup external from flatspace is actually dropdown list.
-
muranyia
Thanks domien! I have actually grabbed 0.42-5 and [midiout] seems to work now... well something is still wrong with my sysex, but there is output indeed ))
-
muranyia
which version do you guys use where [midiout] does work?
i'm on 0.40.3-extended and no output