diff options
Diffstat (limited to 'quantum/audio/musical_notes.h')
| -rw-r--r-- | quantum/audio/musical_notes.h | 7 |
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 @@ | |||
| 51 | #define ED_NOTE(n) EIGHTH_DOT_NOTE(n) | 51 | #define ED_NOTE(n) EIGHTH_DOT_NOTE(n) |
| 52 | #define SD_NOTE(n) SIXTEENTH_DOT_NOTE(n) | 52 | #define SD_NOTE(n) SIXTEENTH_DOT_NOTE(n) |
| 53 | 53 | ||
| 54 | // Note Styles | ||
| 55 | // Staccato makes sure there is a rest between each note. Think: TA TA TA | ||
| 56 | // Legato makes notes flow together. Think: TAAA | ||
| 57 | #define STACCATO 0.01 | ||
| 58 | #define LEGATO 0 | ||
| 59 | |||
| 60 | // Note Timbre | 54 | // Note Timbre |
| 61 | // Changes how the notes sound | 55 | // Changes how the notes sound |
| 62 | #define TIMBRE_12 0.125 | 56 | #define TIMBRE_12 0.125 |
| @@ -65,7 +59,6 @@ | |||
| 65 | #define TIMBRE_75 0.750 | 59 | #define TIMBRE_75 0.750 |
| 66 | #define TIMBRE_DEFAULT TIMBRE_50 | 60 | #define TIMBRE_DEFAULT TIMBRE_50 |
| 67 | 61 | ||
| 68 | |||
| 69 | // Notes - # = Octave | 62 | // Notes - # = Octave |
| 70 | 63 | ||
| 71 | #define NOTE_REST 0.00 | 64 | #define NOTE_REST 0.00 |
