summaryrefslogtreecommitdiffstats
path: root/quantum/audio/musical_notes.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-07-21 18:58:48 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-23 20:59:29 +0200
commit92ccc9a7b8ac856966147be48e24ce652c160386 (patch)
tree14ab610b19a9602392fc1803fcdb380835b20825 /quantum/audio/musical_notes.h
parentf40ded78947e63c10d97266901d257179aaf49d9 (diff)
downloadqmk_firmware-92ccc9a7b8ac856966147be48e24ce652c160386.tar.gz
qmk_firmware-92ccc9a7b8ac856966147be48e24ce652c160386.tar.xz
use automatic rests with songs (no more rest styles)
Diffstat (limited to 'quantum/audio/musical_notes.h')
-rw-r--r--quantum/audio/musical_notes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/quantum/audio/musical_notes.h b/quantum/audio/musical_notes.h
index a3aaa2f19..647b69564 100644
--- a/quantum/audio/musical_notes.h
+++ b/quantum/audio/musical_notes.h
@@ -51,12 +51,6 @@
#define ED_NOTE(n) EIGHTH_DOT_NOTE(n)
#define SD_NOTE(n) SIXTEENTH_DOT_NOTE(n)
-// Note Styles
-// Staccato makes sure there is a rest between each note. Think: TA TA TA
-// Legato makes notes flow together. Think: TAAA
-#define STACCATO 0.01
-#define LEGATO 0
-
// Note Timbre
// Changes how the notes sound
#define TIMBRE_12 0.125
@@ -65,7 +59,6 @@
#define TIMBRE_75 0.750
#define TIMBRE_DEFAULT TIMBRE_50
-
// Notes - # = Octave
#define NOTE_REST 0.00