diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-29 11:54:38 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-29 11:54:38 -0400 |
commit | 91176d854b8c9e49e88d494ba02c8e9c54fec914 (patch) | |
tree | e21a68fbcd4e1d2c9d1b0d0d74d8ab47140d4847 /keyboard/planck/beeps.h | |
parent | d63c2e3995ae464c4266a7bd348ffb2f43cf7377 (diff) |
speaker working, midi out
Diffstat (limited to 'keyboard/planck/beeps.h')
-rw-r--r-- | keyboard/planck/beeps.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboard/planck/beeps.h b/keyboard/planck/beeps.h index 3e3c634ff5..ec1d349d83 100644 --- a/keyboard/planck/beeps.h +++ b/keyboard/planck/beeps.h @@ -6,4 +6,6 @@ void note(int x, float length); void beeps(); void true_note(float x, float y, float length); -void play_note(float freq, int length);
\ No newline at end of file +void play_note(double freq, int vol); +void stop_note(double freq); +void stop_all_notes();
\ No newline at end of file |