The simplest script in Kontakt 6:
on init
set_key_color(1, $KEY_COLOR_RED)
end on
works great when applied, however when I load the instrument, the keys come up all white.
All the instruments I look at have the keyswitches colored on instrument load.
What's the secret I'm missing?
I copied all the code from another instrument's script that works just fine straight into mine.
Same result, nothing.
Some setting on the instrument I created?
I copied another instrument made by somebody else with instrument keys in blue and keyswitches in red over my new instrument.
OK. The new copied one worked fine.
Then I overwrote its scriptcode with my simple
on init
set_key_color(1, $KEY_COLOR_RED)
end on
It no longer showed any red keyswitches (mine or the originals)on instrument load.
Then I copied the imported script back to where it originally was, so this imported instrument was back to how I found it.
It showed NO red keyswitches.
HOWEVER, the now invisible original keyswitches worked JUST FINE!
??????????