Author Topic: how to initialize a MIDI Controller hardware with SysEx?  (Read 4768 times)

Offline Hermu

  • Jr. Member
  • **
  • Posts: 53
how to initialize a MIDI Controller hardware with SysEx?
« on: May 11, 2015, 10:58:48 PM »
Hi,

how can i send a SysEx Init message with AZ Controller to configure my MIDI controller hardware ?

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1685
Re: how to initialize a MIDI Controller hardware with SysEx?
« Reply #1 on: May 12, 2015, 12:06:21 AM »
You can send SysEx with "SysEx" Action. In case you set "initial" flag, the message will be sent on Preset load.

You can also implement some "Initialization dialog",  see MCU build in preset for example (Hello Logical Control and it's timer, do not forget to save your current preset before switching!). The Idea: you send "Hello" every second (in timer) and as soon as there is a reply you changed State to "Online", which prevent the timer to continue. That way you also know the device is found.