aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
AgeCommit message (Collapse)Author
2007-04-27Added a doxygen comment to makeProtrackerStream -- somebody who knows the ↵Max Horn
code behind this please complete/enhance this svn-id: r26616
2007-04-26Removing more semicolaMax Horn
svn-id: r26597
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
svn-id: r25825
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
svn-id: r25769
2007-02-18cleanup and fixed _module memory leakGregory Montoir
svn-id: r25708
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of ↵Gregory Montoir
MIDI (code is currently #ifdef'ed out). svn-id: r25707
2007-02-14Fix MSVC warningEugene Sandulenko
svn-id: r25586
2007-02-12Fixed a special case (frequency/rate > repeating sample length)Sven Hesse
svn-id: r25521
2007-02-11Enable stereo by default for all ProTracker mods.Travis Howell
svn-id: r25482
2007-02-04- Moved the specific interrupt frequency of 80 Hz out of class Infogrames ↵Sven Hesse
into the GobEngine's Infogrames instances - Changed the 80 Hz to 75 Hz, which is more true to the original svn-id: r25389
2007-01-27formatting.Johannes Schickel
svn-id: r25230
2007-01-27Implemented some missing effects (arpeggio, sample delay, fine slides, ↵Sven Hesse
finetune, pattern delay) svn-id: r25229
2007-01-27OoopsSven Hesse
svn-id: r25227
2007-01-27Changed ProtrackerStream to inherit from Paula, unifying the mixingSven Hesse
svn-id: r25226
2007-01-27Add changes from madmoose to fix initial song length.Travis Howell
svn-id: r25219
2007-01-27Removing two FIXMEs, based on what madmoose told me on #scummvmMax Horn
svn-id: r25216
2007-01-26Some cleanup / code formatting changes, and added some FIXME commentsMax Horn
svn-id: r25199
2007-01-25Moved Paula and Infogrames to sound/mods/Sven Hesse
svn-id: r25191
2006-10-23Add patch to make ProTracker a subclass of AudioStream, from madmooseTravis Howell
svn-id: r24465
2006-10-22Backend modularization: Create timer manager, savefile manager and audio ↵Max Horn
mixer in the backends for increased flexibility svn-id: r24443
2006-10-21Yuck, mark abuse of OSystem::setSoundCallbackMax Horn
svn-id: r24404
2006-10-19Add option to load a module via streamTravis Howell
svn-id: r24387
2006-10-18some cleanup.Johannes Schickel
svn-id: r24374
2006-10-16Add WIP (not yet plugged in) Protracker modules playerEugene Sandulenko
svn-id: r24351