MacroButtons 1.0.0.7

How to use Voicemeeter Remote API and control Voicemeeter Audio Engine
maxymedia
Posts: 4
Joined: Mon Apr 08, 2019 8:45 pm
Location: Sydney, Australia
Contact:

Re: MacroButtons 1.0.0.7

Post by maxymedia »

Vincent Burel wrote:MacroButton 1.0.0.7 implements new SYSTEM commands to send Keyboard Event or execute application/script

You can download this last version directly there:
http://vbaudio.jcedeveloppement.com/Dow ... _v1007.zip
(simply extract and copy VoicemeeterMacroButtons.exe in your "C:\ Program Files (x86)\ VB \ Voicemeeter" folder - possibly rename the previous one by "old" to keep it in case of problem).

MacroButtonsToSendKeyboardMessage.jpg

System Execute
This function works like a “CreateProcess” or ShellExecute under windows and allow to start any application with a command line argument.

Code: Select all

System.Execute(szprogram, szworkdir, szcommand);

Code: Select all

System.KeyPress("CTRL+NP1");
System.KeyPress("ALT+F8");
List of Key Name:
MacroButtonKeysName.gif
Hi

I'm looking for some examples of the APP/ LAUNCH APP

I'm running Google Slides on one of my browsers and trying to set up a LEFT (PREVIOUS SLIDE) and RIGHT (NEXT SLIDE)

Creating a System.KeyPress("LEFT"); doesn't work as not the active app.

Any help greatly appreciated.
Scott Maxworthy
Producer
Max Media and Entertainment

https://maxys.com.au
https://maxyphoto.com.au
https://nakedpunt.com
Vincent Burel
Site Admin
Posts: 2005
Joined: Sun Jan 17, 2010 12:01 pm

Re: MacroButtons 1.0.0.7

Post by Vincent Burel »

1- you may use MacroButton installed with Voicemeeter . the version 1.0.0.7 is totally old . today is 1.0.3.1
2- user manual also can bring some new details page 41,42:
https://www.vb-audio.com/Voicemeeter/Vo ... Manual.pdf
3- System.Keypress emulate the keyboard input, exactly like the keyboard does. the rest is pending on your application, if your application needs to have the focus to get keyboard input, or if the hook keys (hot shortcut).
Post Reply