Skip to content

Commit

Permalink
adjust names and signatures to reflect changes in Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
philandstuff committed Apr 5, 2012
1 parent de8297a commit ce3a120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/overtone/device/launchpad.clj
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@
(meta-on-action [this f]
(swap! callbacks assoc :metakeys-handler f))
Grid
(on-action [this f group name] ; currently ignoring group and name
(on-action [this key f] ; currently ignoring key
(swap! callbacks assoc :grid-handler f))
(set-all-leds [this colour]
(led-set-all [this colour]
(led-frame this (repeat 8 (repeat 8 colour))))
(led-set [this x y colour]
(midi-note-on launchpad-out (coords->midi-note x y) (both-buffers (colours (palette colour)))))
Expand Down

0 comments on commit ce3a120

Please sign in to comment.