AudioKit / AudioKitUI

Controls and Visualization for AudioKit apps
MIT License
187 stars 52 forks source link

KnobView example, changing color, size, and other properties #39

Closed scottmetoyer closed 1 year ago

scottmetoyer commented 2 years ago

I'm quite new to AudioKit and Swift programming in general. It doesn't appear to be possible to change the size, color, and other properties of a KnobView - is this accurate? If not are there any examples of using a KnobView? I didn't see anything in the Cookbook.

Thanks!

analogcode commented 2 years ago

Hey Scott! There's a couple of other code examples of knobs on my personal github. They're a bit older, though

using images: https://github.com/analogcode/3D-Knobs

using paintcode: https://github.com/analogcode/SynthKnobExample

aure commented 1 year ago

We removed all the knobs here and now we're putting all future controls in https://github.com/AudioKit/Controls