-
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…
-
A Kind Of Round Robin Replacement (In Development)
Hi everyone! As I'm learning to script KSP, I've been reading through some posts and speaking with a few people. I've noticed that many people are unhappy with the performance of Round Robin. So for my jump into KSP, I've decided to take on the challenge of reinventing the Round Robin feature (and giving it a kick!). I've…
-
MIDI ECHO Script in Main Script
Hi there @EvilDragon , is it possible to get the Midi Echo On/Off Power Button (from this discussion https://community.native-instruments.com/discussion/5324/modify-midi-echo-script-to-include-off-on-mode-or-bypass) into my Main Script? and maybe the Time and Trans Knob? Thanks
-
Change Background in the second Tab
Hi there, I need help changing the Background in my second Tab without changing the Background in the first Tab. The first Tab should be the Main Instrument the second Tab should be the Effect Section. Thanks
-
stacking samples vertically in mapping editor
hi folks: i'm quite new to this so please bear with me. what i need to do is to drag a bunch of samples into kontakt's mapping editor and stack them vertically rather than horizontally. obviously i can do it manually, but it takes forever since i need 256 samples to be placed in 4 vertical lanes of 64 samples each. any…
-
A problem when using scripts "drum computer" and "input quantize" simultaneously
When I activate the "note on" switch from "Input quantize" factory script, the "Tune amount" knob from "Drum computer" factory script doesn't work. All steps play the same note, regardless of the value set in the Drum computer's tuning grid. I made this short video showing what I'm saying (The scripts are the factory ones,…