Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-19 | Make aif2pcm looping not dependent on order of MARK and INST chunks | Diegoisawesome | |
2020-02-18 | Allow INST chunk loops without MARK chunk | Diegoisawesome | |
2020-02-18 | Add safety check | Diegoisawesome | |
2020-02-18 | Follow defined AIFF loop standard | Diegoisawesome | |
2020-02-18 | Fix aif2pcm Pascal string bug, allow flexibility in marker names for loop | Diegoisawesome | |
2019-08-06 | Fix Makefiles to account for the $CC and $CXX environment variables | aaaaaa123456789 | |
2019-07-23 | Quieter "make tools" | PikalaxALT | |
2018-06-16 | re-initializing structs in tools/aif2pcm/main.c | garakmon | |
initializing all fields because clang doesn’t understand {0} | |||
2018-06-16 | compiler fixes | garakmon | |
The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds. | |||
2017-12-03 | adding tools from pokeruby | xenonnsmb | |