https://github.com/analogcode/callbackknob
Example of Using a Knob with a Callback
https://github.com/analogcode/callbackknob
callback delegate knob knobs paintcode
Last synced: 4 months ago
JSON representation
Example of Using a Knob with a Callback
- Host: GitHub
- URL: https://github.com/analogcode/callbackknob
- Owner: analogcode
- Created: 2017-10-16T16:15:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T16:22:51.000Z (about 8 years ago)
- Last Synced: 2025-08-12T19:58:04.337Z (5 months ago)
- Topics: callback, delegate, knob, knobs, paintcode
- Language: Swift
- Size: 55.7 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SynthKnobExample
Simple Example of AudioKit Synth Knob. Using callback. Vector based. Resize in Interface Builder!

PaintCode file is [here](https://github.com/AudioKit/AudioKitGraphics/blob/master/AKROMPlayerKnob.pcvd)
For a delegate example, see [Delegate Knob Example](https://github.com/swiftcodex/SynthKnobExample)
