alexiszbik / midiLoop

A nice MIDI looper made with Arduino
49 stars 6 forks source link

MIDI Clock is not passed through or generated #3

Closed jpa73 closed 9 months ago

jpa73 commented 9 months ago

Nice Project.

The Looper is triggered by Midi Clock from external drum sources, but does not seem to pass that MIDI clock in Thru to the MIDI Out. Is this correct?

Also, when in Start mode with no clock source at the Input, there is no clock generated at the output. Is this also correct behavior?

alexiszbik commented 9 months ago

Hi. If you want to activate MIDI Clock out, you have to change le line 66 of .ino file

put

define MIDI_CLOCK_THRU 1

instead of

define MIDI_CLOCK_THRU 0

Tell me if it fixes your issue.

jpa73 commented 9 months ago

Ah perfect - thanks. I'll put in a few comments in code as a reminder and continue with build.