razrotenberg / Midier

Arduino library for playing, recording, looping and programming MIDI notes, arpeggios and sequences
MIT License
60 stars 7 forks source link

Quick question about sync-ing the sequencer to a defined pulse #13

Open parmour opened 2 years ago

parmour commented 2 years ago

Hi, first of all thank you for this awesome library! I am currently building a project where I have an external pulse from a drum machine going to an Arduino pin and triggering an interrupt. It would be great for the Midier sequencer to run exactly in time with this external pulse. I have some ideas about how this might be achieved with the asynchronous interface but I haven't solved this problem yet. Any chance of a few pointers please about how to do it? In the meantime I'll comment on this issue if I work it out myself.

Thanks again for an incredibly useful library, Philip

razrotenberg commented 1 year ago

hey @parmour sorry for the delayed response. have you had any more thoughts on this?

kausiala commented 5 months ago

@parmour I'm also interested whether you managed to sync Midier with external clock pulse? Or did you find it to be "impossible"?

parmour commented 5 months ago

Hey @razrotenberg @kausiala , unfortunately I didn't get anywhere in the end and decided to try a different midi loop approach not using this library Thanks