/NanoKontrolTwo

A Swift wrapper for the Korg NanoKontrol 2 midi controller

Primary LanguageSwiftBSD 2-Clause "Simplified" LicenseBSD-2-Clause

NanoKontrolTwo

A description of this package.

Example

let nano = NanoKontrol()

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