Age | Commit message (Collapse) | Author |
|
added a fixedpoint pow2 function (similar to the original) - no floats used anymore at the expense of a 512 byte table
added a sinetable for the modulation effect.
svn-id: r43505
|
|
added parameters to constructor
svn-id: r43203
|
|
correctly added my palette patch (it showed up in the rev-changes but dint got applied fully to the svn tree?)
svn-id: r43116
|
|
original player - dont think this was ever used)
added compiletime macros for modulation and microtonal
moved common initialization stuff into a new resetPlayer() method
reworked stopEvents, made them simpler and inlined the noteOff function
added check for allocation and IO-Errors to the load-function.
svn-id: r43110
|
|
removed channel.voicesActive variable
svn-id: r43104
|
|
addid missing stacklock for a few public functions
svn-id: r43100
|
|
fixed wrong value for volume in maxtrax
svn-id: r43099
|
|
moved a few functions to static scope
svn-id: r43077
|
|
svn-id: r43076
|
|
svn-id: r43075
|
|
fixed/improved counting DMAs in Paula
added flag for looping songs
rearranged maxtrax.h a bit
svn-id: r42613
|
|
svn-id: r42600
|
|
svn-id: r42556
|
|
svn-id: r42553
|
|
added playNote command for soundeffects
svn-id: r42544
|
|
big cleanup of the interrupt-function
changed NoteOn function to pass the results directly instead of saving them in member variables
svn-id: r42466
|
|
fixed NoteOff and removed some useless variables - intro sounds fine now
svn-id: r42461
|
|
use similar FP-rounding as the original player
svn-id: r42454
|
|
fixed volume-handling a bit, still not correct
svn-id: r42343
|
|
svn-id: r42339
|
|
fixed passing length of samples to Paula
fixed setting tempo at songstart
fixed setting tempo/flags only if loading a score
svn-id: r42334
|
|
svn-id: r42274
|
|
reversed the log functions which does exactly the inverse as the name implies (its refered as "antilog" in the sources *rollseyes*)
svn-id: r42273
|
|
aren't used afterwards). Fixed that, and some warnings.
svn-id: r42187
|
|
Partially implemented queued Events and some related commands
svn-id: r42186
|
|
svn-id: r42096
|
|
and displaying a bit of information for maxtrax file
svn-id: r42013
|