-
Help with syntax for an if/while statement involving simultaneous note events.
First, sorry about the code below. The paragraph/code bIock isn't showing up for me on the highlighted text. For my question... I want to have a group allowed/disallowed when a pair of keyswitches are pressed and have a button reflect that change. I have things working fine with 1 keyswitch as follows...…
-
Unable to apply graphics to specific ui_knobs and ui_menus
Hi All - I've began tentatively getting involved with the process of skinning/ adding graphics to Kontakt instruments, and having issues with applying graphics to some of the menu's and knobs on the instrument. These particular menus/ knobs are controlled by the arpegiartor in the instrument so I am wondering if it could…
-
Saving custom nki/nkm for older versions of Kontakt
Hi there! I recently made some instruments for myself using K6. But they won't open in older versions. I was wondering if there's a simple way to save them so they'd at least be compatible with 5.8.1 so I could share them with more people? They're very simple instruments, just a few groups with RR, some key colors/names,…
-
Looking to work with experienced KSP Scripter
Howdy KSP Community, Sorry if this is the wrong place for this, but I'm going to reach out anyways: I'm launching a company and instrument. The instrument is mostly scripted, but I'm finding myself needing to shift into running the business and the many challenges that brings. I need someone to finish the scripting…
-
Need Help With On UI_Control Script
I am very new to coding an instrument and am running into a werid problem. here is my code so far. My issue is when I get to on ui_control($MainMicKnob) kontakt says there is an error. The others are going through no problem. Not really sure what the problem is. on init make_perfview set_script_title("Performance View")…
-
Need help mapping png animation
Hi Everyone, I've spent a lot of time in various forums and consulted the developer guide for help, but I am still having issues with mapping a png animation to a slider. By all accounts it should show up. and be usable. The custom slider graphic is a vertical slider, and the lowest value for a slider is the top animation.…
-
Unwanted zone envelope graphics appearing
I just started a new version of script I was making (new NKI) and now there are zone envelope graphs (dotted white grid) appear on the waveforms. The zone envelope zones inside are not active. Is there a way to disable them from appearing? toggling grid and beat machine inside doesn't affect it
-
When I use custom knob in user linked to portamento glide knob i got some problems
hi guys, first sorry for my english. i got some problems. i created one librairy for kontakt and all its ok i linked portamento with my user script and no problem for that all worked but when i used custom knob in user (and i think i got good script for that) now my custom knob and portamento knob work good but the glide…
-
Strange "Create Empty Group" Behaviour
I'm working on an instrument that has many groups. Creating and working with new groups has worked as-expected up until now — selecting "Create Empty Group" would create a new sampler group that audio files can be dropped into. Now, however, when creating a new empty group, Kontakt will create an empty sampler group, but…
-
How select groups via menu, and have several groups sounding at the same time.
I am working with several groups at the same time. I have several menus and I want to connect with KSP so that when selecting through the menu, the selected groups of each menu sound together. I know I can do it with ALLOW/DISALLOW, but I don't want to consume too much memory. I know that groups can be purged but I have no…
-
First note played causes a crackle sound. Caused by Replika?
I have a bunch (~50) instances of the Kontakt instrument I'm writing loaded up in a Cubase project. Each instance of my instrument is in its own Kontakt instance; each Kontakt instance has only 1 instrument loaded. When I click on each track and play a note on my keyboard, most of them elicit a crackle sound followed by…
-
Getting all of the knobs to update instead of just some
Hey there, I'm probably missing a simple step here but for knobs 3 & 4 they do change the sound but do not reflect the updated numbers when being moved. If I hit apply, the numbers do get updated. I've been looking through to see what I'm missing. If I change knobs 3 & 4 to the same slot as knobs 1 & 2 then they do update…
-
Zone Round Robin issue
Hey all. I'm having an issue with a round robin script. It's basically functional and working as intended, except for this: Depending on how I have my MIDI mapping set up (I have menus and presets for this that are working perfectly), it will trigger random groups. It's almost like "disallow_group(ALL_GROUPS)" isn't…
-
Ho do I make a function with if?
I make a function that contains if: on init message(Add(1,2)) end on function Add(x,y) -> output if x > 0 output := x + y else output := 0 end if end function And I get the error message: The definition of function Add needs to consist of a single line (eg. "result := <expr>") in order to be used in this context Ho do I…
-
HOW TO PASTE CODE ON THIS FORUM
When discussing about code, you might want to paste some code in. Here's how to get it formatted nicely. First, paste your code as regular text Then, select the whole code you have just pasted On the side, there will be a paragraph symbol (¶), click it Then press the quotation button, then select Code Block option Voila!…