diff options
| author | Robert Dale <robdale@gmail.com> | 2016-07-24 10:19:40 -0400 |
|---|---|---|
| committer | Robert Dale <robdale@gmail.com> | 2016-07-24 10:23:33 -0400 |
| commit | 812007a24168f895105330d3959909525c51636b (patch) | |
| tree | 80ecb521ff323a3a217eb5ec332c7e7cbae0a763 /readme.md | |
| parent | 8e1d96983aad19b3e4e72ece5db822e92d91342b (diff) | |
| download | qmk_firmware-812007a24168f895105330d3959909525c51636b.tar.gz qmk_firmware-812007a24168f895105330d3959909525c51636b.zip | |
added music recording/playing doc
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -801,6 +801,17 @@ This is inside one of the macros. So when that macro executes, your keyboard pla | |||
| 801 | 801 | ||
| 802 | "Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes. | 802 | "Rest style" in the method signature above (the last parameter) specifies if there's a rest (a moment of silence) between the notes. |
| 803 | 803 | ||
| 804 | |||
| 805 | ## Recording And Playing back Music | ||
| 806 | * ```Music On``` - Turn music mode on. The default mapping is ```Lower+Upper+C``` | ||
| 807 | * ```LCTL``` - start a recording | ||
| 808 | * play some tones | ||
| 809 | * ```LALT``` - stop recording, stop playing | ||
| 810 | * ```LGUI``` - play recording | ||
| 811 | * ```LALT``` - stop playing | ||
| 812 | * ```Music Off``` - Turn music mode off. The default mapping is ```Lower+Upper+V``` | ||
| 813 | |||
| 814 | |||
| 804 | ## MIDI functionalty | 815 | ## MIDI functionalty |
| 805 | 816 | ||
| 806 | This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. | 817 | This is still a WIP, but check out `quantum/keymap_midi.c` to see what's happening. Enable from the Makefile. |
