1
0
Fork 0

speaker working, midi out

This commit is contained in:
Jack Humbert 2015-08-29 11:54:38 -04:00
parent d63c2e3995
commit 91176d854b
7 changed files with 130 additions and 124 deletions

View file

@ -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);
void play_note(double freq, int vol);
void stop_note(double freq);
void stop_all_notes();