-
Set sustain level in dB from script
Is there a way to set the decibel value of the sustain portion of an envelope in script? I would like a specific dB value but the units for setting it in script don't relate to dB at all. I've tried using Koala library with Bob's math conversion functions, and they work for the times (attack, decay, etc) but the volume…
-
Using Script on Factory Library 2 Instrument
Hi all, I searched over the forum for this argument but i didn't find it. I just bought Komplete 14 Standard and downloaded the FL2 Using Kontakt 7 stand-alone or opening with Camelot Pro I cannot assign a script on a instrument, because i don't find this option on instrument panel I see the Ksp button on the right of the…
-
Create modulation using KSP
I know this is a basic question, but can someone tell me how to create a new modulation in KSP (or point me in the right direction). I can add effects (filters, etc), but how would I add a ADSR envelope or LFO or something like that. I would like to be able to write a script that, when run, will add an envelope to each…
-
How can I consolidate a bunch of similar ui_control callbacks?
on ui_control($options_001) $GroupPage := 1 hide_part($VolSlider_001,$HIDE_PART_NOTHING) hide_part($VolSlider_002,$HIDE_WHOLE_CONTROL) hide_part($VolSlider_003,$HIDE_WHOLE_CONTROL) hide_part($VolSlider_004,$HIDE_WHOLE_CONTROL) end on on ui_control($options_002) $GroupPage :=2 hide_part($VolSlider_001,$HIDE_WHOLE_CONTROL)…
-
Kontakt 7 locking up when setting a Crossfade value for sample
I've been using Kontakt 7 on a Macbook Pro (Monterey, 12.6.3 with M1 Pro & 32GB memory) for the past few days - importing some wav file samples of patches from my Kronos into new instruments on the Kontakt side. I haven't had any problems until today. I've pulled in a set of samples each 15s long, some of the notes need a…
-
Searching for vibrato script
Hi, Does anybody have Dynamitec's UltraVib vibrato script? Every link that I find on Google is down. In addition, if you have any other vibrato script (excluding SIPS, I have that already), feel free to share. Niklas
-
MIDI CC 80 and MIDI CC 81 , Grup select
Can you here help with my case, in making a switch from sound A to B via group and using MIDI CC 80 and MIDI CC 81 as controls, but I want there to be a pause every time I want to move or have to sound first before one sound can move, in the default program of The contact can only change sound when MIDI CC 80/81 is…
-
MIDI CC 80 and MIDI CC 81 , Grup select
Can you here help with my case, in making a switch from sound A to B via group and using MIDI CC 80 and MIDI CC 81 as controls, but I want there to be a pause every time I want to move or have to sound first before one sound can move, in the default program of The contact can only change sound when MIDI CC 80/81 is…
-
Custom Script Not Showing Up?
I downloaded a new script to load on my kontakt 7 my friend gave it to me to create a violin patch but its not showing up in the “Setting” “Script Editor” “User” section of “kontakt 7” its .nkp file. How do i import coustom scrpits?? I even tried switching laptops!! I use Macbook pro m1 need solution please!
-
Individual effects for each sound
I started to use the feature where you can make your own instruments with Mapping Editor. But... is it possible to give each sound an individual effect with separate master outputs and not to just an entire instrument?
-
Poly Aftertouch Cymbal Choke Script issue.
I tried implementing this script I found for poly aftertouch cymbal choking from EvilDragon, and it sort of works. The issue, however, is that it doesn't totally kill the voice, it just reduces it in volume. The sample continues playing at this reduced volume. I've implemented it verbatim, and I'm a bit stumped. on init…
-
Switch from Loop To Sliced - Script
Hi everyone, I'm trying to find a way to switch from a loop to a sliced sample mapped across the keyboard easily via KSP script. An example would be a drum loop that plays as a loop when a note is held, but you'd have the ability to switch it to all drum hits mapped across the keyboard so you can play them as one shot…
-
How to make the "Tune" Knob move in semitones? And control it in high resolution
I want to tell the Tune-Knob to move up/down differently. Not in 0.01 or 0.1 steps, but 1.0, which means in semitones. I m using Komplete Kontrol 2.7.2 to host Kontakt, because i m using the KK S MK2 Keyboard. I ve found a script for the semitone movement, which works for MidiAssignments, like Midi cc11 - but it also…
-
Auto Sampler not working with Creator Tools
I just sampled a piano with 16 velocities in AIFF format. And when I tried to Auto Sample them they do not show up when I load them. Only when I place them manually. Any idea where the problem is?
-
Override sustain pedal on a per-pitch basis with velocity = 1 note events
I have this very simple script working fine below but it's only able to send note-offs for all note events. I want to be able to only send note-offs to note events of the same pitch as the note event with velocity = 1, the instant that note is played. on init declare polyphonic $v declare polyphonic $notenumber end on on…
-
Is it possible to script a bypass control for an external modulator?
I would like to script an interface which lets me decide which of 3 modulation curves to use for any given group. Is it possible to script a bypass for an external modulator? My thought was I could create 3 modulators, each controlled by a unique CC and with the curves I need, and then I could use a scripted control to…
-
Zero experience - Trying to write a script for multi for round robin of 8 instruments
I'm trying to write a script that will send incoming MIDI notes sequentially to 8 separate instruments in a multi. I keep getting errors. I'd be grateful for pointers. I started by trying with 2 instruments. Here's my bad script: on init declare $currentInstrument := 0 declare $numberOfInstruments := 2 { Assuming 2…
-
a tap tempo button
i want to do a tap tempo button to calculate how many ms the delay should have but i dont know how to do it
-
Master fx rack for multiple separate outputs.
I am very excited with the Kontakt Outputs feature! (best for the drums!) However, is it possible to make one master channel that connects an fx rack to all those separate channels inside the Kontakt? Something like the DAW's have- they have multiple tracks, and each track has one fx rack, and then you have one master Fx…
-
How can the arpeggiator script affect only one group instead of all?
im doing my own instrument and i want to use the arpeggiator but only in one group, i want the others to play normally but i dont know where and how modify the script to do that