here, I read that
remote start/stop events can be generated by link or external midi.
due to a –for now– unavailable MIDI connection to my computer (no usb-midi interface here), I am currently testing midi transport availability with an OP-1. It sends MIDI transport (start/stop) via USB to the norns, however, only the stop callback is evaluated, i.e. with:
function clock.transport.start()
print("clock started")
end
function clock.transport.stop()
print("clock stopped")
end
I only get clock stopped posted when pressing the resp. button.
With the norns-internal clock, however, I can trigger the start callback via the CLOCK parameter menu setting (reset). Does anyone have an idea what I am doing wrong?
cheers