-
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
-
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…
-
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.