Open starfishmod opened 6 years ago
MIDI Clock support has not been added to Synth One. This is not a bug. But, a feature request.
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!
@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!
@karnlund has graciously volunteered to take the lead on this 🙏
This is about the only really missing feature for me !
@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.
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.
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: @.***>
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?