aboutsummaryrefslogtreecommitdiff
path: root/audio/mods/protracker.cpp
AgeCommit message (Collapse)Author
2015-05-22AUDIO: Add patch from madmoose to fix arpeggio effect in ProTracker modules.Kirben
2014-02-18AUDIO: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-27HOPKINS: Work around broken cadavre.mod in OS/2 and BeOS versionsTorbjörn Andersson
A large part of cadavre.mod is broken. No new notes play, and only the old background sounds remain. It's possible, perhaps even probable, that the original MOD player didn't have this problem, but all standalone players I've tried do, so I'm assuming it's the file that's broken. We work around it by changing the length of the song after it's been loaded to only include the good parts.
2012-06-15AUDIO: Implement a missing Protracker featureSven Hesse
When a row has a new period, but no new sample, restart the track's last sample (except when we're doing portamento).
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850