Topic: How to switch PH/LINE from MIDI command?
Hello everybody. I have sent an Mail to support@rme-audio.com, but have not received a confirmation mail, so I suspect mail is not working for me.
Therefore, heres my request in forums:
Device: RME ADI 2 DAC FS
0x71 would be the DEVICE ID.
Works: To set -60db VOL go to amidi -p hw:1,0,0 -S “F0 00 20 0D 71 02 1B 1A 71 F7”
But when I read through the documentation I don't quite understand it.
For example, I recorded MIDI for when I switch PH to LINE and got
“F0 00 20 0D 71 07 09 30 7E 08 01 00 00 02 00 00 02 02 00 00 00 F7”
And one 08 changed to 09, so I thought this must be it, if I send that, it would toggle.
So what would I have to send?
Because amidi -p hw:1,0,0 -S “F0 00 20 0D 71 07 09 30 7E 08 01 00 00 02 00 00 02 02 00 00 00 F7” wouldn't have an effect.
And vice versa back to PH
I already looked into https://github.com/n00bmax/RMEdiy which does not appear to have that function either.
And I made my own tool for use with a Broadlink RM4 Universal control.
But I want to get rid of it and just use MIDI.
So, what should I send to the device?