Skip to content

Commit

Permalink
Merge pull request #554 from robertdale/music-recording-documentation
Browse files Browse the repository at this point in the history
Added music recording/playing doc
  • Loading branch information
jackhumbert authored Jul 25, 2016
2 parents 24bd931 + 812007a commit 4aa7d2e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,17 @@ This is inside one of the macros. So when that macro executes, your keyboard pla

"Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes.


## Recording And Playing back Music
* ```Music On``` - Turn music mode on. The default mapping is ```Lower+Upper+C```
* ```LCTL``` - start a recording
* play some tones
* ```LALT``` - stop recording, stop playing
* ```LGUI``` - play recording
* ```LALT``` - stop playing
* ```Music Off``` - Turn music mode off. The default mapping is ```Lower+Upper+V```


## MIDI functionalty

This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile.
Expand Down

0 comments on commit 4aa7d2e

Please sign in to comment.