SuperCollider classes

SuperCollider classes for use with the Monome 40h.

file: Attached Monome.sc
Provides a clean interface to the 40h.
Usage:
  m = Monome.new(host, port);
  m.action = { |x, y, on| [x, y, on].postln };
  m.led(5, 6, 1);
  m.led_row(4, 255);
  m.intensity(0.5);
  m.clear;
file: Attached MonomEm.sc
Visual emulation of the 40h within an SCWindow.
Edit this page or watch for changes using RSS.