Link search Menu Expand Document

meadowphysics

grid to MIDI note map

made by tehn

Download

Instructions

See the instructions from the original module.

Note: currently the MIDI note scale and metronome speed are fixed. They can be changed simply by editing the first few lines of the script:

NOTE = {86,83,81,79,76,74,69,64}
CLOCKTIME = 0.05

NOTE table is MIDI note values, top to bottom.

CLOCKTIME is the clock interval in seconds (smaller = faster clock).

Implementation

I documented the process of re-implementing this script step by step which may be of interest.