Search found 4 matches

by mixmog
Sat Dec 23, 2023 2:30 pm
Forum: Voicemeeter
Topic: Interruptions in audio Macro Button trigger
Replies: 0
Views: 25489

Interruptions in audio Macro Button trigger

Been experimenting with implementing Macro Buttons as a sort of 2x1 switch. This will switch one source to another in the event that one source goes silent. The system works by receiving 1kz tone from two sources, if one goes silent, a midi command is triggered to switch routing in VB Matrix. The pr...
by mixmog
Thu Oct 05, 2023 2:50 pm
Forum: Matrix
Topic: MIDI control for presets
Replies: 1
Views: 23405

MIDI control for presets

I'm trying to use MIDI learning to switch from one preset to another. Mapping the following (for example): #1 Note On C6 (96) to "Preset[01).Apply toggles "unapply preset" which de-routes everything. Triggering the same command again selects the required preset. Is this by design or a...
by mixmog
Wed Oct 12, 2022 11:36 pm
Forum: Voicemeeter Remote API
Topic: Setting multiple button states to "0"
Replies: 2
Views: 29961

Re: Setting multiple button states to "0"

Great! Thanks.
by mixmog
Mon Sep 26, 2022 5:39 am
Forum: Voicemeeter Remote API
Topic: Setting multiple button states to "0"
Replies: 2
Views: 29961

Setting multiple button states to "0"

I'm working on a touchscreen interface which requires that all button states are set to "0" prior to each command being executed. Is there a way (or could there be in the future release?) to change multiple button states with a single line, eg: Button(0-4).State = 0; Rather than: Button(0)...