https://github.com/analogcode/synthknobexample
Example of a nice and smoothly controlled Knob for iOS. Includes PaintCode file.
https://github.com/analogcode/synthknobexample
knob knobs paintcode
Last synced: 9 months ago
JSON representation
Example of a nice and smoothly controlled Knob for iOS. Includes PaintCode file.
- Host: GitHub
- URL: https://github.com/analogcode/synthknobexample
- Owner: analogcode
- Created: 2017-07-21T21:06:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T20:38:34.000Z (about 8 years ago)
- Last Synced: 2025-04-14T02:35:19.171Z (9 months ago)
- Topics: knob, knobs, paintcode
- Language: Swift
- Homepage: http://audiokitpro.com
- Size: 46.9 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SynthKnobExample
Simple Example of AudioKit Synth Knobs. Vector based.

PaintCode file is included in main directory.
Resize in Interface Builder!

For an example of Knobs using callbacks (instead of delegate pattern) see this repo:
[CallbackKnob](https://github.com/swiftcodex/CallbackKnob)