mirror of
https://github.com/daniel5151/ANESE.git
synced 2025-04-02 10:32:00 -04:00
I have no idea what i'm doing lol. I'm starting with the noise channel, since I think that might be the easiest to do? I _think_ I implemented it properly, since sniffing the output gives reasonable volumes, but I don't really understand how to generate sound waves from it yet...
16 lines
255 B
Text
16 lines
255 B
Text
# Don't commit retail ROMs
|
|
roms/retail/*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# build and debugging artifacts
|
|
/bin
|
|
/build*
|
|
/anese.dSYM
|
|
*.aps
|
|
*.sav
|
|
|
|
# macOS bundle stuff
|
|
/resources/ANESE.app/Contents/MacOS/anese
|
|
/resources/ANESE.app/Contents/Frameworks/libSDL2-2.0.0.dylib
|