Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 205 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 205 Bytes

NanoKontrolTwo

A description of this package.

Example

let nano = NanoKontrol()

nano.tracks[0].slider.updateHandler = { kontrol in
    print("\(kontrol.name) at \(kontrol.value)")
}