-
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,…
-
Confusion about Instrument and Groups
So i am planing on creating my first instrument with Kontakt. The main concept of the instrument is blending 2 genres together by having a drop down menu for each of the genres with an A/B mix fader. (Similair to the Twenty Five Instrument) So i have been watching tons of Tutorials but one thing still confuses me a lot.…
-
Loop Length Modulation seems Glitched (Kontakt 5)
Hello Experts, I have a rather odd problem, that I'm convinced is operator error: If I modulate the loop length with the mod wheel, the loop length modulation only happens on the root note, the rest of the notes have merely the position of the loop modulated. I have replicated this across a few different samples. What am I…
-
KSP Error
Hello i am receiving an error that say “change tune…. is not allowed in this callback type!” but according to the user manual, change tune can only be used in the on note on release callbacks…. HELP on note $key := %keynum[$EVENT_NOTE] $bend := %tune[$EVENT_NOTE] change_note ($EVENT_ID, $key) change_tune ($EVENT_ID, $bend,…
-
Script to trigger 2nd group when same zone played twice in a row
Rather than set up a round robin that alternates between two groups with every note event, I'm trying to write a script that only triggers the 2nd group when the same zone is played twice in a row. Unfortunately, the results I'm getting are that of a standard round robin. Can anyone tell me where I'm going wrong? on init…
-
Sample Editor
Hi! I have many zones within a group and I like to let them play all the way until the end of the sample and not end with the release of a key. I learned that I can use sample editor to first toggle "Sampler" on, select "One Shot" and then click on the wrench to "copy to all selected zones". However that does seems to work…