User's Manual

Table Of Contents
Bome MIDI Translator: User's Manual 9 Actions
Example:
Incoming Action data string in Data/hexdump format:
6E 20 %pp% 70 %ga% 5F
Now let this be a series of data bytes received on the serial port:
... 20 6E 6E 20 3A 70 51 5F 80 1A ...
As soon as the byte 5F is received (last byte of the incoming action), the
incoming action matches. The variable “pp” is set to hexadecimal 3A
(decimal 58), and the variable “ga” is set to the value hexadecimal 51
(decimal 81).
Now, in the rules and outgoing action, you can use and modify these
variables, or, for global variables, use them in different translators.
9.8.7 Outgoing Serial Port
This action is used to send a data string to a serial port.
See above for a description of the different ways to specify the data string.
For the Data modes, you can embed variables. Before the string is sent out,
the values of the variables are inserted instead of the variables. The
variables will not be changed.
(c) 2019 by Bome Software GmbH & Co. KG page 59