Kontakt KSP - Automation in Multiscript possible?
-
- Banned
- 12 posts since 25 Nov, 2017 from Usa
Hi.
I have a multiscript designed to choose the output of each instrument. Say I have a stack of two intruments. When I press btn1 in the multiscript, the first instrument plays. I press btn2 and only the second instrument plays.
Is it possible to control this behavior from the host's automation? In other words, is it possible to script automation in a multiscript?
Thanks in advance!
I have a multiscript designed to choose the output of each instrument. Say I have a stack of two intruments. When I press btn1 in the multiscript, the first instrument plays. I press btn2 and only the second instrument plays.
Is it possible to control this behavior from the host's automation? In other words, is it possible to script automation in a multiscript?
Thanks in advance!
- KVRAF
- 4801 posts since 1 Aug, 2005 from Warszawa, Poland
Host automation I think not, but don't quote me on that. MIDI automation, you could script.
If you're looking for a way to change playing instrument by keyswitch or CC, here's a solution:
http://waveforms.fairlyconfusing.net/20 ... cript.html
If you're looking for a way to change playing instrument by keyswitch or CC, here's a solution:
http://waveforms.fairlyconfusing.net/20 ... cript.html
- KVRAF
- 24455 posts since 7 Jan, 2009 from Croatia
Not possible to do host automation of multiscripts.
-
- Banned
- Topic Starter
- 12 posts since 25 Nov, 2017 from Usa
Thanks! Digged into that multiscript and it looks quite similar to what I have. What I would like to do is to control that instrument switching from within the host, using the automation lane.
I tried the automation ID code inside the multiscript and it compiles, but it doesn't get carried to Kontakt's host assignment list. Also, Kontakt doesn't allow when I try to assign the parameter by dragging from the list to the button. So, I think it's a no-no...
I'm not so much interested in controlling it with a MIDI controller (keyboard, etc.), but from the host. However, if a multiscript keyswitch or MIDI CC are controllable from the host, that could be an indirect way to solve the problem.
I tried the automation ID code inside the multiscript and it compiles, but it doesn't get carried to Kontakt's host assignment list. Also, Kontakt doesn't allow when I try to assign the parameter by dragging from the list to the button. So, I think it's a no-no...
I'm not so much interested in controlling it with a MIDI controller (keyboard, etc.), but from the host. However, if a multiscript keyswitch or MIDI CC are controllable from the host, that could be an indirect way to solve the problem.
- KVRAF
- 26033 posts since 20 Oct, 2007 from gonesville
Have a look at Orange Tree Samples Mind Control. You can define conditions in MIDI, such as key switch, velocity, controller amount, for switching instruments. The instruments reside in slots in an Instrument Bank, is the idea. It's not free but it's not expensive.JayNyqvist wrote: I'm not so much interested in controlling it with a MIDI controller (keyboard, etc.), but from the host. However, if a multiscript keyswitch or MIDI CC are controllable from the host, that could be an indirect way to solve the problem.
-
- Banned
- Topic Starter
- 12 posts since 25 Nov, 2017 from Usa
jancivil, thank you!
