MIDI with the S16

User avatar
streamfuchs
Posts: 77
Joined: Tue Sep 21, 2021 11:58 am

Re: MIDI with the S16

Post by streamfuchs »

Just for information:

When comparing, there are two ways of using the OSC command "/-prefs/haflags".
(As we now know only with the X32)

Below I listed the different commands, which will end in the same result:

OSC: /-prefs/haflags 1
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 31 F7

OSC: /-prefs/haflags %0001
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 25 30 30 30 31 F7

-----------------------------------------------------------------------------------------------------


OSC: /-prefs/haflags 2
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 32 F7

OSC: /-prefs/haflags %0010
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 25 30 30 31 30 F7

----------------------------------------------------------------------------------------------------


OSC: /-prefs/haflags 4
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 34 F7

OSC: /-prefs/haflags %0100
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 25 30 31 30 30 F7

---------------------------------------------------------------------------------------------------


OSC: /-prefs/haflags 8
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 38 F7


OSC: /-prefs/haflags %1000
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 25 31 30 30 30 F7


---------------------------------------------------------------------------------------------------


Combinations in between can easily be calculated e.g. for switching "Lock Stagebox" and "HA Gain split mode" simultaniously:

OSC: /-prefs/haflags 3
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 33 F7

OSC: /-prefs/haflags %0011
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 25 30 30 31 31 F7

--------------------------------------------------------------------------------------------------

When using both most left bits at the same time, sending a message several times will the result in a toggle between

"AES50/A HA Gain split mode" and "AES50/B HA Gain split mode" e.g.


OSC: /-prefs/haflags 12
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 31 32 F7

OSC: /-prefs/haflags %1100
F0 00 20 32 32 2F 2D 70 72 65 66 73 2F 68 61 66 6C 61 67 73 20 25 31 31 30 30 F7

-------------------------------------------------------------------------------------------------
User avatar
streamfuchs
Posts: 77
Joined: Tue Sep 21, 2021 11:58 am

Re: MIDI with the S16

Post by streamfuchs »

I just released V 5.0 of my RemoteControl app with which it is now possible to control two daisychained S16 with up to 32 channels via MIDI.
Many thanks to Patrick and Paul who helped finding the last puzzle pieces.



You can download all versions here:

http://storeds2310.synology.me:5000/d/s ... LHguRHcLAo


Have fun.

Regards
Thomas
User avatar
GaryH
Posts: 975
Joined: Wed Apr 14, 2021 8:19 pm

Re: MIDI with the S16

Post by GaryH »

Very nice indeed!
User avatar
pmaillot
Posts: 645
Joined: Wed Apr 14, 2021 1:32 pm

Re: MIDI with the S16

Post by pmaillot »

Great work! :-)
User avatar
streamfuchs
Posts: 77
Joined: Tue Sep 21, 2021 11:58 am

Re: MIDI with the S16

Post by streamfuchs »

I just released V5.10
It is now possible to name the tracks



Image
jkwak
Posts: 1
Joined: Wed Nov 15, 2023 4:09 pm

Re: MIDI with the S16

Post by jkwak »

Thank you streamfuchs and great work with the software you developed.
Would this software also work with the S32/DL32 line of 32 input stageboxes?
User avatar
streamfuchs
Posts: 77
Joined: Tue Sep 21, 2021 11:58 am

Re: MIDI with the S16

Post by streamfuchs »

jkwak wrote: Wed Nov 15, 2023 4:16 pm Thank you streamfuchs and great work with the software you developed.
Would this software also work with the S32/DL32 line of 32 input stageboxes?
I can not test this because I have got no S32/DL32 available, but I think that this should work.
I guess that they use the same sysex-commands and as long as they do it will work.
Post Reply

Return to “Stageboxes”