AudioKitUI icon indicating copy to clipboard operation
AudioKitUI copied to clipboard

KnobView example, changing color, size, and other properties

Open scottmetoyer opened this issue 3 years ago • 1 comments

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!

scottmetoyer avatar Dec 16 '21 04:12 scottmetoyer

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

analogcode avatar Dec 16 '21 15:12 analogcode

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

aure avatar Sep 11 '22 02:09 aure