forked from artfwo/griddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (25 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
griddle is a splitter/spanner router app for grid devices.
meme is a gtk monome emulator with arbitrary size support.
griddle acts as a proxy between serialosc and your application. it's designed
to serve two purposes: create large virtual devices from physical monomes and
split larger monomes into smaller virtual devices (sizes down to 8 x 8 are
allowed).
to split a 128/256/512 unit, create several virtual devices in the
configuration file, each with the appropriate offset and link them to a
hardware device with a zero offset.
to join several devices into a single virtual device, create a virtual device
in the configuration file with a zero offset, and specify all the linked
hardware units with the appropriate offsets.
to create a mirror effect (my favourite), use the same config as the one
for joining, replace all the offsets with zeroes and make sure all your devices
(virtual and physical) are of the same size.
all the offsets have to be multiples of 8.
have fun!
-artfwo
this repository includes the following third-party modules:
pybonjour (MIT License):
Copyright (c) 2007-2008 Christopher J. Stawarz
pyOSC (LPGL-2.1+ License):
Copyright (c) Daniel Holth & Clinton McChesney.
Copyright (c) 2008-2010, Artem Baguinski <[email protected]> et al., Stock, V2_Lab, Rotterdam, Netherlands.
Copyright (c) 2010 Uli Franke <[email protected]>, Weiss Engineering, Uster, Switzerland.