summaryrefslogtreecommitdiff
path: root/quantum/audio/musical_notes.h
Commit message (Collapse)AuthorAge
* clang-format changesskullY2019-08-30
|
* Add 3 new songs and add new note type (#5351)DDRnJn2019-03-11
| | | | | | | | | | | | * Added 3 new songs and added new note type to musical_notes.h Added Megalovania from Undertale, Kataware Doki from Kimi no Na Wa and La Campanella by Lizst to song_list.h Added the breve (double whole note) and dotted breve note types to musical_notes.h. I included this because the default tempo is quite high, so I thought a note with higher duration was needed * Fixed indentation for new notes in musical_notes.h Changed tabs to spaces in indentation
* Changed rest note (#4837)Jeremy Bernhardt2019-01-13
| | | | | | | | * Changed rest term * Update quantum/audio/musical_notes.h Co-Authored-By: germ <jeremythegeek@gmail.com>
* Fix up the ARM audio support (#2136)skullydazed2018-01-13
| | | | | | | | | | | | | | * Get audio working on clueboard/60 * add keys for music mode * Change doubles to floats * add keys for all the songs * revert to the default startup sound * Remove music mode until we can figure out why it crashes
* use automatic rests with songs (no more rest styles)Jack Humbert2017-07-23
|
* Clarify the quantum license (#1042)skullydazed2017-03-28
| | | | | | | | | | * Clarify the license for files we have signoff on * Update against the currently signed off files * Remove unused and not clearly licensed headers * Replace an #endif I accidentally removed while resolving merge conflicts
* restructures audio, begins voicingJack Humbert2016-04-21