Browse Source

Changed rest note (#4837)

* Changed rest term

* Update quantum/audio/musical_notes.h

Co-Authored-By: germ <jeremythegeek@gmail.com>
pull/4841/head 0.6.232
Jeremy Bernhardt 5 years ago
committed by Drashna Jaelre
parent
commit
246c3e4ef4
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      quantum/audio/musical_notes.h

+ 4
- 0
quantum/audio/musical_notes.h View File

@ -61,7 +61,11 @@
// Notes - # = Octave
#ifdef __arm__
#define NOTE_REST 1.00f
#else
#define NOTE_REST 0.00f
#endif
/* These notes are currently bugged
#define NOTE_C0 16.35f


Loading…
Cancel
Save