-
Round Robin in Single Group?
Hello friends, I need your help! I've set up a group in Kontakt named "SCT" with samples for 127 velocity layers. Each layer has 9 round robin samples. The sample names look like this: 'SCT_C3_109_109_rr9' - where 'SCT' is the group, 'C3' is the note, '109' is the velocity layer, and 'rr9' indicates its position in the…
-
How to click a label, or area of UI, to select group?
I want to be able to place some things on the UI, and by clicking on one a specific group gets selected to be able to sound. The simplest way to get started I think is to just use labels. I haven't been able to find and or understand a way to do this, but I know it is done. Help! :) Thanks.
-
Drop Down Menu Custom Graphics
Hi, Is it possible to change the background colour of a Drop Down Menu? I tried commands like below but had no luck. I simply want to change the colour to a light grey with black text. $CONTROL_PAR_BG_ALPHA $CONTROL_PAR_BG_COLOR I saw a post that stated to use ui_button commands to skin the menu but nothing about changing…
-
"change_tune is not Allowed in this callback type" but the script is fine!
hey, im trying to "program" an neighbor round robin script, i had some help in a different forum but its still not working, here is the script: "on init declare $NewNoteID declare $RandResult end on on note ignore_event($EVENT_ID) $RandResult := random(1,3) select ($RandResult) case 1 play_note($EVENT_NOTE,…
-
Play button for Midi Files not working
Hy, I try to make an instrument where I can play my midi files. I tried and found some code and testet it but I had no luck. Here is a code I found but if I press the play button nothing happens. The midi files are loaded. on ui_control ($play) if ($play = 1) end if end on on listener $cur_listener_id := $NI_CALLBACK_ID if…
-
Routing and Control for Multichannel .WAV Files : Creating a Multi-Miced Drums Library in Kontakt
Hello everyone, I'm looking to load a multichannel .wav file that contains 6 channels into Kontakt, and I'm wondering if there's a way to route each of these 6 channels to separate mono channels inside Kontakt and individually control their pan and volume. My ultimate goal is to create a multi-miced drums library. The idea…
-
Key Sensitivity + Random Tune Confusion
Hi, I have 2 small On Note scripts which work individually but not together. I simply want to execute both but have run into some confusion. In the 1st block (Key Sensitivity) - $EVENT_ID is ignored which is preventing the Random Tune script from working obviously but I have no idea how to get around this. I have tried…
-
Explanation of DFD vs Sampler modes
Hi, I'm new at KSP and just getting the basics down. Can someone explain to me the difference between DFD and Sampler modes (and/or any of the other modes)? I'm only using the old Kontakt3 PDF lol. Thanks.
-
How to have multiple groups refer to the same sample
I have 5 groups that all use the same sample, but different regions of the sample. The sample file is about 22kb in size, but when I load the nki file Kontakt shows the memory usage is 310 kb. If I purge all and then just activate one group the used memory size is reported is about 62 kb. 62 * 5 = 310 I thought that if the…
-
Filter midi input in the same instance of Kontakt?
Hello, I have 2 instruments in 1 instance of Kontakt. Can I set the MIDI input of each instrument in the instance to only accept a certain range of MIDI channels? Why, you ask? I'm trying to setup Orb Composer with the given DAW template, but it's not working so well. When I open the template, it's just a DAW full of empty…
-
Instrument Bank Multiscript
I just saw a multiscript where it is possible to activate more than one instrument at the same time within the same instrument bank... does anyone know how to achieve this???
-
Edit Values
Is it possible to make a control remember a value and return automatically? For example: If (%CC[3] = 0) Change values like these $switch_1 := 1 $knob_1 := 6 $value_edit_1 := 87 And if (%CC[3] = 1) All values return to 0 to edit again and do the same with (%CC[3] = 2) etc. But when returning to (%CC[3] = 0) Return the…
-
Need help with preset %array saving and setting engine parameter
I'm stuck on this :- I have an %array to save and load the gain parameter of a gainer in slot 1 of instrument insert fx. The full script below loads and saves the $gain ui_knob value but does not load / set the gain parameter value in the engine. set_engine_par($ENGINE_PAR_GN_GAIN,$gain,-1,0,1) I have tried several options…
-
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…