sequencer

This commit is contained in:
2024-03-26 15:58:45 +01:00
parent 9ddb747f16
commit 152f171c66
7 changed files with 75 additions and 9 deletions

8
sound-driver/melody.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _MELODY_H_
#define _MELODY_H_
void melodyInit();
#endif // _MELODY_H_