alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
479 stars 84 forks source link

Action setting problem #408

Closed bobvc133 closed 1 year ago

bobvc133 commented 1 year ago

Can the options in the red box be used normally? The STAR and STOP actions can only be set to ON, BUTTON, and SEND items, and the OLED display also has problems. Snipaste_2022-12-11_15-40-05 微信图片_20221211154445

alf45tar commented 1 year ago

Start, Stop and Continue are MIDI messages related to MIDI Clock. The OLED display will be fixed with the next version. MTC Start, MTC Stop, MTC Continue, Tap, BPM+ and BPM- are related to Midi Time Code.

MIDI Clock and MTC are already implemented in the code but they is no user interface to activate/operate yet.

bobvc133 commented 1 year ago

When will the MIDI clock and MTC function be able to be used normally? This is also a relatively important function.