-
Strange "Create Empty Group" Behaviour
I'm working on an instrument that has many groups. Creating and working with new groups has worked as-expected up until now — selecting "Create Empty Group" would create a new sampler group that audio files can be dropped into. Now, however, when creating a new empty group, Kontakt will create an empty sampler group, but…
-
How select groups via menu, and have several groups sounding at the same time.
I am working with several groups at the same time. I have several menus and I want to connect with KSP so that when selecting through the menu, the selected groups of each menu sound together. I know I can do it with ALLOW/DISALLOW, but I don't want to consume too much memory. I know that groups can be purged but I have no…
-
First note played causes a crackle sound. Caused by Replika?
I have a bunch (~50) instances of the Kontakt instrument I'm writing loaded up in a Cubase project. Each instance of my instrument is in its own Kontakt instance; each Kontakt instance has only 1 instrument loaded. When I click on each track and play a note on my keyboard, most of them elicit a crackle sound followed by…
-
Getting all of the knobs to update instead of just some
Hey there, I'm probably missing a simple step here but for knobs 3 & 4 they do change the sound but do not reflect the updated numbers when being moved. If I hit apply, the numbers do get updated. I've been looking through to see what I'm missing. If I change knobs 3 & 4 to the same slot as knobs 1 & 2 then they do update…
-
How to add an LFO "Retrigger" switch to the GUI?
Hello, I'm stuck with a basic question. How to add the "Retrigger" on/off switch of an LFO to the GUI? I'll be grateful for the help. Matteo
-
Zone Round Robin issue
Hey all. I'm having an issue with a round robin script. It's basically functional and working as intended, except for this: Depending on how I have my MIDI mapping set up (I have menus and presets for this that are working perfectly), it will trigger random groups. It's almost like "disallow_group(ALL_GROUPS)" isn't…
-
I need some one who can write a Kontakt 5 script for me
Hi, i got som issues with understanding the scripting language. And now i have given up on doing it my self. It just takes up a lot of time, and i dont get the results i want. Are there anyone who can do scripting who is willing to take on a job? or at least read my request and give me an estimate of how much…
-
Waveforms View ?
hello, i found in an old KSP reference a example of how to get the sample view to the GUI Nice toy this 😅 A Display for waveforms of LFO and Filter would be great. Does anyone know if its possible to get the waveform of these two to the GUI?
-
Custom ui_buttons glitch out after touching other controls
Hi Guys, I've got a few custom buttons I'm trying to use in an instrument. If the buttons are in an off state, (value 0) and I move another knob on the instrument the button graphics will get chopped and only show a portion of the top of the button until I click it again. They don't glitch out if they are in an On state.…
-
Creator Tools "too many controls"
Hi There, I must say I'm really disappointed on NI's limitations with scripts and creator tools. Kontakt can't apply my code no more since creator tools says "too many controls of this type" Is there any fix for this? Could I have another perfview when a certain button is clicked?
-
Ho do I make a function with if?
I make a function that contains if: on init message(Add(1,2)) end on function Add(x,y) -> output if x > 0 output := x + y else output := 0 end if end function And I get the error message: The definition of function Add needs to consist of a single line (eg. "result := <expr>") in order to be used in this context Ho do I…
-
Need KSP Help: Small adjustments for a keyswitch note fade out/mute script for Kontakt
There are two adjustments I've been looking to make to a keyswitch note fadeout script that I've been working on for an instrument.: - I'd like for the keyswitch to ignore any notes that I still have my fingers held down on, and to only fade out/mute the notes that I've taken my fingers off of. - I'd like for the keyswitch…
-
Pre-amp gain knob for gain staging?
I have a chain of per-voice pre-amp group FX, some of which need gain staging (e.g., Lo-Fi). Is there any way to do this in a continuous way that doesn't use noteably more CPU? I can set the zone volume (which doesn't get applied continuously), the engine volume knob, the $EVENT_PAR_VOLUME, but none of these are applied…
-
How to make the initial picture frame state of a custom slider/button match its PAR_DEFAULT_VALUE?
All of my custom sliders and buttons function correctly, but they all seem to visually default to their first frame of animation. I have to ctrl+click on the control, or otherwise manipulate it, for it to display correctly. From there on out, the controls will always be visually correct. Thanks :)
-
Show values on S88 mk 2
Hey guys, When I make an instrument with custom knobs(sliders) I cant get my S88 mk2 to display the parameter changes above the knobs (see pictures), but when I use standard knobs everything works fine .. I guess I'm forgetting something in the script, but I can't figure out what ..?? Peace :-)
-
scripting independent-count Round-Robins for all 128 notes?
Hi, I need help properly scripting independent round robins on a multi-mic instrument. (Guitar) I have 2 mics, 5 Velocity layers and Two RR per note. I've set this up in 4 groups. 1 - Mic A RR1 2 - Mic B RR1 3 - Mic A RR2 4 - Mic B RR2 I don't know how to tell kontakt to play each note on an independent RR count. Group 0…
-
Modstrip value change on switch press
Hi There, i have a problem on my modswitch script. I want a switch to switch 2 Modstrips, between 2 Modstrip states. But it only works in one way. The "else" statment did not work but why? the functions in there are only for showing and hiding other switches. Thx for your help on ui_control($ModSwitch) if ($ModSwitch = 1)…
-
How to work with zone commands
on the KSP reference pdf, I found section 15. Zone Commands It sounds like there is something that called "user zones". I don't know how to use set_zone_par() I'll explain what i'm trying to achieve, I want to take voices/samples and change their velocity properties on the fly. any idea?
-
Scripting a delay based on DAW tempo?
Is it possible for one to create a script that plays samples in the "on note" section of a script at a delay which is based on the tempo of the project in the user's DAW. Thus, when the user hits a note, that note is played by a certain sample and can other samples be played at perhaps a quarter note delay or an eighth…
-
Disable set of key switches with menu
Hi Guys, I am trying to have a menu that allows the user to move between a 'simple' and 'advanced' key switch system. The problem is that when I select advanced even though the red 'simple' key switch notes disappear and the magenta 'advanced' ones appear, the blacked out key switch 'simple' notes still work when the…