How can Icreate a channel strip for my drum library
Hi, I've created a drum library. All the parts are in a group but I want to create a channel strip that contain volume slider, pan and mute. Is there a script resource that would have how to script that or even a drum template that I can just load my sounds into that already have a mixer? Thanks
Comments
-
To control all the parts of a drum kit, you need to assign each part to its own group. For example, Group 0 can be the kick, Group 1 the snare, and so on. Then, you’ll route each group to a bus. To do this, just go to the backend, click on the group you want, and pick the right bus from the output menu.
After that, you’ll need to adjust the parameters using the
ui_control
callback. Here's a simple example:on ui_control (mixer_kick_vol) set_engine_par(ENGINE_PAR_VOLUME, mixer_kick_vol, -1, -1, NI_BUS_OFFSET + 0) end on
In this case, 0 represents the first bus. You can also use
ENGINE_PAR_PAN
for panning,ENGINE_PAR_TUNE
for pitch, and so on.
Side note: You can also route groups to busses using KSP → ENGINE_PAR_OUTPUT_CHANNEL.0
Categories
- All Categories
- 19 Welcome
- 1.3K Hangout
- 59 NI News
- 710 Tech Talks
- 3.7K Native Access
- 15.2K Komplete
- 1.8K Komplete General
- 4K Komplete Kontrol
- 5.3K Kontakt
- 1.5K Reaktor
- 356 Battery 4
- 787 Guitar Rig & FX
- 403 Massive X & Synths
- 1.1K Other Software & Hardware
- 5.3K Maschine
- 6.7K Traktor
- 6.7K 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