@waedi
waedi wrote:Make sure Sysex is not disabled in the Midi send app
pbj uses sendmidi (with the syx parameter in his command, see his Post #3 or details below)...
waedi wrote:I mean the app you use to send midi commands to the ADI-2 remote.
We do not want to send midi sysex messages to the Remote App. It is not involved in our scenario.
We want to communicate with the ADI-2 DAC directly...
(correct me if I'm misunderstood sth)
-----
@pbj
i just saw you try to send sth like this:
sendmidi dev "ADI-2 DAC (59651073) Port 1" syx "F0 00 20 0D 71 02 0F 00 01 F7"
this will not work as intended.
In fact, you send F0 00 F7 (I verified this via MIDI Monitor).
a "sendmidi -h" tells me this:
...
dec Interpret the next numbers as decimals by default
hex Interpret the next numbers as hexadecimals by default
Commands:
...
syx bytes Send SysEx from a series of bytes (no F0/F7 delimiters)
...
By default, numbers are interpreted in the decimal system, this can be changed
to hexadecimal by sending the "hex" command.
So, try this instead your command above (no surrounding „“, no F0/F7 status bytes but add the hex parameter to inform sendmidi that the following bytes should be interpreted as hex bytes):
sendmidi dev "ADI-2 DAC (59651073) Port 1" syx hex 00 20 0D 71 02 0F 00 01
Additionally, looking into the sheet, and putting things together regarding your unit, make a test:
1) sendmidi dev "ADI-2 DAC (59651073) Port 1" syx hex 00 20 0D 71 03 09 (=Request all settings from ADI-2/4 Pro - or sayin "Hello!" to the unit)
2) then you should receive a big bunch of messages (all settings)
3) then you should continuously receive the status from ADI-2/4 Pro (after first valid command) which looks like this: F0 00 20 0D 71 07 11 30 7E 08 00 00 00 02 04 01 11 00 F7
4) Now, try to set Volume of Phones 3/4 to -10dB (address 9, parameter index 12, value -100) via:
sendmidi dev "ADI-2 DAC (59651073) Port 1" syx hex 00 20 0D 71 02 4B 1F 1C
5) Or try to set Input-Range to 13dBu (address 0, parameter index 1, value 2) via
sendmidi dev "ADI-2 DAC (59651073) Port 1" syx hex 00 20 0D 71 02 00 20 02
I am pretty sure this should work now (according to Ralf's really good documentation).
PS: I did not verify if ADI-2 DAC really has Phones3/4 and the Input Ranges till now. But I would bet sth that this should work...
“Do It For Her”
My Gear: Bontempi Magic light Keyboard