-
Unisono Portamento Script - PGS Script for Time Control
Hi, I am struggling with the PGS scripting for the Portamento Combi Knob (Time). Can anyone help please? I have tried to follow the instructions from previous posts but keep running into script errors. I simply want a knob in script slot 1 to control the Portamento Time knob in script slot 4. The script below is where I…
-
Can I bypass this function?
Hi there, can anyone help with this? I want to bypass this function with a button? I tried a couple things but to the code is never full bypassed (when I play everything is still monophonic) on init declare const $pitch_change_interval := 100 declare $glide_on declare $currentnote_id declare $newnote_id declare…
-
KSP: Custom switch is cropped by row height
Trying to get into KSP. I have managed to set my custom knobs (aka sliders) but the switches seems to get cropped along a grid. They are png-strips with 6 sprites. The mouse over animation is working, I see the frames aree changing. But I can't figure out how to allow them to occupy the full height, i.e. not be cropped.…
-
Replika Delay Sync Toggle
Hi guys, I'm looking to create a toggle to switch between the synced and unsynced modes of the Replika delay effect, using KSP. Right now, it works as it should when unsynced, and I can switch to synced mode. However, upon switching back to unsynced, the Replika delay time knob stays synced, and my GUI element begins…
-
"Randomize Velocity" script, for one Group only
Hello ! The code from the internal script « Randomize Velocity » works perfectly for what I want to do. except that it affects all groups, I didn’t figure out how to modify the original script to make it work for only one group. Does someone have an idea ? Thanks in advance !
-
Can I bypass all effects for a group that is active the whole time?
Hi there, I have a BASS Group that is playable from C1-B1 (the Red Keys) and a Instrument Group (the Blue Keys) Is it it possible to bypass all Effects (the whole time) for the Bass Group while I could use the effects on the other group? The Bass group is the whole time active and has no declared button or something. Thanks
-
Can I bypass all effects for a group that is active the whole time?
Hi there, I have a BASS Group that is playable from C1-B1 and the other Instrument Group begins at C2-B5. is it it possible to bypass all Insert, Main and Group Effects (the whole time) for the Bass Group while I could use the effects on the other group? The Bass group is the whole time active and has no button or…
-
Seeking Help with MPE Test Instrument - Crashes in Various DAWs
Hello fellow forum members, I hope this post finds you well. I'm currently facing a perplexing issue with my MPE test instrument, and I'm reaching out to this community in the hopes of finding some guidance and solutions. Problem Description: I have an MPE test instrument that keeps crashing when used with different…
-
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…
-
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)…
-
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
-
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…
-
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…