-
BYPASS ANIMATION WITH A BUTTON
Hi there, can anybody help me bypassing my animation with a button? the button is called $BUTTON1 and the animation just $ANIMATION I tried a couple things but nothing happened when the button is pressed. Thanks
-
1 Slider with 2 different (0,1000000) Values
is it possible to script a slider with 2 different values? on init declare ui_slider $Slider1(165000*2, 1) declare $value make_persistent($Slider1) declare $k_Slider1 $k_Slider1 := get_ui_id($Slider1) set_control_par_str($k_Slider1, $CONTROL_PAR_PICTURE, „Slider1“) set_control_par($k_Slider1, $CONTROL_PAR_POS_X, 512)…
-
how do drag and copy in kontakt mapping editor
I need to know how to grab a zone in mapping editor and drag/copy the zone
-
Kontakt Sample Loop Tab in the Wave Editor
there are 8 possible loops you can create, yet I can only figure out how to use 1 at a time. What is the point of having 8 possible loops you can create, if you can only play one at a time? Is there a way to have it play loop one, then continue on to play loop two next, then loop three, etc? I've always wondered this. Any…
-
is it possible to control a hidden ui_slider with another ui_slider?
Hi there, is it possible to control a hidden ui_slider with different effects with another ui_slider? Thanks
-
KSP, mad issue with snapshots and GUI, all knobs stopped working also in backup copies!
I have an issue with a script that is driving me crazy, literally ! tried to be methodic so any time I have reached a point where a function was complete I have saved a copy of the script and start working to the new function. The script basically shows some FX buttons that can trigger the opening of a different section of…
-
Can i make Kontakt play a sample loop endlessly after pressing the key just once?
Hey i was wondering if it is possible to set up a Kontakt instrument in a way that it plays every sample loop i start by pressing a key forever. Is there any way to assign an LFO and make it endlessly long so the sample loop would never stop after pressing the key until i turn down the volume of the instrument? i have some…
-
Is there a way to bypass the function of a ui_slider?
Hi there, Is there a way to bypass the function of a ui_slider with a button? When the Button is active the function of the slider works when the Button is deactivated the slider function doesn't work. I tried this but it has no function: on init declare ui_slider $COS(0, 795000) make_persistent($COS) declare $k_COS $k_COS…
-
Connecting Insert & Send Effects | Scripting Help
I've been reading the KSP manual while using Creator Tools to make an instrument with Kontakt. I'm trying to add a control knob for plate reverb to change the decay. I'm not getting any errors back, but I can't seem to control the parameter. Attached are screenshots here. This is the script I've been using. I'm trying to…
-
HIGHER AND LOWER THE VOLUME BY TURNING A KNOB UP
Can anyone help me with this: When I turn up a Knob from 0% the Gain should go up like 5-6db and at 50% the volume should go down again. Is there any way I could do this? Thanks
-
Help with buttons and switches needed
I am trying to solve a problem and I am stuck. I have a button matrix (only 2 here) which selects groups and also updates the group menu. I have plus and minus switches which also select the groups however I need the plus and minus buttons to update the matrix. I've been scratching my head on this one as nothing I try…
-
Round Robin Release triggers
Hello, I'm currently developing my first library, I scripted all of the round robin groups and key switches, however I found that i could add groups for release triggers without scripting therefore i did so. set up 10 groups, toggled on release trigger button, and group start random from every group. to my surprise it…
-
Multiple Round Robin Chains
Is there a way to do this or is there a script available? For example, to have round robin chain 1 on C1-B1, round robin chain 2 on C2-B2 etc. I know it was a topic on the old forum but I can't seem to access it. Could use any help or resource.
-
Wavetable Inharmonic Mode Query
Hi, I hope this query finds you well. I’ve been using the Wavetable Inharmonic Mode and scripting it into my instruments via the $ENGINE_PAR_WT_INHARMONIC_MODE command which turns the mode on/off, but I am wondering if there is also a specific command for the percentage value? I can’t find it in the manual so it might not…
-
Dropdown Menu script
hi there, is there a UI Dropdown Menu script anywhere? I am looking for the ability to have a Dropdown Menu that allows the user select a source group. I know that I can script just mute buttons and such, but for esthetic reasons, I would like to have a drop down menu. this is very crude drawing.
-
Can't get LFO types to load
Hi, I know nothing. I have a low pass filter SV LP4 loaded into the first slot of the group insert fx and then an LFO sine assigned to its cutoff. I'm trying to swap out different LFO types but I can't seem to get it to work, any help appreciated. on init declare ui_knob $lfo_type_wav(0,3,1)…
-
Some specific help with release triggers
Hi guys, am reasonably new to scripting so am hoping there are some experts here who can help me out. I've referenced some of Dave Hilowitz's videos, and in particular used some of Nils Liberg's code to sort out most of my release trigger issues... however... whilst I've stopped key release triggers playing when the pedal…
-
Hide UI Control Issue
Hi, I hope this discussion finds you well. I have KSP scripted a fairly complex Kontakt instrument with UI controls that are hidden, and then made visible via various selected menus. All functions well and I have set up a Call Snapshots function which works well too, apart from one thing… When swapping between saved…
-
Scripting for older version of Kontakt
I've got Kontakt 7. How can I script for an older version, i.e. version 6 or 5? Is it simply by not using any functionality that has been introduced later? If so, how do I determine that? Or are there other things to be aware of? Thank you!
-
Alternating between CC1 and Velocity
Hi, all I'm currently doing pre-production on a sampling project where I would like to alternate between CC1 and Velocity for the dynamics of the instrument. I am still relatively new to the world or KSP so there are some concepts that I don't yet know of. If you search for the Woodland Piano or Woodland Grand Piano you'll…