aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.cpp
AgeCommit message (Expand)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-09-13Removed unnecessary semi-colons.Torbjörn Andersson
2009-08-29fix SFX not playing before music startedNorbert Lange
2009-08-27This just fix the compile errors on AmigaOS (bug #2845660)Sven Hesse
2009-08-24Merge with trunkNorbert Lange
2009-08-20fixed small mistake with the sinetableNorbert Lange
2009-08-18added tiebreaking to pickVoice, now the use of channels is better distributedNorbert Lange
2009-08-13sound_amiga: honor _musicEnabled and _sfxEnabled flagsNorbert Lange
2009-08-10fixed bug in tempoeffectNorbert Lange
2009-08-10fix potential leak in loadscoreNorbert Lange
2009-08-09fixed up some missing newlinesNorbert Lange
2009-08-08slighty changed how voices get disabled after their sample playedNorbert Lange
2009-08-08added missing stuff for modulation and microtonal effects (several bugs in or...Norbert Lange
2009-08-07refactored noteOnNorbert Lange
2009-08-07implemented "SPECIAL" commandsNorbert Lange
2009-08-07added stub for setting audio filter in PaulaNorbert Lange
2009-08-05move function definitions from header to the cpp fileNorbert Lange
2009-08-05moved check if class should be compiled to the headerNorbert Lange
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
2009-07-19use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...Norbert Lange
2009-07-19fixed retiring of external NotesNorbert Lange
2009-07-19fixed: intro-music started twice because it was hardcoded in the engineNorbert Lange
2009-07-19add support for fadeoutNorbert Lange
2009-07-19some more tables included, for tempo and volume valuesNorbert Lange
2009-07-18fixed some initialisation issuesNorbert Lange
2009-07-18first attempt at enabling soundeffects using an table from the executeable. D...Norbert Lange
2009-07-17added primitive support for Kyrandia`s Intro Music.Norbert Lange
2009-07-17precalculating some more from CalcNoteNorbert Lange
2009-07-17avoid some calculations from being done every time in CalcNoteNorbert Lange
2009-07-17simplified NoteOn calculationsNorbert Lange
2009-07-14removed one more useless variable and turned often used flags into boolsNorbert Lange
2009-07-13cleaned up NoteOn a bitNorbert Lange
2009-07-13added routine pickvoice to dinamically choose a fitting channelNorbert Lange
2009-07-10made all structures that are only written when loading song/samples constNorbert Lange
2009-07-10added initialisation of channelsNorbert Lange
2009-07-10added timebased effectsNorbert Lange
2009-07-09fixed some mismatched new[]/deleteNorbert Lange
2009-07-09fixed up some constantsNorbert Lange
2009-07-09fixed (and inlined) the "Antilog" functionNorbert Lange
2009-07-08implemented setting note-periods, likely still somewhat wrong.Norbert Lange
2009-07-06fix identation and replaced the "goto-workaround" with something simplerNorbert Lange
2009-07-06GCC thinks it's wrong to goto past variables being initialised (even if theyTorbjörn Andersson
2009-07-06Implemented a few commandsNorbert Lange
2009-07-04Added tons of members to MaxTrax, songs get fully loaded and stored internallyNorbert Lange
2009-07-01added a skeleton for maxtrax modules. Not much happening yet, just reading an...Norbert Lange