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

According to the Allegro 4 docs, the second argument to [pack_fseek](https://www.allegro.cc/manual/4/api/file-and-compression-routines/pack_fseek) denotes a relative offset, but dumb assumes it is an absolute offset. This resulted in a bug where music...

Hey just wanted to report a build issue, I got to 97% and than ran into this build error ``` [ 97%] Building C object CMakeFiles/dumbout.dir/examples/dumbout.c.o /home/corey/dumb/examples/dumbout.c:1:10: fatal error: argtable2.h:...

Hello, I just compiled allegro from source into /usr prefix on my slackware system; URL was: https://github.com/liballeg/allegro5/releases/download/5.2.5.0/allegro-5.2.5.0.tar.gz No errors were reported here during this step. Now I try to compile...

From the feature list in the readme: ``` Option to take longer loading but seek fast to any point before the music first loops (seeking time increases beyond this point)...

If a user passes a sample bank, please support a combination of MIDI loading + SF2 {or any well used patch file format: DLS/PAT/DAT}. Allegro 5 itself may not have...

When playing a module with my application that uses DUMB, my application kept crashing when trying to render the audio. I tracked the crash down into `resampler_run_cubic_sse()` in 'src/helpers/resampler.c'. Specifically,...

OS: Debian testing Arch: amd64 I noticed that dumb_read_mod fails when called with DUMB_MOD_RESTRICT_OLD_PATTERN_COUNT and the attached mod-file from the game Alex the Allegator 4. [alex4_once_i_was_an_egg.tar.gz](https://github.com/kode54/dumb/files/1845052/alex4_once_i_was_an_egg.tar.gz) DUMBFILE *df = dumbfile_open_stdfile(fopen("./alex4_once_i_was_an_egg.mod",...

Both alex4 and kraptor crash at approximately the same place. alex4 crashes right at the start, while kraptor crashes once you start a new game. I guess, it is related...

Among other things, this would allow for context-sensitive music in games (such as how the boss battle music in Skies of Arcadia goes from somber when the party is near...

Hi! I'm having an issue with the 2.0.2 version of the component and Foobar 1.3.17 Seems that some mods are added twice to the playlist, for example: ![2018-01-10_12h25_42](https://user-images.githubusercontent.com/6965667/34780251-5ecd601a-f601-11e7-8709-17b6f10f80b8.png) [LIVING.zip](https://github.com/kode54/dumb/files/1619380/LIVING.zip) The...