| Hey hey,
in the canonical Csound manual vstprogset's syntax is:
vstprogset instance, kprogram
In practise, it appears that vstprogset will only take an i-rate parameter for
the program. Tested with something like this:
...
kstatus, kchan, kdata1, kdata2
if kstatus == 192 then
vstprogset ginstance, kdata1
else
vstmidiout ginstance, kstatus, kchan, kdata1, kdata2
endif
...
That branching statement was necessary, because not all VSTs appear to accept
MIDI program change or my device just sends too many things besides.
Can anyone clarify?
TIA and best wishes,
Jeanette
--------
* website: http://juliencoder.de - for summer is a state of sound
* SoundCloud: https://soundcloud.com/jeanette_c
you made me realize..not to compromise
the fact that you and i should meet... <3
(Britney Spears)
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |