User`s guide
56
User’s Guide Micstasy © RME
20. MIDI Implementation Micstasy
20.1 Basic SysEx Format
Value
Name
F0h SysEx header
00h 20h 0Dh MIDITEMP manufacturer ID
68h Model ID (Micstasy)
00h..7Eh, 7Fh Bank number / device ID (7Fh = broadcast, all IDs)
mm Message type
nn Parameter number (see table 1)
oo Data byte
F7h EOX
Bank Number / Device ID
The lower nibble refers to the device ID (0..7), the higher nibble refers to the bank number
(0..7), e. g. 25h means bank 2, device 5. 7Fh addresses all banks and all devices.
20.2 Message Types
Value Name
10h Request value
11h Request level meter data
20h Set value
30h Value response
31h Level meter data response
Request Value
Format: F0 00 20 0D 68 (bank no. / dev ID) 10 F7
This string triggers a complete dump of all value response data bytes.
Value Response
After being triggered by receiving a request value command, device sends a string of all value
response data bytes. Message type is set to 30h.
Set Value
Sets any number of parameters.
nn / oo can be repeated freely.
Request Level Meter Data
Format: F0 00 20 0D 68 (Bank no. / dev ID) 11 F7
This string triggers a shorter dump of only the level meter data.
Level Meter Response
After being triggered by receiving a request level meter data command, device sends a string of
all level meter data bytes. Message type is set to 31h.
Level Meter Data Response Format
F0 00 20 0D 68 (bank no. / dev ID) 31 (ch.1) (ch.2) (ch.3) (ch.4) (ch.5) (ch.6) (ch.7) (ch.8) F7
The peak level value will be stored and transmitted with the next level meter data request,
and the stored value will be reset.