music@terminal:~/music_coder
Docs
Examples
$
█
[ EDITOR ]
RUN
STOP
RANDOM
// Welcome to Music Coder // Type your music code here // Example pattern (4 beats) const pattern = [ { note: "C4", time: "0:0", duration: "8n" }, { note: "E4", time: "0:2", duration: "8n" }, { note: "G4", time: "1:0", duration: "8n" }, { note: "B4", time: "1:2", duration: "8n" }, { note: "C5", time: "2:0", duration: "4n" }, { note: "G4", time: "3:0", duration: "4n" } ]; // Play the pattern playPattern(pattern);
[ CONSOLE OUTPUT ]
[ AUDIO VISUALIZER ]
[ PIANO TESTER ]
C
C#
D
D#
E
F
F#
G
G#
A
A#
B
C5
[ BPM CONTROL ]
120