jsbean / AudioTools

Framework of audio tools for iOS and macOS applications, built on top of [AudioKit](github.com/AudioKit/AudioKit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider injecting Timeline

jsbean opened this issue · comments

Structures like Fader could benefit from being hooked into an external Timeline instance, instead of having a parallel call into the NSRunLoop.

This could be achieved by an extension over Fader in a containing framework / application, but there are reasons enough to bring time management into here anyway.