Search found 14 matches

by slantalpha
Thu Aug 20, 2020 12:39 pm
Forum: Voicemeeter
Topic: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED
Replies: 12
Views: 13998

Re: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED

yes of course, it's programmed like a standard microsoft dll, you can use it with any language able to call _stdcall functions. Hmm... I'm getting some compilation errors in my C++ program. In Visual Studio 2019 I set the character set to "Not Set" and added _CRT_SECURE_NO_DEPRECATE to th...
by slantalpha
Sat Aug 08, 2020 11:05 pm
Forum: Voicemeeter
Topic: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED
Replies: 12
Views: 13998

Re: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED

Vincent Burel wrote:yes, sure, you can build a client application to make amediator between your arduino and voicemeeter.
just follow example in SDK: viewtopic.php?f=8&t=346
Is the Voicemeeter Remote API DLL written in standard C? How can I import it into a C++ or C# program?
by slantalpha
Fri Aug 07, 2020 2:16 pm
Forum: Voicemeeter
Topic: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED
Replies: 12
Views: 13998

Re: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED

there is no parameter "feedback" in Voicemeeter remote protocol (MIDI or VBAN-TEXT). and there is no request to get parameter status. only the Voicemeeter Remote API provides parameter states, but it's for a client application running on the same PC than Voicemeeter. Hi Vincent, thanks fo...
by slantalpha
Sun Aug 02, 2020 1:57 pm
Forum: Voicemeeter
Topic: Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED
Replies: 12
Views: 13998

Hardware interface (Arduino?) mute button for Voicemeeter channel and mute indicator LED

I've been using a paid license of Voicemeeter for a few years now, and I want to take my setup to the next level :) I want to make a hardware interface with a push button to mute a specific Voicemeeter channel and also turn on a physical LED to indicate whether or not the Voicemeeter channel is mute...