index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
mods
/
maxtrax.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-09-13
Removed unnecessary semi-colons.
Torbjörn Andersson
2009-08-29
fix SFX not playing before music started
Norbert Lange
2009-08-27
This just fix the compile errors on AmigaOS (bug #2845660)
Sven Hesse
2009-08-24
Merge with trunk
Norbert Lange
2009-08-20
fixed small mistake with the sinetable
Norbert Lange
2009-08-18
added tiebreaking to pickVoice, now the use of channels is better distributed
Norbert Lange
2009-08-13
sound_amiga: honor _musicEnabled and _sfxEnabled flags
Norbert Lange
2009-08-10
fixed bug in tempoeffect
Norbert Lange
2009-08-10
fix potential leak in loadscore
Norbert Lange
2009-08-09
fixed up some missing newlines
Norbert Lange
2009-08-08
slighty changed how voices get disabled after their sample played
Norbert Lange
2009-08-08
added missing stuff for modulation and microtonal effects (several bugs in or...
Norbert Lange
2009-08-07
refactored noteOn
Norbert Lange
2009-08-07
implemented "SPECIAL" commands
Norbert Lange
2009-08-07
added stub for setting audio filter in Paula
Norbert Lange
2009-08-05
move function definitions from header to the cpp file
Norbert Lange
2009-08-05
moved check if class should be compiled to the header
Norbert Lange
2009-08-05
check if modplayers should be compiled based on engine-macros
Norbert Lange
2009-08-04
cleaned up sound_amiga.cpp a bit, added checks for missing files
Norbert Lange
2009-07-19
use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...
Norbert Lange
2009-07-19
fixed retiring of external Notes
Norbert Lange
2009-07-19
fixed: intro-music started twice because it was hardcoded in the engine
Norbert Lange
2009-07-19
add support for fadeout
Norbert Lange
2009-07-19
some more tables included, for tempo and volume values
Norbert Lange
2009-07-18
fixed some initialisation issues
Norbert Lange
2009-07-18
first attempt at enabling soundeffects using an table from the executeable. D...
Norbert Lange
2009-07-17
added primitive support for Kyrandia`s Intro Music.
Norbert Lange
2009-07-17
precalculating some more from CalcNote
Norbert Lange
2009-07-17
avoid some calculations from being done every time in CalcNote
Norbert Lange
2009-07-17
simplified NoteOn calculations
Norbert Lange
2009-07-14
removed one more useless variable and turned often used flags into bools
Norbert Lange
2009-07-13
cleaned up NoteOn a bit
Norbert Lange
2009-07-13
added routine pickvoice to dinamically choose a fitting channel
Norbert Lange
2009-07-10
made all structures that are only written when loading song/samples const
Norbert Lange
2009-07-10
added initialisation of channels
Norbert Lange
2009-07-10
added timebased effects
Norbert Lange
2009-07-09
fixed some mismatched new[]/delete
Norbert Lange
2009-07-09
fixed up some constants
Norbert Lange
2009-07-09
fixed (and inlined) the "Antilog" function
Norbert Lange
2009-07-08
implemented setting note-periods, likely still somewhat wrong.
Norbert Lange
2009-07-06
fix identation and replaced the "goto-workaround" with something simpler
Norbert Lange
2009-07-06
GCC thinks it's wrong to goto past variables being initialised (even if they
Torbjörn Andersson
2009-07-06
Implemented a few commands
Norbert Lange
2009-07-04
Added tons of members to MaxTrax, songs get fully loaded and stored internally
Norbert Lange
2009-07-01
added a skeleton for maxtrax modules. Not much happening yet, just reading an...
Norbert Lange