An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SynthKnobExample

Simple Example of AudioKit Synth Knobs. Vector based.

![screenshot](http://imgur.com/ebuE9sp.png)

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

![knob in ib](https://i.imgflip.com/1svkul.gif)

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