From c60f8761fa4d066e5d94eb1368b7543b5cf05eae Mon Sep 17 00:00:00 2001
From: mochi
- Lines are a series of chords, separated by commas
- Notes are played by the
- Every note in a chord will play together, with the chord timed by the
- By default, every note is
-
-
- A
+ A
- To make a chord be a different time, end it with /x, where the chord length will be length defined by
Combined, an example line is: E-E4/4,F#/2,G#/8,B/8,E3-E4/4. @@ -143,7 +173,7 @@ const InstrumentStatus = (properties, context) => { new: tempo + tickLag, })} /> - {Math.round(600 / tempo)} BPM + {round(600 / tempo)} BPM