m4p / NanoKontrolTwo

A Swift wrapper for the Korg NanoKontrol 2 midi controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NanoKontrolTwo

A description of this package.

Example

let nano = NanoKontrol()

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

About

A Swift wrapper for the Korg NanoKontrol 2 midi controller

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 100.0%