KONTAKT 4 - Show list of Modulators on PV

VST, AU, AAX, CLAP, etc. Plugin Virtual Instruments Discussion
Post Reply New Topic
RELATED
PRODUCTS
Kontakt

Post

Hi again

Does anybody knows if there exist a script that show on PV a list of the modulators an instrument has?

Cheers

Post

That is only possible for internal modulators, but not for external modulators. You can query the modulator type using get_engine_par(), see KSP reference.

Post

Well, here I have the following which is for the velocity intensity of the Amplifier section (VEL_VOLUME):

Code: Select all

set_engine_par($ENGINE_PAR_EXTMOD_INTENSITY, $Velocity,0,0,0)
I assume that the first cero is for the group, the second for the slot, but is the first one for the velocity? None name has been specified here, so how do I control here a slider CC_PAN or the one on the Source section (PB_PITCH)?

About the "EXTMOD" I haven't found a single line on the KSP reference manual of K4.

Post Reply

Return to “Instruments”