Changed rest note (#4837)
* Changed rest term * Update quantum/audio/musical_notes.h Co-Authored-By: germ <jeremythegeek@gmail.com>
This commit is contained in:
parent
caf0c8e164
commit
246c3e4ef4
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue