summaryrefslogtreecommitdiff
path: root/tools/mid2agb
AgeCommit message (Collapse)Author
2019-08-06Fix Makefiles to account for the $CC and $CXX environment variablesaaaaaa123456789
2018-10-17label a flag in the asmgarak
2018-10-02mid2agb fix: compare whole note details before compressionDiegoisawesome
2018-09-29Fix mid2agb argument parsingKermalis
2018-09-29Fix the fix that was buggyDiegoisawesome
2018-09-25Fix compression score code bug reintroductionDiegoisawesome
2018-09-25Partial implementation of MEMACC commandDiegoisawesome
2018-09-25Change initial state of lastNoteDiegoisawesome
2018-09-25mid2agb compression algorithm less buggy than originally thoughtDiegoisawesome
2018-09-25Comment out unused variable so GCC doesn't complainDiegoisawesome
2018-09-25Match compression behavior, for realDiegoisawesome
2018-09-24Completely blind guess to fix compression scoreDiegoisawesome
2018-09-23Fix compression score lower limitDiegoisawesome
2018-09-23mid2agb: allow -L param to take stringDiegoisawesome
2018-09-22Fix order of initial vol commandDiegoisawesome
2018-09-15Update mid2agb sourceDiegoisawesome
Credit to @camthesaxman
2018-09-14Add running status to mid2agbDiegoisawesome
2018-06-16compiler fixesgarakmon
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-03adding tools from pokerubyxenonnsmb