ChangeLog: v0.42 - Use a bitmask to define what types should be tried in the duh_universal_load_vfs() function. v0.41 - Using VFS functions to open all sound files now. - Cleaned up the universal loading function. v0.40 - Switched to InputPlayback API which breaks support for Audacious versions older than 1.3 (final). WARNING: 0.4x versions require Audacious 1.3-alpha4 or later. v0.31 - Added is_our_file_from_vfs() using VFS functions. v0.30 - Added the extension list (fmts) for Audacious 1.3+ v0.25 - Fixed -Wall warnings from gcc 4.1.1 v0.24 - Don't include the filename in "file_path". - Some -Wall cleanups (but gcc 4.1.1 brought in new ones). v0.23 - Convert title strings from CP850 to UTF8 before returning. All my S3M/IT/XM work with this and MOD seems to be 7bit ASCII clean, so it doesn't cause any harm. - More internal cleanup to unify tuple and other titleinfo. v0.22 - Internal cleanup. v0.21 - Added the new get_tuple_info() function for SVN Audacious WARNING: the 0.2x versions require Audacious 1.1 or later. v0.11 - Makefile simplification (Added local include and lib dir) v0.10 - Mostly cosmetic cleanups in the play_loop. v0.9 - Waiting for buffer before doing the next produce_audio(). This makes the pause workaround obsolete. v0.8 - Added workaround when receiving stop signal while paused. - using g_thread functions for all threading calls now. v0.7 - Added prefs option for output frequency (default: 44100Hz). - Raised maximum mixing channels of DUMB from 64 to 256. v0.6 - Added prefs GUI for the Amiga sound disable option. - Added about window. v0.5 - Using Audacious produce_audio() for output. - Dirty and hidden gconf option to disable Amiga Protracker MODs (only checked at launch time / clean solution would be a prefs GUI) v0.4 - Moved the GTK1 font definition over to GTK2 pango. - Close button has now a modern "X" :) v0.3 - Added file_info_box (mostly from CVS xmms-dumb) - Fixed broke result of libglade-convert v0.2 - Cut'n'Paste newer get_title() from xmms-dumb CVS version to display the real songname in the playlist. v0.1 - Replaced "bmp" strings with "audacious". - Minor Makefile changes (use install, add PIC, handle DESTDIR). - replaced bmp_usleep() with g_usleep().