Synth with C64 like sounds. Played on two piezo buzzers with a PS/2 keyboard. Implemented on FRDM-KL46Z
Dependencies: PS2 TSI beep2 mbed
Revision 4:0f73a5d06177, committed 2014-01-24
- Comitter:
- alexanderh
- Date:
- Fri Jan 24 10:13:23 2014 +0000
- Parent:
- 3:2cd5dfcad0e6
- Commit message:
- Doxygen docs
Changed in this revision
C64Synth.cpp | Show annotated file Show diff for this revision Revisions of this file |
keys.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/C64Synth.cpp Fri Jan 24 10:07:44 2014 +0000 +++ b/C64Synth.cpp Fri Jan 24 10:13:23 2014 +0000 @@ -1,5 +1,5 @@ -/** +/* * C64Synth uses a PS/2 keyboard to play C64 arps and simple tones. * Implemented on a FRDM KL46Z board * @@ -286,7 +286,7 @@ } } -/** -- PlayArp -- +/** * * Plays an arpeggio of the provided chord. Arp speed can be controlled by touch slider or pgup/pgdown setting. PWM duty cycle is sweeped automatically * @@ -317,7 +317,7 @@ } } -/** -- PlayNote -- +/** * * Plays a note on the provided buzzer *
--- a/keys.h Fri Jan 24 10:07:44 2014 +0000 +++ b/keys.h Fri Jan 24 10:13:23 2014 +0000 @@ -1,3 +1,4 @@ +/** @file C64Synth.cpp */ //Modifiers