User's Manual

Table Of Contents
Bome MIDI Translator: User's Manual 9 Actions
For example, the following script sets the global variable g0 to 123, and
then reads it back and sets an Applescript variable “asVar” to the result:
tell application "Bome MIDI Translator Pro"
set variable "g0" to 123
set asVar to get variable "g0"
end tell
log asVar
(c) 2019 by Bome Software GmbH & Co. KG page 64