mirror of
https://github.com/TrentSPalmer/fcc-challenges.git
synced 2024-11-22 11:41:29 -08:00
20 lines
935 B
Markdown
20 lines
935 B
Markdown
### Drum Machine Project Links
|
|
|
|
* [GitHub Page View of this Repo](https://trentspalmer.github.io/fcc-challenges)
|
|
* [GitHub Page View of this Project (drum-machine)](https://trentspalmer.github.io/fcc-challenges/drum-machine)
|
|
|
|
### FreeCodeCamp Links
|
|
|
|
* [FreeCodeCamp Instruction for This Project](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-drum-machine)
|
|
* [FreeCodeCamp Section](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects)
|
|
|
|
### TODOS
|
|
|
|
* bind 'v' key to focus volume slider
|
|
* increase granularity of esc key function in selection menus back navigation
|
|
* add focus() to selectionMenuItems so that you can immediately begin scrolling with arrow keys
|
|
* add tip for scrolling selectionMenuItems
|
|
* move selectionMenu scroller to the left
|
|
* make sure metronome continues on volume, sound, or metronome BPM change
|
|
* add additional metronome speed values
|