MCU lcd

You have a question or need an advice about how to do something? Ask it here!
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: MCU lcd

Post by radio42 »

No, but I guess I'll add a "$PLAIN:" option to the EXEC_SEND_MIDI_SYSEXMSG command for a next version.
djbony
Posts: 260
Joined: 13 May 2014 08:11
Re: MCU lcd

Post by djbony »

Wouldn't it be easier to add a function to ASCII? When it works 0xF0 0x00 0x00 0x66 0x14 0x12 0x00 "* [STRING: {$ {outputmixer1name}}: {rpad}: {6}]" "* [STRING: {$ {outputmixer2name}}: {rpad}: {6}] "" * [STRING: {$ {outputmixer3name}}: {rpad}: {6}] "" * [STRING: {$ {outputmixer4name}}: {rpad}: {6}] "" "" * [STRING: {$ {inputmixer4name}}: {rpad}: {6}] "" * [STRING: {$ {inputmixer1name}}: {rpad}: {6}] "" * [STRING: {$ {inputmixer2name}}: { rpad}: {6}] "" -15.0dB "0xF7
Why can't $ {mixeroutputXgain} work the same?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: MCU lcd

Post by radio42 »

This is what the $PLAIN: option will do, ie. leave the numeric values in a SYSEX message as a string.

Note, that you are not the only user, and by default must numeric values be presented as a numeric value in the MCU protocol.
djbony
Posts: 260
Joined: 13 May 2014 08:11
Re: MCU lcd

Post by djbony »

It is clear! I'm looking forward to the new feature. Thank you.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: MCU lcd

Post by radio42 »

The v4.1.5.7 adds the new $PLAIN: mode for the EXEC_SEND_MIDI_SYSEXMSG command - to send numeric values as a string.
Example:
EXEC_SEND_MIDI_SYSEXMSG 0xF0 0x00 0x00 0x66 0x14 0x12 0x00 "${outputmixer1gain}"
or
EXEC_SEND_MIDI_SYSEXMSG $PLAIN:0xF0 0x00 0x00 0x66 0x14 0x12 0x00 "${outputmixer1gain}"
djbony
Posts: 260
Joined: 13 May 2014 08:11
Re: MCU lcd

Post by djbony »

Great job. It works!
$PLAIN:0xF0 0x00 0x00 0x66 0x14 0x12 0x00 "*[STRING:{${outputmixer1name}}:{rpad}:{6}] " "*[STRING:{${outputmixer2name}}:{rpad}:{6}] " "*[STRING:{${outputmixer3name}}:{rpad}:{6}] " "*[STRING:{${outputmixer4name}}:{rpad}:{6}] " " " "*[STRING:{${inputmixer4name}}:{rpad}:{6}] " "*[STRING:{${inputmixer1name}}:{rpad}:{6}] " "*[STRING:{${inputmixer2name}}:{rpad}:{6}] " "G:${outputmixer1gain} " 0xF7

Thank you very much!
atlantic
Posts: 82
Joined: 09 Apr 2012 18:35
Location: Belgium
Contact:
Re: MCU lcd

Post by atlantic »

Can you also use it to record voice track?
Can you make a demo video with this mixer?
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: MCU lcd

Post by radio42 »

What has this thread to do with VT?
I don’t get your question...
atlantic
Posts: 82
Joined: 09 Apr 2012 18:35
Location: Belgium
Contact:
Re: MCU lcd

Post by atlantic »

Can you use this mixer to record vt with the intention of moving the slider up and down to register the volume. So you no longer have to use the ATT. Volume button.
User avatar
radio42
Site Admin
Posts: 8295
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: MCU lcd

Post by radio42 »

No. The ATT button creates a volume curve over the other tracks. This is a non-live function and applied after the voice over recording is finished, as it uses the cue-in and cue-out of the recorded track.
As such, there is no live fader events being able to use.

Post Reply