Steffan Andrews

Results 35 comments of Steffan Andrews

Also be aware that `async { }` closure is holding a strong reference to `self`. I'd start by adding `[weak self]` to the closure.

macOS does support it. Apple's [docs for macOS Sierra](https://developer.apple.com/library/content/releasenotes/MacOSX/WhatsNewInOSX/Articles/OSXv10.html) state: > Developer ID-signed apps can now take advantage of CloudKit, iCloud Keychain, ... I'm building apps with a free Apple...

I'm also curious about anyone's experience with Xcode 10 & Mojave. I have an app using Scripting Bridge that worked fine on High Sierra but on Mojave the Scripting Bridge...

@bdkjones Thanks for the tip. I did watch some of the new Apple videos on this topic but that wasn't mentioned.

@bdkjones Bingo. Works now after adding entitlements and plist entries. Re: your original post - that's a good idea. I haven't tested the script on Mojave yet but I remember...

Would love to see progress on this library. @Otto-Matic if you're not familiar with C++, perhaps you could share your VB source code and someone could parse it and port...

> @Otto-Matic Wow, can you share your repo on github? It looks like you have figured out the meter/tempo map! This is something we could add to ptformat. That's what...

This is an output of the raw events in the MIDI file. ![midi-file-debug](https://user-images.githubusercontent.com/11605557/188034966-4f08d3ba-bbfe-44fb-9a90-aa3d01a3f2ec.png) The second note-on happens before the first note's note-off. It may be tripping up the sequencer object....

Useful info here for anyone willing to work on adding IPv6 support: http://long.ccaba.upc.edu/long/045Guidelines/eva/ipv6.html

Just did the update to macOS 10.15.5 and did NOT have QLMarkdown installed prior. Just installed it now and did the "Click OK" in the malware prompt, then click "Allow...