+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | G | | | | | |
+---+---+---+---+---+---+---+---+
| | | | R | | | | |
+---+---+---+---+---+---+---+---+
| | | | | I | | | |
+---+---+---+---+---+---+---+---+
| | | | | | D | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
| | | | | | | | |
+---+---+---+---+---+---+---+---+
An abstraction for button-grid based controllers such as the monome.
- monome-serial for monome support
- midi-clj for launchpad support
(def grid (make-launchpad))
(led-on grid 1 2)
(on-press grid (fn [x y s] (my-instrument x y)))
Copyright (C) 2012 Philip Potter
Distributed under the Eclipse Public License, the same as Clojure.