Skip to content
/ grid Public
forked from overtone/grid

Clojure Protocol for Grid Devices

Notifications You must be signed in to change notification settings

gtrak/grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+
|   |   | G |   |   |   |   |   |
+---+---+---+---+---+---+---+---+
|   |   |   | R |   |   |   |   |
+---+---+---+---+---+---+---+---+
|   |   |   |   | I |   |   |   |
+---+---+---+---+---+---+---+---+
|   |   |   |   |   | D |   |   |
+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+
|   |   |   |   |   |   |   |   |
+---+---+---+---+---+---+---+---+

An abstraction for button-grid based controllers such as the monome.

Optional dependencies

Usage

(def grid (make-launchpad))
(led-on grid 1 2)
(on-press grid (fn [x y s] (my-instrument x y)))

License

Copyright (C) 2012 Philip Potter

Distributed under the Eclipse Public License, the same as Clojure.

About

Clojure Protocol for Grid Devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%