-
Random Sample Start Position for 2 Groups to maintain sync
Hi, I am wondering how the Random Unipolar method for randomizing a sample's start position works when it comes to 2 groups. Does Group 1 receive a different random unipolar signal to group 2? I assume each group's start is randomized and therefore they lose their sync? Is there a way to randomize the sample start…
-
Activate and deactivate groups / then no more sound
Hi there, I have a question maybe anyone could help me with this. This is my code on "on note" I allow and disallow the groups to be active and in the on ui_control I mute a group and "active" volume up a group. My problem is when I click the first group and then the second and the third and I want to active the first…
-
Synchronize Controls
I have 3 instruments open in Kontakt with the same script in each of them... is it possible to execute a change in one of them and have it applied to all the others at the same time???
-
Problems playing chords/more notes from 2 different groups
Hi there, when I play chords in my (Scripted Kontakt Instrument) main group everything works perfect. When I activate another group as a layer It sounds like Poly problems the first chord works the next one sound weird and not every note is played or it glides. Does anyone know what I could do? Thanks
-
Problem with activating and deactivating groups
Hi there, this is my Code: on "on note" I allow and disallow the groups to be active in the on ui_control I mute a group and "active" volume up a group. My problem is when I click the first group and then the second and the third and I want to active the first group again there is no sound and on the second one is no sound…
-
ui_slider (fader/horizontal) only works when mouse goes up and down
Hi there, can anyone help me with this? I have a ui_slider (fader/horizontal) and it only works when mouse goes up and down but it should work when I go from left to right like its normal.
-
KSP Tutorials for newbies
A video on YouTube called: Learning The Kontakt Scripting Language: Session 1 - Introduction to KSP is used a .pdf that is called "KSP Tutorial" This document seems that is old from the Kontak v2 era I am trying to find this pdf everywhere without luck, can someone please provide it? Please if you have a similar document…
-
How can I script a Knob from an other Scriptslot to my Main Script?
Hi there, how can I script a Knob from an other Scriptslot like Slot 3 to my Main Script? I tried so many things to get the Portamento Time to my main script I have the Knob and a On/Off Button but nothing happens when I click it. Can anyone help me with this?
-
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.…
-
change_vol command with instrument insert effects
I was wondering how the order of processing goes when using the change_vol command in a KSP script for an instrument that has a number of insert effects. I am hoping that the change_vol is applied after all of the effects in the chain are applied, not before, but I don't see this documented anywhere (at least in the KSP 5…
-
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