Arduino Midi Master Clock

DIY Arduino MIDI master clock/sync/divider for MIDI instruments, Pocket Operators and Korg Volca.

You can easily find similar projects but I added ability to sync different PPQN via 2nd 3.5mm trs jack (check-out demo video below).

MIDI & 1st audio jack sync according to BPM and I can adjust different PPQN with encoder (push once) for 2nd audio sync jack.

I want to add swing function (like Volca Sample) but still figuring out best way to implement (maybe future updates).

Code is not well-documented and anywhere near neat. Any suggestions are welcome. :)

More demo video

Part list

  • Arduino (any model)
  • 1 x Push button (You can omit this and use encoder’s button. Need implement long & short push button code)
  • 1 x Rotary encoder with button
  • 2 x 3.5mm trs female socket (You can add more if you need)
  • 3 x 220 ohm resistor
  • 1 x MIDI connector (5-pin standard DIN)
  • 1 x Led
  • 0.96 inch OLED 128×64 I2c display module (LED module is slow you can use other display like “16×2 LCD”)

The code

How to use

  • Change BPM via encoder
  • 1 Push encoder button to change 2nd audio sync speed, push again to exit to main BPM display
  • Start / Stop via Push button

21 thoughts on “Arduino Midi Master Clock”

  1. This was exactly what I was looking for, thank you for putting this together and sharing with us, cheers!!

    1. Hi
      This looks awesome, almost what I was looking after! :-)
      I want to send sync via USB midi, send transport commands start/stop, and “rec” commands via foot switch jack to my Livetrak L-12, I am planning to use a Teensy 3.5 for this.
      Can you elaborate a bit regarding the audio sync, I presume it is not standard midi sync in that jack?

      Keep up the good work!

    2. May I ask you which rotary encoder we have to use?? A standard one or a specific reference?? The button is for start/stop function. isn’t it?
      Thank you very much
      Andrea

    3. Hello
      I just finish the project using the Arduino Uno R3 i got in a basic starter kit from Amazon . The pin connections on my arduino are not in the same position of the NANO one which is present in the original project , but of course i respect the connections shows in the diagrams ( in/out pins are not in the same order in each side , but I think is the same and it should works anyway). Because I wasn’t not completely confident about the breadboard jumpers connections I decided to solder everything to be 100% sure not to do a mistake. Now my problem is to upload the code on the board by using a MAC . An error always occurred … Does anyone have the same issue?? I plug the PCB to the USB cable and the green light is on but also a yellow one. The COM port seems to be recognized by the OS . I also tried to push the reset button
      Do I need to update the UNO R3 by specific drivers for the MAC?
      Do I use a different programs for MAC users instead of classic IDE ?
      I don’t know how to solve the problem and I’m in trouble deep
      Thank’s to you all
      Andrea Fabri

      1. I’m having the same problem but using windows. I’ve tested all connections with meter. Maybe code problem?

  2. Any idea how many MIDI devices I could drive with this? I am guessing quite a lot because it is only driving onto couplers, I’m just thinking to make one of these with maybe 6 MIDI jacks so I can drive a number of synths / drum machines at once

  3. Hi i loved this, I only have a question, i see that this clock works really good specifically for volcas and PO’s but if I would want to sync an ios nanoloop (that can be synced by midi but i think it just works if you use a USB cable, because i tried to use the trs jacks and it didn’t worked). How i should make my conections?, should the code be modified too?

  4. I have a doubt, what kind of potentiometer is it? in the schematic I see a 5 pin potentiometer, I can’t figure out which one I need.

  5. Hello! thank you for this post. I made a project that had to be connected to a 12v modular, I first tested your prototype with a UNO, and everything worked fine, then I got a NANO and built the whole project.

    Because of my stupidity, I made a mistake in the screen connections and put the VCC on the GND and vice versa and connected it for several seconds several times until I realized what was happening (nothing was happening except that the arduino was connected), then I reversed the screen connections, but it seems to me that it was damaged.
    Although the screen worked (badly) with the u8g2 program test, the screen never worked again with the project and so neither did the project (I re-did it again on a breadboard with the UNO as before but … nothing).

    my question is : is it possible that the project doesn’t work just because the screen is damaged?

    thanks

    Translated with http://www.DeepL.com/Translator (free version)

    1. You need to use the appropriate library, have you tried to search the internet/Arduino forums on how to get your display working? 😉

  6. I have the required libraries, verified code and uploaded. Powers on fine but the encoder is not working when I turn it. Push button on encoder works fine. What could be the problem? I’m new to this.

Leave a Comment