Pattern Player Kit - export sound used
hernansh
Member Posts: 7 Newcomer
Hi, how can i add out the of the sound of the kit, its to display on a led, right now i used an array to save the string
0
Comments
-
how can i add out the VALUE of the sound of the kit
0 -
I don't quite understand the question.
Here's a small qml example (fx.1.kitSelect) with Bowser encoders changing the valueWire { from: "%surface%.browse.encoder"; to: RelativePropertyAdapter { path: "app.traktor.fx.1.kitSelect"; step: 1; mode: RelativeMode.Stepped } }
OR:
Switch through the loaded kit with the (PREV, NEXT) pads 5-6
AppProperty { id: fx_button_1; path: "app.traktor.fx.1.buttons.1" } AppProperty { id: fx_button_2; path: "app.traktor.fx.1.buttons.2" } Wire { from: "%surface%.pads.5"; to: ButtonScriptAdapter { onPress: fx_button_1.value = true onRelease: fx_button_1.value = false } } Wire { from: "%surface%.pads.6"; to: ButtonScriptAdapter { onPress: fx_button_2.value = true onRelease: fx_button_2.value = false } }
0
Back To Top
Categories
- All Categories
- 18 Welcome
- 1.6K Hangout
- 66 NI News
- 859 Tech Talks
- 4.4K Native Access
- 17.6K Komplete
- 2.1K Komplete General
- 4.6K Komplete Kontrol
- 6.1K Kontakt
- 1.6K Reaktor
- 398 Battery 4
- 888 Guitar Rig & FX
- 453 Massive X & Synths
- 1.4K Other Software & Hardware
- 6.2K Maschine
- 7.8K Traktor
- 7.8K 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