I’m on Windows 10 and I want a simple way to mute a channel/track via a REST API or some kind of HTTP POST. does this exist?
In Reaper, I can automate the mute of a track when playback begins. That’s all I want to do, but for the dpsmixfx app
I’m on Windows 10 and I want a simple way to mute a channel/track via a REST API or some kind of HTTP POST. does this exist?
In Reaper, I can automate the mute of a track when playback begins. That’s all I want to do, but for the dpsmixfx app
I’m not aware of an API for that.
And just in case you (or a future reader of this thread) is not already familiar with the following, I’ll mention them here:
Many Windows users utilize AutoHotKey for remote control when an API isn’t available:
I’ve been using CoyoteMIDI for a while to achieve something similar, but with an emphasis on using MIDI messages to trigger various actions.