vstprogset — Loads parameter banks to a VST plugin.
instance - the number which identifies the plugin, to be passed to other vst4cs opcodes.
kprogram - the number of the program to set.
Example 1032. Usage of vstprogset
/* orc */ sr = 44100 kr = 4410 ksmps = 10 nchnls = 2 gihandle1 vstinit "c:/vstplugins/cheeze/cheeze machine.dll", 1 instr 4 vstbankload gihandle1,"c:/vstplugins/cheeze/chengo'scheese.fxb" vstprogset gihandle1, 4 vstinfo gihandle1 endin /* sco */ i 3 0 21 i 4 1 1 57 32 e