Author Topic: how to send Track name via SysEx?  (Read 4203 times)

Offline Hermu

  • Jr. Member
  • **
  • Posts: 53
how to send Track name via SysEx?
« on: May 12, 2015, 12:19:24 PM »
SysEx for Textmessages is "F0 00 20 29 67 08 <MessageTextInHex> F7"

Logical Control:
-WAI Mode Volume
-Parameter Name Monitor
-SysEx/MIDI+: Begin: f0 00 20 29 67 08
How to convert Trackname to Hex and append to SysEx message?
-SysEx: End: f7
« Last Edit: May 12, 2015, 12:23:09 PM by Hermu »

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1686
Re: how to send Track name via SysEx?
« Reply #1 on: May 12, 2015, 08:18:36 PM »
You need the lated "Test version" from Downloads (in fact it is long time to make it released). You first call "Text" action to get the string and then "Text" suboption of SysEx.

Offline Hermu

  • Jr. Member
  • **
  • Posts: 53
Re: how to send Track name via SysEx?
« Reply #2 on: May 12, 2015, 10:13:23 PM »
thanks, it works now with AZ Controller 0.3 r8 b200

-SysEx/MIDI+: Begin: f0 00 20 29 67 08
-Parameter Name
-SysEx/MIDI+: Append Text
-SysEx: End: f7