tttapa / MIDI_controller

This is a library for creating a MIDI controller using an Arduino or Teensy board.
GNU General Public License v3.0
404 stars 69 forks source link

Force refresh #82

Closed TomW1605 closed 5 years ago

TomW1605 commented 5 years ago

is it possible to force refresh to send the current values even if the value has not changed since the last refresh?

i have built a small mixer style device to control VoiceMeter however i am having problems setting the initial state. when VoiceMeter starts up all of the buttons in its companion program "MacroButons" are considered "off" even if the physical midi button is still "on". i was hoping to be able to trigger a force refresh when VoiceMeter starts up that would resend all current values from the midi controller.

TomW1605 commented 5 years ago

this was an accidental double post. not sure how it happened.