Configure command for using a midi fader

You have a question or need an advice about how to do something? Ask it here!
Post Reply
standol
Posts: 2
Joined: 14 Mar 2017 09:56
Configure command for using a midi fader

Post by standol »

Hello, i would like to know what command to use for sliding the fader on the mixer with à midi controller.
I try to use different mixer commands but when i enter the name of the desired mixer instead of "mixername " it says error, please enter à valide mixername value, but it's right name of my mixer charnel.
Could any one help me ?
Thank you in advance.
User avatar
radio42
Site Admin
Posts: 8330
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Configure command for using a midi fader

Post by radio42 »

Maybe you show us the exact command you are using, then we might tell you what is wrong.
Maybe you still included the <> brackets?

Here is a post describing it:
viewtopic.php?f=9&t=22&p=50
standol
Posts: 2
Joined: 14 Mar 2017 09:56
Re: Configure command for using a midi fader

Post by standol »

Here's a screen shot
Attachments
Screen Shot 03-15-17 at 01.40 AM.PNG
Screen Shot 03-15-17 at 01.39 AM.PNG
User avatar
radio42
Site Admin
Posts: 8330
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Configure command for using a midi fader

Post by radio42 »

As assumes above. The brackets are still there and need to be removed. And I you need to use a macro to translate the midi data2 to the fader volume.

Take a look to the link I posted, it contains an example:

MIXER_OUTPUT_VOLUME_SET PLAY|${mididata2asvol}


Note that in the Control-Command-Builder the following applies (click also on the small ? Icon at the top right):
<> brackets denote a parameter
[] brackets denote an optional element

Post Reply