aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.h
AgeCommit message (Expand)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-08-18added tiebreaking to pickVoice, now the use of channels is better distributedNorbert Lange
2009-08-10fix potential leak in loadscoreNorbert Lange
2009-08-08fix a bug that prevented gcc from compilingNorbert 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-05added some error messages to the compile-time checksNorbert Lange
2009-08-05moved check if class should be compiled to the headerNorbert Lange
2009-07-19fixed retiring of external NotesNorbert Lange
2009-07-19some more tables included, for tempo and volume valuesNorbert 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 (and inlined) the "Antilog" functionNorbert Lange
2009-07-08implemented setting note-periods, likely still somewhat wrong.Norbert 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