Skip to content

neauoire/linn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linn

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.

Setup

Requirements

Install

  • Open the terminal
  • type cd Documents
  • type git clone https://github.com/neauoire/linn.git
  • type cd linn
  • type npm install
  • type node index

Whenever you want to use it

  • type cd Documents/linn
  • type node index

Channel

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.

Layout

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!