It looks like you're new here. If you want to get involved, click one of these buttons!
What should make the MiniMo (so I imagined that) , I would need a sequence of 12 different midi notes eg. C1 to H1 (with semitones). Which should be the initial note is actually not important, it is important that there should be 12 continuous Midi notes. Something like a midi arpeggiator. Does the MiniMo do that the way you programmed it? Or do I have to reprogram something there? And if I had to reprogram something, could you send me the code for the Arduino? I would also buy a MiniMo if it had to be. I would be grateful for a quick answer. If my concern is unclear, I'll send you more info.
Best regards
Fabrizio
Comments
the program should play a chromatic scale of 12 notes. The programm should start all the time at the same note. Which note is not important since it triggers servo motors.
Hello Fabrizio! I'll see what I can do!
Hello again!
I think I've got what you want, here's the code:
https://github.com/enveloop/miniMO/tree/master/Programs/Tone12_MIDI
And here's a video showing the basic operation:
Let me know how it goes, I've never thought of using MIDI to control servos!
big thx for your help.. it works..