-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking to use in iOS and starting with CoreAudio macOS migration #22
Comments
|
Hey, I couldn't get anything working so I forked kylestew's fork and made some changes Check out https://github.com/Reiszecke/WebMIDIKit if you haven't found a solution yet. |
I'll look into this at some point. |
oh you are still active okay :D My fork isn't clean, at the moment I can't test it as I'm working on something else but basically
and then everything is working. At least it does for my test project. All these have been addressed in my fork so whenever you find the time for it feel free to make similar changes Also, I'm apparently too dumb to get the |
AudioGetCurrentHostTime()
andAudioConvertNanosToHostTime(UInt64($0 * 1000000))
don't exist on iOS so we need to use https://developer.apple.com/library/archive/qa/qa1643/_index.htmlany idea how we should go about using the
CAHostTimeBase
obj-c class in order to get this done?The text was updated successfully, but these errors were encountered: