-
Muting "layers" of a kontakt instrument
Hi. I'm using a instrument from the Kinetic Toys library (Automaton). Any keystroke triggers several samples. I want to use only one of them (its a "winding up" sound) and mute the rest. I couldn't achieve it with the library interface. I guess it can be done with the kontakt tools, maybe group editing..¿? but I have no…
-
Looking to hire someone to prepare Kontakt Libraries for NI NKS
We’ve developed a handful of Kontakt Libraries and have setup an account with NI for access to the SDK and would like to hire someone who has gone thru this process so that we have everything set up correctly. Please reach out if you’re interested and we can chat about specifics. dave.olson@me.com Dave Olson & Scott Radke
-
Is there a way to batch change all the sample starts in an instrument to half?
Hi all. A few months ago I released an instrument called the woodland piano (https://www.pianobook.co.uk/packs/woodland-piano/), which was recorded at 96k. Unlike a second piano recorded in the exact same way, when played at 48k there is some nasty aliasing artifacts fixed only by playing the instrument in HQI as high. A…
-
Inserting or replacing effect bypass on/off (Question)
After I insert or replace an effect using: on persistence_changed $asyncID := set_engine_par($ENGINE_PAR_EFFECT_TYPE,$EFFECT_TYPE_RINGMOD,-1,1,$NI_BUS_OFFSET + 0) wait(1) this effect will always be turned on, but I want the effect bypassed immediately after insertion. Turning it off in the 'on async callback' is not a…
-
wait() sometimes ignored?
{ The code below works fine on instruments I created. It also tested fine on Kontakt Retro machines and factory selection instruments. The loop starts at 10 and counts down with a 1 second wait between each down count. Status bar shows the count down, 1 # per second. On some, for example, all the Play Series Selection…
-
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
-
Kontakt 7 issues with MIDI CC for Modulation
I created an LFO oscillator to modulate pitch. Now I want to use a Midi CC message (or monophonic aftertouch) to modulate the intensity of the LFO. I've added a mod and I have tried both Midi CC (with any number of CC numbers) and monophonic aftertouch and it doesn't work. It does work, i.e. I don't see the line in the…
-
Playing notes from more than one slot
I have some notes playing from script slot 0 using disallow_group($ALL_GROUPS) and allowing groups, and some arpeggiator notes using ignore_event(EVENT_ID) set up like in the code below. It all works ! ... until I try to run the non arped notes to script slot 1. It seems like there may be different rules about which slot's…
-
Kontakt EVENLY spread velocity for all zones...
I am building a glitchy Kontakt instrument were ideally each sample has its own velocity. After dragging in many audio files (creating many zones)… Is there an easy way to have all files spread evenly across all velocity. There is the option to “Spread Velocity” but this just fills the space between each velocity…. Example…
-
Pitch Bend Sample
I have a soundscape sample that I am wanting to pitch bend. When I load it into Kontakt it only pitch bends with a 2 +/- semitone range. How can I increase that? I've tried clicking into the settings, then group editor, then adding pitch bend, but it doesn't give a semitone range... it just gives a percentage. Every video…
-
While Loops on Release Callbacks (and CC64) Problem
So I have some polyphonic variables that modulate stuff (like tremolo and vibrato) and which speed is dependent upon a $counter variable in a while loop. Something like this : on init declare polyphonic $counter end on on release while (1 > 0) $counter := $counter + 1 message($counter) wait(10000) end while end on The…
-
How do you drag and "drop midi to host" from sampler to mapping editor chromatically?
I want drag and drop from the sampler and make the midi span ONE note only. every time i slice and then drag and drop it to the mapping editor, one sample takes up 2 notes which messes up my workflow. How do i make it so that every time i drag and drop, each sample only takes up one note and the next sliced sample is…
-
how to make a button or KNOB or SWICHE POLY mode
hello Someone may know how to make a button or KNOB or SWICHE Play for POLY mode with one click the same program + POLY mode on init declare const $pitch_change_interval := 100 declare $glide_on declare $currentnote_id declare $newnote_id declare $oldnote1_id declare $oldnote2_id declare $oldnote3_id declare $current_pitch…
-
Basic group effects question
I'm still learning... I want to have this effect apply to all groups all the time. Do I use a while statement? on init make_perfview set_script_title("FX") set_ui_height_px(350) declare const $SK_SLOT := 0 declare const $FX := -1 declare const $GROUP := 0 declare ui_knob $RotatorKnob (0,1000000,1)…
-
LFO on mix, size, or pre-delay of a verb in Kontakt 6 is it possible ?
I want to put an LFO on the parameters of a reverb, or even a delay or in fact any parameter of any insert in Kotakt 6. I want to know if it's possible.