Commit graph

8 commits

Author SHA1 Message Date
Randy Heit
8af26bc8e6 - Added limits.h for LONG_MAX
SVN r4120 (trunk)
2013-02-08 02:42:12 +00:00
Randy Heit
7edd64243b Update DUMB to revision ac46a8b6056cf12bff464407bc1582301051c1f1
- Fixed STM speed handling



SVN r4112 (trunk)
2013-02-08 01:25:00 +00:00
Randy Heit
7cd543c554 - Warning fixes for DUMB.
SVN r4099 (trunk)
2013-02-08 00:49:27 +00:00
Randy Heit
e66f50fb76 Update DUMB to revision f5f34570905e87f1933a0220d71d0d48c05b9b49
- Added a workaround for bad sample offsets in STM files
    - Disabled inserting note cut commands in STM files, as there is no such command in the format



SVN r4084 (trunk)
2013-02-08 00:33:10 +00:00
Randy Heit
277c233f5d Update DUMB to revision d78c28566689e3fca51f1fbb7208cde8b6e190a6
- Fixed STM sample reading



SVN r4083 (trunk)
2013-02-08 00:32:14 +00:00
Randy Heit
865a237b2c Update DUMB to revision c2cb42ff918b398ec8c305ddc6574f9f8f945ad9
- Implemented support for STM 1.x format
    - Flagged STM files as stereo, as they should be



SVN r4082 (trunk)
2013-02-08 00:29:50 +00:00
Randy Heit
ee1039f04e - Fixed building with libdumb on Linux.
SVN r997 (trunk)
2008-05-30 01:02:35 +00:00
Randy Heit
01f59fa85f - Added an alternate module replay engine that uses foo_dumb's replayer, a
heavily customized version of DUMB (Dynamic Universal Music Bibliotheque).
  It has been slightly modified by me:
  * Added support for Ogg Vorbis-compressed samples in XM files ala FMOD.
  * Removed excessive mallocs from the replay core.
  * Rerolled the loops in resample.c. Unrolling them made the object file
    ~250k large while providing little benefit. Even at ~100k, I think it's
    still larger than it ought to be, but I'll live with it for now.
  Other than that, it's essentially the same thing you'd hear in foobar2000,
  minus some subsong detection features. Release builds of the library look
  like they might even be slightly faster than FMOD, which is a plus.
- Fixed: Timidity::font_add() did not release the file reader it created.
- Fixed: The SF2 loader did not free the sample headers in its destructor.


SVN r995 (trunk)
2008-05-29 23:33:07 +00:00