Midi parameters for individual instruments in a Multi
Hello, Is there a way to disable the influence of the Komplete Kontrol 61 Keyboard modulation wheel for ONLY ONE instrument in a Multi? I'm trying to use the Baritone Saxophone from Factory Library 2 but can't seem to 'switch off' the tremolo. Thanks
Best Answer
-
A multiscript can be used to block certain MIDI messages that come over a specific channel or channels.
on midi_in if ($MIDI_CHANNEL = 1) { this is MIDI channel 2, change as needed} if ($MIDI_COMMAND = $MIDI_COMMAND_CC and $MIDI_BYTE_1 = 1) { this is MIDI CC number, change as needed } ignore_midi end if end if end if
2
Answers
-
I do not think so. Modulation Wheel control, is a global parameter which affects the entire instrument. Yet, i am not a Kontakt expert, it might exist a workaround for this.
0 -
Hello,
it could work with a script but then you would have to insert it into every instrument where you want to block MW data. @EvilDragon maybe can help he knows KSP inside out. I will have a look if I'm back at my pc.
0 -
A multiscript can be used to block certain MIDI messages that come over a specific channel or channels.
on midi_in if ($MIDI_CHANNEL = 1) { this is MIDI channel 2, change as needed} if ($MIDI_COMMAND = $MIDI_COMMAND_CC and $MIDI_BYTE_1 = 1) { this is MIDI CC number, change as needed } ignore_midi end if end if end if
2
Categories
- All Categories
- 19 Welcome
- 1.4K Hangout
- 60 NI News
- 761 Tech Talks
- 4K Native Access
- 16.2K Komplete
- 2K Komplete General
- 4.2K Komplete Kontrol
- 5.6K Kontakt
- 1.6K Reaktor
- 373 Battery 4
- 831 Guitar Rig & FX
- 423 Massive X & Synths
- 1.2K Other Software & Hardware
- 5.6K Maschine
- 7.1K Traktor
- 7.1K 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