-
Using hard coded velocity as "sample selector" across multiple groups
Hey all! I'm trying to build something based on the Roland JD-990, where you have 4 "tones", or layers if you will. I'm using the velocity layers across two groups (as there are more than 127 waveforms) to hold the various waveforms for one layer. I was able to set up a waveform selector that allows/disallows group 0 and 1…
-
Bypass Button function
Hi, I have a button ($reverbonoff) that activates my reverb1 and leaves reverb2 bypassed. I have another button ($revswitch) to choose between the 2 different reverbs. If I deactivate the $reverbonoff button, the $revswitch should no longer work only when $reverbonoff is active $revswitch should work. can anyone help me…
-
Limit Keyrange
I am trying to replicate the kontakt script "limit keyrange", but with 4 independent voices and ranges... I understand that the problem is in "$EVENT_NOTE" since it modifies the range in the 4 voices... I need to know if there is another way to do it, can you help me? on note if ($voice_1 = 1) if ($learn_keyrange = 1) if…
-
DOUBLE CLICK ON ui_SLIDER TO RESET THE FUNCTION
Hi there, is it possible to reset my ui_slider to its default value with a double click? For example, I have a ui_slider mapped to speed which is 100% at frame 50, when I turn it up it is at 100 frames and the effect is at 800%. So that I don't have to turn it back to the 100% (50 FRAME), I would like to add the…
-
"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,…
-
Can't seem to get samples in an instrument I've made to use relative paths
Hi! I've made an instrument but I'm having a hard time getting the samples to use relative paths. Everything works fine until I move the instrument (and all samples etc.) to a new location (or a new PC), at which point Kontakt complains that none of the samples could be found, with the absolute paths to the old locations…
-
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…
-
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.
-
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?