aboutsummaryrefslogtreecommitdiff
path: root/mp3write~.c
AgeCommit message (Expand)Author
2015-10-14logpost() really requires a format stringIOhannes m zmölnig
2015-10-14support older Pd versions without sys_fopen(), sys_fclose(), and, sys_close()Hans-Christoph Steiner
2015-10-14replace POSIX fopen() with Pd's new sys_fopen() to get cross-platform unicode...Hans-Christoph Steiner
2015-10-14comment out deprecated LAME function: lame_set_padding_type()Hans-Christoph Steiner
2015-10-14replace verbose() with logpost() since verbose() adds extraneous carraige ret...Hans-Christoph Steiner
2015-10-14reformat code to match Pd style by running 'astyle --style=ansi *.c'Hans-Christoph Steiner
2015-10-14post version message using verbose(0)Hans-Christoph Steiner
2015-10-14replaced NT and UNIX macros with _WIN32 and _MSC_VER where appropriateHans-Christoph Steiner
2015-10-14got everything building using the template MakefileHans-Christoph Steiner