dumb icon indicating copy to clipboard operation
dumb copied to clipboard

Dynamic Universal Music Bibliotheque - DUMB - Module/tracker based music format parser and player library

Results 19 dumb issues
Sort by recently updated
recently updated
newest added

I used Dumb for all sorts of modplug music including the original Unreal and Unreal Tournament but here it seems like Dumb can't handle the files. The UMX files from...

Would it be possible to also distribute tarball-released versions of dumb/libdumb, sort of "stable" versions? Something similar to https://github.com/wxWidgets/wxWidgets/releases/ Reason I ask is because my set of ruby scripts work...

Hi. In the Ode: https://modarchive.org/index.php?request=view_by_moduleid&query=84861 there's an interesting part at 20 seconds. Dumb decreases the volume (by my count) 8 times during that long sustained note that's part of the...

Hi there. I'm trying to compile this project on OSX (10.12.6), but I've got a bit of a weird setup. Allegro 4 cannot easily be compiled anymore on modern OSX,...

The `restrict_` parameter could be documented better and one should probably avoid magic numbers and instead either define an enum or preprocessor-constants for the two values. /* dumb_*_mod*: restrict_ |=...

The 1.0 release is over two years and a half old at the time of this writing. Since then, there have been various fixes and improvements which are useful to...

I recently fuzzed the old libdumb from SF using afl-fuzz and the following simple client: ``` #include "dumb.h" #include int main(int argc, char * argv[]) { DUH * duh; dumb_register_stdfiles();...

Hello ! I'm a C programmer using Dumb for .it playback, i'm happy with its accuracy, but i have to admit, it's one of the dumbest (ahah) piece of code...

I was trying to add tracker module support to an internet music streamer project of mine, and found out that dumbout can't accept stdin or a URL as input. I'm...