An implementation of the LinnStrument keyboard layout for the Monome 128. This tiny console script will create a new virtual instrument called Linn Monome to use with your DAW. You can follow the discussion here.
- install git, or check with
git -v
- install nodeJS, or check with
npm -v
- install monome drivers, and reboot.
- Open the terminal
- type
cd Documents
- type
git clone https://github.com/neauoire/linn.git
- type
cd linn
- type
npm install
- type
node index
- type
cd Documents/linn
- type
node index
By default, the linn monome will send to Channel 0, you can change channel by holding down the last key(bottom right), and pressing one of the 16 keys of the top row.
F3 F3# G3 G3# A3 A3# B3 C4 C4# D4 D4# E4 F4 F4# G4 G4#
C3 C3# D3 D3# E3 F3 F3# G3 G3# A3 A3# B3 C4 C4# D4 D4#
G2 G2# A2 A2# B2 C3 C3# D3 D3# E3 F3 F3# G3 G3# A3 A3#
D2 D2# E2 F2 F2# G2 G2# A2 A2# B2 C3 C3# D3 D3# E3 F3
A1 A1# B1 C3 C2# D2 D2# E2 F2 F2# G2 G2# A2 A2# B2 C3
E1 F1 F1# G1 G1# A1 A1# B1 C2 C2# D2 D2# E2 F2 F2# G2
B0 C1 C1# D1 D1# E1 F1 F1# G1 G1# A1 A1# B1 C2 C2# D2
F0# G0 G0# A0 A0# B0 C1 C1# D1 E1 F1 F1# G1 G1# A1 A1#
Enjoy!