[PD] pdvst MIDI

ix xi at dopecheck.com
Sat Sep 27 01:05:50 CEST 2003


> ...Is it possible to route midi messages to and from pdvst?

first of all, big up jsarlo for his great work, definitely a welcome addition tthe flexibility of pd and really for a v0.0.1 it works quite well.

to get midi working, you can make the following changes:
pdvst.cpp:218:            "%s -outchannels %d -inchannels %d -midiindev 0,1",
s_main.c:297:   sys_open_midi(sys_nmidiin, sys_midiindevlist,
s_main.c:298:                sys_nmidiout, sys_midioutdevlist);

and recompile.. realize this is a hack, there is a 'proper' way to send midi to vst plugins within the host spec, which presumably could be added rather easily but this should do the trick for now...

carmen




More information about the Pd-list mailing list