diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-07-24 21:58:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-24 21:58:23 -0400 |
commit | 4aa7d2e20627020c74172c0173b6d9700b84ff9b (patch) | |
tree | e11db8fffa7decc17b8dc65bacdd70fd6e7e8d53 | |
parent | 24bd931962e0597d0a2f54b060c55a6cfd0a5bd5 (diff) | |
parent | 812007a24168f895105330d3959909525c51636b (diff) | |
download | qmk_firmware-4aa7d2e20627020c74172c0173b6d9700b84ff9b.tar.gz qmk_firmware-4aa7d2e20627020c74172c0173b6d9700b84ff9b.zip |
Merge pull request #554 from robertdale/music-recording-documentation
Added music recording/playing doc
-rw-r--r-- | readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -806,6 +806,17 @@ This is inside one of the macros. So when that macro executes, your keyboard pla | |||
806 | 806 | ||
807 | "Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes. | 807 | "Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes. |
808 | 808 | ||
809 | |||
810 | ## Recording And Playing back Music | ||
811 | * ```Music On``` - Turn music mode on. The default mapping is ```Lower+Upper+C``` | ||
812 | * ```LCTL``` - start a recording | ||
813 | * play some tones | ||
814 | * ```LALT``` - stop recording, stop playing | ||
815 | * ```LGUI``` - play recording | ||
816 | * ```LALT``` - stop playing | ||
817 | * ```Music Off``` - Turn music mode off. The default mapping is ```Lower+Upper+V``` | ||
818 | |||
819 | |||
809 | ## MIDI functionalty | 820 | ## MIDI functionalty |
810 | 821 | ||
811 | This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. | 822 | This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. |