Can the last used Keyswitch still be active after restarting DAW? (Group start Options)
Hi all,
Great to be here and hoping for some help.
I'm making a Kontakt instrument with keyswitches using Group Start Options. I'd like for it to remember what key switch it had selected after I quit and restart the Logic project.
(I've set a default Keyswitch for when the instrument first initialises so that's sorted at least)
I appreciate any advice, I've been reading around for a while trying to crack it.
Thanks
Cora
Best Answer
-
Thank you so much Milos!
I've made it work in the meantime with the help of more sripting-minded family members.
Here's the script if anyone else needs it:
*I think potentially the "on persistance_changed" section is not strictly necessary> I think it's there to activate the correct UI Label attached to the Kyswitch.
on init
set_snapshot_type(0)
declare $key_switch
make_persistent($key_switch)
end on
on persistence_changed
play_note($key_switch, 1, 0, 1)
end on
on note
if (in_range($EVENT_NOTE, 26, 27)) {THESE ARE THE KEYSWITCH NOTES}
$key_switch := $EVENT_NOTE
end if
end on
1
Answers
-
Well, I don't really know the settings for that, but the screenshot alternative might help you.
Simply make any 'x' instrument first, put the keyswitches etc... then after you are finished, screenshot the settings, then you can name the screenshot "settings for 'x' instrument".
Let me know if it helps.
0 -
Thank you so much Milos!
I've made it work in the meantime with the help of more sripting-minded family members.
Here's the script if anyone else needs it:
*I think potentially the "on persistance_changed" section is not strictly necessary> I think it's there to activate the correct UI Label attached to the Kyswitch.
on init
set_snapshot_type(0)
declare $key_switch
make_persistent($key_switch)
end on
on persistence_changed
play_note($key_switch, 1, 0, 1)
end on
on note
if (in_range($EVENT_NOTE, 26, 27)) {THESE ARE THE KEYSWITCH NOTES}
$key_switch := $EVENT_NOTE
end if
end on
1 -
Glad the problem is solved!
0
Categories
- All Categories
- 19 Welcome
- 1.5K Hangout
- 62 NI News
- 785 Tech Talks
- 4.1K Native Access
- 16.6K Komplete
- 2K Komplete General
- 4.3K Komplete Kontrol
- 5.7K Kontakt
- 1.6K Reaktor
- 380 Battery 4
- 846 Guitar Rig & FX
- 429 Massive X & Synths
- 1.3K Other Software & Hardware
- 5.8K Maschine
- 7.3K Traktor
- 7.3K Traktor Software & Hardware
- Check out everything you can do
- Create an account
- See member benefits
- Answer questions
- Ask the community
- See product news
- Connect with creators