-
mute a note when another is pressed
I would like to add to this code that when $C1 is pressed, $G1 does not sound. but when $C1 is released, $G1 sounds (It can now sound ... that is, it is enabled again) this is the code: on init make_perfview set_ui_height_px(300) declare $C1 $C1:= 36 declare $Csos1 $Csos1:= 37 declare $D1 $D1:= 38 declare $Dsos1 $Dsos1:=…
-
Multi LFO - Control Intensity via MIDI CC?
Is it possible to control the Multi LFO's Intensity via a MIDI CC number? I have done so with a sinewave LFO to create a Vibrato Intensity knob without issue but the Multi LFO intensity doesn't seem to work. Do i have to use the method outlined by Evil Dragon in his LFO info post? I.e. Name all modulators and control via…
-
[Kontakt 6] How to multi-output ind. samples (per key)?
Hello, all. I have a waning HW synthesizer that I have been sampling drum patches from into Kontakt. I'm still new to making instruments but the wave/mapping editor has proven remarkably intuitive and easy to use. One thing specific to drum patches, however, is that I'd like to be able to route each key (say, kick to mono…
-
Mapping Knobs to Instrument Insert FX
Hello all. I am a new user trying to learn how to design an interactive UI for my beatboxing drum kit. I want three knobs for wet reverb signal, lpf cutoff freq and hpf cutoff freq. I was able to generate them on my display, as well as make my wallpaper fit. This is my complete code atm. on init make_perfview…
-
KSP Script - CC controller to activate "solo" of different instruments in a Kontakt Multi. Possible?
Hello, I would like to know if it's possible to create a script for Kontakt that can activate and deactivate the SOLO button of different instruments in a multi, based on a MIDI controller. For example, I would like that receiving CC67 controller at value 0, it activates the “Solo” for the instrument 1 of the multi, and at…
-
Pre-Delay / Wait Knob
Hi, I have been trying to figure out the best way to add a Pre-Delay knob for an instrument... Imagine an 8 channel mixer with sends for overheads and room mics for each channel. Each channel is a different percussion hit. I am aiming to create a natural chorus type effect that a user can tweak with a knob. I have tried…
-
As usual, probably a simple fix but....
Hi All, Apologies for the dumb BUT I'm just trying to make a knob for transient master where when I move left attack goes up and release goes down, when I move right, attack goes down and release does up. Obviously for release this is easy as its just the normal way knobs work but trying to invert how attack responds won't…
-
Script needed: block Poly Aftertouch 'value 0' events on all note numbers
Can you please help me to script the following (should be quite easy for an expert) : block incoming Polyphonic Aftertouch 'value 0' events (Polyphonic Aftertouch events on or from all note numbers). All other Polyphonic Aftertouch events (like events with value 127) shall pass. Thanks so much for your help in advance! 😊…
-
Stop switch moving on mouseover
Hi All, I've created a switch, I've got my 6 part .png, alls fine, EXCEPT the image moves when I mouseover. I don't want this to happen. The image change is fine but I don't want it to move (like it jumps out). Can I disable this? I can't find anything in KSP manual or other posts, nor in anything online (YouTube, VI…
-
Problem with drum pedal hi-hat close-open CC#4
Hi I'm developing a drum library and I'm trying to set the hi-hat close, mid open and open groups. I've set into kontakt that the hi-hat works only with the control CC#4. The open from 0 to 20, the mid-open from 21 to 90 and the Close from 91 up to 127. All work fine, except from the 127 position which is the "total…
-
kontakt will not save a button i made that is not linked to a parameter
i made 7 buttons that will give a number when pressed. first button will give a number 1 and the secound will give the nuber 2... i add that to the group that i trigger with the case, so the key press will have 7 options (7 groups) case 35 {C#} allow_group(0 + $bd_back_TUNE) every thing works great but kontakt will not…
-
Menu Entry based changes in note and velocity value for specific key ranges
Hi! I am a beginner in kontakt scripting and hope somebody can help me with my problem. Based on a menu entry I would like to play with the keys of the octave 24-35 the notes of octave 12-23 and only one velocity layer chosen by a menu entry value. I achieved the note and velocity changes with the following code. But when…
-
Create loops on Kontakt 6: help needed
Hi All. hopefully someone can help me: on Kontakt 6, in order to have the sound playing as long as the note is ON, I'm trying to create a loop for a present on the Wave Editor. the loop seems to work, but I've this strange behaviors: 1. the loop works only for the note C1; 2. the loop works only if the velocity is up to…
-
How to fade playing a sample via midi once playback starts
Here's the setup guys. Digital Performer 11. Show is setup with a chunk per song. Interludes being played via midi from a drum pad to a module to Kontakt 7 as a Virtual instrument in Digital Performer. Songs are started via footswitch that acts as the spacebar (start/stop) inside of DP. He wants to be able to start a song…
-
XY Pad controlling volumes of 3 groups
Hi, I was wondering if anyone has any suggestions for the problem I am having. I'm trying to set up an XY pad to control volume levels of 3 groups. I am very new to this, and scripting in general. Basically at x0y0, it should only be Group 1. At x1y0 it should only be Group 2. And at x1y1 it should only be group 3. And…
-
Sublime KSP completely broken since last update
Hey, just got the notification that there was an update for Kontakt v. 7.2 Now I cant compile code, I cant even press the enter key to make a new line. (When syntax is set to KSP). Anybody else got the same issues?
-
About naming audio files for mapping them in Kontakt.
I'm creating an instrument in Kontakt. I've recorded the audio files to map them, and everything is working correctly for the corresponding files from the C0 to C8 octaves. I have named the files in this way, so Kontakt detects them correctly and maps them well: alphapad_D#1.wav However, I have named the files…
-
Moved: How to turn on "Drag&Drop samples into list view"?
This discussion has been moved.
-
How to create a trigger offset inside Kontakt for single samples?
In some cases in ms, and in some cases synced trigger offset to delay the trigger of a sample is really handy. especially if you used many samples to layer create different kind of effects. How to create a NONDESTRUCTIVE trigger offset inside Kontakt? If possible without any scripts. Thank you.
-
KSP MULTIPLE WAVEFORMS FOR MULTIPLE GROUPS
Hey guys! I'm struggling to create 3 waveforms on init for 3 groups, but whatever i try it just won't work. I'm guessing there is a simple solution but i can't wrap my head around it because i'm still a noob and learning. I had an idea to declare a key number via $EVENT_NOTE and assign the same to a group and then to the…