-
Native UI .nki examples + Documentation => ideas
Hi =) I saw that the Native UI development is in closed-alpha/beta status. If I may suggest an idea: It would be really cool if there were many more, realistic, creative examples in the documentation. The most user and developer friendly approach would be to have concrete, testable, downloadable .nki examples as well.…
-
Repeated note polyphonic limit with change_vol() applied specifically.
For a series of same-note voices, I would like a script that does these things: on 1st note: do nothing. on 2nd note: change_vol of 1st to half of whichever is quieter of the 1st or 2nd. on 3rd note: change_vol of 2nd to half of whichever is quieter of the 2nd or 3rd. change_vol of the 1st to be half of whichever is…
-
Help Needed: Kontakt Scripting Challenge with PGS Commands
Hi guys, I've been exploring Kontakt scripting for a few weeks and trying out pgs. I found a tempo buttons script in a post in vi-control , placed it in slot 5, and set up my main script in slot 1. Everything works when I hit the buttons, but there's a snag. Pressing the first button runs through all three pgs commands on…
-
Kontakt: Sync drum loops to tempo withOUT retaining pitch
Hi folks, Everyone talks about retaining the original pitch of a loop while syncing to a new tempo, but I'd like to know if it's possible to sync a loop to a new tempo and without retaining the pitch? For example if I want to make some drum n bass beats by increasing the speed of a drum loop so that it is fast AND high…
-
"on note" callback not executed if gap after release is too small
Hi there! I am trying to write a legato script in Kontakt 5 script processor. It has some functionalities like: - if there is a note overlap, naturally a legato sample is played back. -1 seconds after a legato transition, if the note is held, the legato sample blends into a "start" sample, in case legato samples are not…
-
Menu Sizes and Text alignment
Hey guys, Sorry, couldn't find this anywhere. I really wish we still had the old forum. Where can we find the actual size of the regular buttons, menus and other UI elements from Kontakt? Another issue that i'm having is whenever I create a custom Menu image, for example, and tell Kontakt to centre the text, the text ends…
-
ALL SLIDERS ARE RESETED WHEN I CHANGE PAGES
Hi there, I created a ui_panel for LFO and MOD on my first page. LFO is what you see by default. If I switch to the second page and have previously activated the mod section and go back to page 1, the function names of the mod section remains but the ui_sliders of the LFO section are shown to me. How can I script it that…
-
How to get Convolution Preset wav to Project Folder?
I am working on making a sample instrument in Kontakt 5, and I have a preset for the Convolution reverb that I am using. When I save my instrument as a new .nki file, with samples, the location of the source convolution wav file remains where the preset is stored. The only way I have found to get the files to be in the…
-
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…