speaker working, midi out
This commit is contained in:
parent
d63c2e3995
commit
91176d854b
7 changed files with 130 additions and 124 deletions
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue