Write the Kontakt Scripting Processor logic to link your GUI elements to the engine parameters.
: Use on ui_control ($WT_Pos_Knob) to trigger a set_engine_par command. This updates the Wavetable Position in real-time as the user turns the knob. Native Instruments Kontakt 6 v6.5.2
: Locate the "WT Pos" parameter in the Source module; this is what your GUI will eventually control. 3. Script the Logic (KSP) Write the Kontakt Scripting Processor logic to link
: The designer generates a .json or performance view script block that you can reference in your main script. 2. Configure the Audio Engine (Instrument Editor) Native Instruments Kontakt 6 v6.5.2
: Link the "Filter Cutoff" knob to a Low Pass filter in the Group Insert Effects slot. 4. Testing and Compilation