9 changed files with 92 additions and 18 deletions
Binary file not shown.
@ -1 +1 @@ |
|||
g++ -o sonquencer -I/usr/include/SDL2 main.cpp -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer |
|||
g++ -o sonquencer -I/usr/include/SDL2 main.cpp -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer |
|||
|
Binary file not shown.
@ -0,0 +1,6 @@ |
|||
bank 1 |
|||
rows 4 |
|||
00011010 |
|||
01100010 |
|||
00011000 |
|||
10000000 |
@ -0,0 +1,6 @@ |
|||
bank 2 |
|||
rows 4 |
|||
10000010 |
|||
01100010 |
|||
00011000 |
|||
10001001 |
Binary file not shown.
Loading…
Reference in new issue