AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.65k stars 214 forks source link

Syncing to External Midi Clock #12

Open starfishmod opened 5 years ago

starfishmod commented 5 years ago

I have a Hardware sequencer sending Midi Clock via USB Midi interface to my iPad.

Currently it seems that that the tempo is not synced to the External Clock. Can this be fixed in the next release?

analogcode commented 5 years ago

MIDI Clock support has not been added to Synth One. This is not a bug. But, a feature request.

analogcode commented 5 years ago

Can this be fixed in the next release?

@starfishmod you're welcome to take a stab at adding it. Please use the develop branch for your work. Thanks!

starfishmod commented 5 years ago

@analogcode Thanks, As much as I would love to code this myself, I have neither skill or available resources in iPad App development. However I have built code to calculate the tempo from a ext MIDI clock source (in JS though) which I'm happy to share if it is helpful? So yes more of a feature request for someone who is skilled :)

Appreciate the great work everyone has done on this Synth!

analogcode commented 5 years ago

@karnlund has graciously volunteered to take the lead on this 🙏

vyskocil commented 5 years ago

This is about the only really missing feature for me !

samkennedy01 commented 2 years ago

@karnlund has graciously volunteered to take the lead on this 🙏 Thank you! Any progress on this? It would be the best! It's a wonderful app but the lack of midi-clock sync is really limiting for me.

karnlund commented 2 years ago

Some time ago I added capabilities to recognize and measure tempo of incoming midi clock. Any connection between that tempo measurement and objects that use tempo will have to be someone else's responsibility at this point. You can obtain similar measurements from the Ableton Link library. My employer does not allow me to continue any more work on AudioKit.

samkennedy01 commented 2 years ago

Thanks Kurt!

That's good to know. Hopefully someone at some point will enable the arps to be sync'd to it.

Thanks again Sam

On Fri, 11 Mar 2022, 05:15 Kurt Arnlund, @.***> wrote:

Some time ago I added capabilities to recognize and measure tempo of incoming midi clock. Any connection between that tempo measurement and objects that use tempo will have to be someone else's responsibility at this point. You can obtain similar measurements from the Ableton Link library. My employer does not allow me to continue any more work on AudioKit.

— Reply to this email directly, view it on GitHub https://github.com/AudioKit/AudioKitSynthOne/issues/12#issuecomment-1064779894, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYFIMDCVJUGPQPE3JUQI6DDU7LJGPANCNFSM4FPPHJIA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>