Macro Buttons System.KeyPress

The Virtual Audio Mixer discussions and support...
Post Reply
BangDroid
Posts: 14
Joined: Sun Dec 11, 2016 7:08 pm

Macro Buttons System.KeyPress

Post by BangDroid »

I have seen the following in the documentation.

Image

What I'd like to achieve is using MIDI to send a button press.

For one of the Macro button I have in Request for Button ON / Trigger IN:

Code: Select all

System.KeyPress(F9)
But I am unable to trigger this key press.

Am I misunderstanding or have I done something incorrectly?


Thanks.
Vincent Burel
Site Admin
Posts: 2008
Joined: Sun Jan 17, 2010 12:01 pm

Re: Macro Buttons System.KeyPress

Post by Vincent Burel »

System.KeyPress("F9");

the parameter is a STRING so must be inside "" See Example in user manual.
BangDroid
Posts: 14
Joined: Sun Dec 11, 2016 7:08 pm

Re: Macro Buttons System.KeyPress

Post by BangDroid »

Vincent Burel wrote:System.KeyPress("F9");

the parameter is a STRING so must be inside "" See Example in user manual.
Ah ok! Thanks for your help. :D
Post Reply