-
Help with buttons and switches needed
I am trying to solve a problem and I am stuck. I have a button matrix (only 2 here) which selects groups and also updates the group menu. I have plus and minus switches which also select the groups however I need the plus and minus buttons to update the matrix. I've been scratching my head on this one as nothing I try…
-
Round Robin Release triggers
Hello, I'm currently developing my first library, I scripted all of the round robin groups and key switches, however I found that i could add groups for release triggers without scripting therefore i did so. set up 10 groups, toggled on release trigger button, and group start random from every group. to my surprise it…
-
Multiple Round Robin Chains
Is there a way to do this or is there a script available? For example, to have round robin chain 1 on C1-B1, round robin chain 2 on C2-B2 etc. I know it was a topic on the old forum but I can't seem to access it. Could use any help or resource.
-
Wavetable Inharmonic Mode Query
Hi, I hope this query finds you well. I’ve been using the Wavetable Inharmonic Mode and scripting it into my instruments via the $ENGINE_PAR_WT_INHARMONIC_MODE command which turns the mode on/off, but I am wondering if there is also a specific command for the percentage value? I can’t find it in the manual so it might not…
-
Dropdown Menu script
hi there, is there a UI Dropdown Menu script anywhere? I am looking for the ability to have a Dropdown Menu that allows the user select a source group. I know that I can script just mute buttons and such, but for esthetic reasons, I would like to have a drop down menu. this is very crude drawing.
-
Can't get LFO types to load
Hi, I know nothing. I have a low pass filter SV LP4 loaded into the first slot of the group insert fx and then an LFO sine assigned to its cutoff. I'm trying to swap out different LFO types but I can't seem to get it to work, any help appreciated. on init declare ui_knob $lfo_type_wav(0,3,1)…
-
Some specific help with release triggers
Hi guys, am reasonably new to scripting so am hoping there are some experts here who can help me out. I've referenced some of Dave Hilowitz's videos, and in particular used some of Nils Liberg's code to sort out most of my release trigger issues... however... whilst I've stopped key release triggers playing when the pedal…
-
Hide UI Control Issue
Hi, I hope this discussion finds you well. I have KSP scripted a fairly complex Kontakt instrument with UI controls that are hidden, and then made visible via various selected menus. All functions well and I have set up a Call Snapshots function which works well too, apart from one thing… When swapping between saved…
-
Scripting for older version of Kontakt
I've got Kontakt 7. How can I script for an older version, i.e. version 6 or 5? Is it simply by not using any functionality that has been introduced later? If so, how do I determine that? Or are there other things to be aware of? Thank you!
-
Alternating between CC1 and Velocity
Hi, all I'm currently doing pre-production on a sampling project where I would like to alternate between CC1 and Velocity for the dynamics of the instrument. I am still relatively new to the world or KSP so there are some concepts that I don't yet know of. If you search for the Woodland Piano or Woodland Grand Piano you'll…
-
Knob button not changing! Help!
Sorry for the newbie question I have been tearing my hear out and spend nearly 10 hours trying to sort this out but doesnt seem to be working. The file has seen the txt files for the instrument background and the knob txt file. But still doesnt seem to want to change! Any help or ideas why this isnt changing? Its sticking…
-
How to make multiple articulations in Kontakt when making your own library?
Hello everyone! I'm new here, so thanks in advance for any help you offer :) Main idea: I'm currently working on my own library and I have a flute section. I'd like to be able to toggle between Marcattos and Stacattos within the same instrument that is loaded. But I can't find the code or any other resources on how to do…
-
When I put my samples into kontakt they sound different?
Hi folks, First post here. Starting my kontakt journey of building my own kontakt instruments. But first up, Im trying to put my samples into the player. Thats fine but the play back of them doesn't sound great. It's quite wobbly. Am I missing something here? One other question, im building this on kontakt 5 due to some…
-
How do you configure Session Strings to work with Roli Seaboard Rise 2?
I've searched through Roli and NI's support articles and have not found anything "Up-to-Date" when it comes to enabling the MPE features on Roli's Seaboard Rise 2.
-
Hello, how do you determine the number of the group in the Transpose
{*********************************************** Midi Transpose Author: Native Instruments Written by: Nicki Marinic Modified: July 30, 2009 *************************************************} on init set_script_title("Transpose") set_ui_height(2) message("") declare polyphonic $transposition {transposition interval in…
-
I need to play multiple samples with one key press
So, I have a pretty weird idea for a kontakt library aaaand I ran into a problem within 15 minutes of starting. basically, I need to play two samples close together (but not the same time) with one key press. The consonant K, and the vowel A. The reason I split this up is because I want the system to be modular and to be…
-
Drag and Drop Samples into User Zones (KSP Script Query)
Hi, I hope this finds you happy and well. I have scripted a Drag and Drop 'ui_mouse_area' into one of my scripted instruments, I have set my user-zones and various user-zone parameters, all works well, apart from... when I drag and drop a new .wav into the mouse area and user-groups, I have to re-apply the script 'Apply'…
-
Trouble with knob coding
Okay so I know this is absolutely something I’m doing wrong but I’ve watched every video and read every post I can find and still can’t figure this out. I’m trying to assign an image to a slider in the scripting editor but so far I’ve had no luck with the image displaying or functioning properly. Attached below are images…
-
is there a way to bypass a function (animation)??
Hi there, is there a way to bypass a function (animation)? Like when I turn a group on the animation function is on and when I turn the group off the animation is off. I can't found something helpful online. Thanks
-
Allow, Disallow don't work anymore when I reopen the saved Instrument
Hi there, when I wrote the allow, disallow script for every ui_switch everything works fine. as soon as I'm save the instrument and reopen it, it's not working anymore. if ($reverse # 0) disallow_group($ALL_GROUPS) allow_group(1) end if if ($strum # 2) disallow_group($ALL_GROUPS) allow_group(2) allow_group(0) end if if…