-
Script Error with Custom Arkhis Preset
When I load an attempt to play a custom Arkhis preset, I get a script error. Oddly, when I created the preset it played fine, but since trying to load it in a new session my CPU usage jumps to over 3000% in Ableton and I only get the script warning flashing. No sound. (Note: my CPU usage isn't actually this high. I checked…
-
Building in Kontakt (5) - embed midi
Hello, I have gone through the manuals and I have searched forums. The only thing I have found are references to importing midi files via scripting, which seems unnecessarily complicated. I am starting to build instruments in Kontakt 5. Let's say it is some kind of rythm machine. I want to trigger a pattern, like a midi…
-
Can I deactivate a activated Button when a other one gets activated?
Hi there, can I deactivate a activated Button when a other one gets activated? I need to do this with a 5 different Buttons, when for example Button 2 is activated and I activate Button 5 the second one should be deactivated and so on.
-
is it possible to sync a animation to the TM PRO Speed Knob?
Hi there, is it possible to sync this animation Code to the TM PRO (Sampler Mode) - Speed Knob? on init declare ui_button $anim_on_off declare ui_label $animation(1,1) declare $frame set_control_par_str(get_ui_id($animation),$CONTROL_PAR_PICTURE,"animation") set_listener($NI_SIGNAL_TIMER_MS,40000) end on on listener if…
-
Audio clicks when scrolling through snapshots
When scrolling through snapshots I get audio clicks if the sound has not decayed off or ended when I hit the Kontakt GUI snapshot left right scroll buttons. It is like the audio engine is not being muted before the next snapshot is loaded but the KSP manual says it should. I do not have this issue when groups are being…
-
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
-
Send MIDI to Outside World - Instrument Script Not Sending Correct Note-Off
I have a problem with Kontakt 6.7.1 where instrument scripts are sending note-off messages, to the outside world, for the incoming note instead of the note changed by the script. I've tried a couple factory instrument scripts: Randomize Pitch Change Keys and both exhibit the same incorrect behavior. After some…
-
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…