-
Waveform Graphic changes with group menu select
Hi, I found this code on an old thread but it is missing the on_persistence code. I have tried everything I can think of but can't seem to figure it out! Please can someone put me out of my misery!? The group select element works as it should but no waveform graphic is displayed. Thanks in advance!…
-
KSP SCRIPT WARNING, help please!
Hello, I am new to KSP but I cannot seem to find the answer to this problem I am having in the KSP manual or online. If somebody could assist I would be most grateful. Thank you I have a menu with left and right scroll buttons. 128 groups. If I press the left arrow / button when group 1 is selected or the right button when…
-
Round Robin sample reset time knob
Hello! I am in the final stages of creating a metal bass guitar library, its a very simple library containing key switches for down picking samples, up picking and alternate picking. I have used other bass guitar libraries much like mine that include a knob labled "alt picking time' that goes from 0-600 ms. I assume this…
-
Help with Prev + Next buttons for Menu select with Key Colour change
Hi, I have been struggling to get the Next and Previous buttons to work in conjuction with the key colour change. I would like the colour change to update when I select a new set of groups using the next and previous buttons. The colour change only happens when I use the drop down menu to select the groups. There are 3 mic…
-
Master Volumen with script
Is it possible to edit the master volume with script? For example, synchronize it with a fader or knob of my controller.
-
Can't control bus volumes by custom sliders
Hi! junior here!) I am writing a library in which 3 parallel channels should be played. I assigned groups of samples to different buses manually. The volume should be controlled by custom sliders, but when I try to change the volume it drops to a minus infinite value and is not adjustable. Thanks for any help! Here's the…
-
Change MIDI Channel
hello friends, does anyone know how to create a button to change midi channel???
-
how to control bus volume by custom slider?
Hi! junior here!) I am writing a library in which 3 parallel channels should be played. I assigned groups of samples to different buses manually. The volume should be controlled by custom sliders, but when I try to change the volume it drops to a minus infinite value and is not adjustable. Thanks for any help! Here's the…
-
Change Midi Channel
I try to change the midi channel but I don't know what I'm doing wrong... on midi_in if ($MIDI_COMMAND = $MIDI_COMMAND_CC and $MIDI_BYTE_1=1 and $MIDI_BYTE_2<=63) ignore_midi set_event_par($EVENT_ID,$EVENT_PAR_MIDI_CHANNEL,0) exit end if if ($MIDI_COMMAND = $MIDI_COMMAND_CC and $MIDI_BYTE_1=1 and $MIDI_BYTE_2>=64)…
-
"hidden gem" tips for KSP?
Hello, I'm looking for tips you found, almost by accident in random forum answers, or quirks of Kontakt (KSP) everyone should be aware of in your opinion. Those 'life-saver' tips - anything. I'm all ears, thanks in advance!
-
start/end points problem-kontakt 7
i've chopped a sample in to 4 "chops", and i am trying to adjust the start and end points of each "chop". I can visually see the start and end points changing when i move them, but i can't hear any change. All i can hear is anything within the "chop" region- and nothing outside of it. I hope this a simple thing i am…
-
Shorten Commands
Does anyone know how to write this in a simpler way? set_control_par_str(get_ui_id($switch_1),$CONTROL_PAR_PICTURE,"switch") set_control_par_str(get_ui_id($switch_2),$CONTROL_PAR_PICTURE,"switch") set_control_par_str(get_ui_id($switch_3),$CONTROL_PAR_PICTURE,"switch")…
-
Change a knob to a slider in Kontakt scripting preset
Hello guys, I am using the "Unisono - Portamento" script preset from Kontakt in one of my instruments. All parameters are knobs. But I want to change the "Time" knob in the portamento section to a slider, so I can apply my own knob design to it. Can someone help me to do this? Thank you!
-
Combine two scripting tabs
Hey guys, I have a problem. For a bass synth I made in Kontakt, I have two scripting tabs. The first one is for legato/portmento/glide (from the presets) and the second one is a mix knob, which controls the level between group 1 and group 2. Everything works fine. But I want to combine both scripts into one tab so there is…
-
Puedo asignar diferentes funciones a un cc dependiendo del número de programa???
Hola buen día... Tengo una duda, espero saberme explicar y que alguien me pueda ayudar... Tengo un multi para program change con varias funciones, entre ellas un botón asignado a un número de CC, lo que intento hacer es que ese botón me haga funciones diferentes dependiendo del numero de Programa en el que me encuentre...…
-
Necesito editar un multi para Program Change
Hola que tal, saludos a todos... Alguien puede ayudarme??? Tengo un multi con 16 botones para program change y un botón (cc 126) para otras funciones... Necesito hacer que cuando active este botón solo me afecte al botón que esté activo en ese momento y no a los botones que estén inactivos... Por ejemplo si tengo: Program…
-
Dependent Variables in 'wait'
Hi guys. I'm trying to define a dependent variable in KSP and use it for 'wait' as $waiting_time. Here's a simple example. The error message is 'ERROR (line 7): variable "$x" was not declared. I can't see what's wrong with it. Thanks in advance. on init declare $Time := 5 declare $x := 2 * $Time end on on note wait($x) end…
-
Modulation settings
Hey! Would highly appreciate if you could help me! I'm trying to create my own drum library. So I created the new instrument and I am wondering if there's a possibility to make different modulation settings for each note? I want to have long release for the rides and crashes and short release for my open hat. Can't find…
-
Kontakt 6: How to swarm/ostinato with scripts?
Hi, I was wondering if I could bring an existing Kontakt instrument with short articulations like for example "symphony essentials - woodwind - basson - stacc" to retrigger randomly as long as a key or multiple keys are held. I read that you could achieve something like this with built-in Factory scripts. When I activate…
-
Sublime Text 4 auto-complete not working
Hello, I'll naively say that, overnight, auto-complete for KSP in Sublime 4 does not work. And also, strangely, now in Sublime 3, auto-complete for the Koala package finally works, which previously did not. (Windows) Even after opening Sublime 4 on my Mac, not even 1 minute in, auto-complete stopped working as I was…