comyar

Results 14 comments of comyar

This doesn't currently exist, I may work on adding it in a future release depending on the number of people that want the feature.

Hmm interesting idea...you can't currently, at least not directly. I could add it in explicitly or publicly expose the frequency table which would allow users to discover that info. I'll...

Yup, exactly. What I was thinking of doing was maybe returning an immutable `Note` object which was really a node in a linked list that would have methods like `Note.adjacent`...

Are you trying to use it with an OS X target? What platform did you declare in your Podfile?

Hmm, I hadn't tested it with OS X...I'll play around with it and see if I can get it to work. Off the top of my head, maybe adding this...

The basic issue is the path to the Csoundlib.framework doesn't get set correctly when using Cocoa Pods. The AudioKit framework normally runs this [script](https://github.com/audiokit/AudioKit/blob/master/AudioKit/Platforms/OSX/run-script.sh) in order to set the correct...

The podspec should pull in the latest version of AudioKit; if you delete Podfile.lock and the Pods/ directory, and re-run `pod install` then it should pull in 2.2. However, it...

Very cool, thanks for the contribution. I wonder how much utility this would provide over `dispatch_after`. It could be useful for games though, especially when wanting to handle scheduled events...

Sorry for the late response to this, overall it looks good. Only some minor comments throughout, really like that you also added tests and maintained the code style 😄. I'd...

Yeah, really just preference. I never saw the advantage of using nibs and storyboards were really wonky when they first came out (i.e. impossible-to-resolve merge conflicts), so I just ended...