log jssmix.c @ 158:255da2a698fe

age author description
Sat, 06 Oct 2012 05:30:22 +0300 Matti Hamalainen Improve loop handling in the mixer.
Fri, 05 Oct 2012 09:32:21 +0300 Matti Hamalainen Add function jvmGetMute() to get status of channel mute.
Fri, 05 Oct 2012 09:31:55 +0300 Matti Hamalainen This resetting of volume/pan ramps is not needed here anymore.
Fri, 05 Oct 2012 09:25:59 +0300 Matti Hamalainen Improve volume ramping functionality to allow arbitrary length ramps.
Fri, 05 Oct 2012 02:47:36 +0300 Matti Hamalainen Implement volume and panning ramps (interpolation between callbacks aka "frames")
Mon, 01 Oct 2012 07:01:38 +0300 Matti Hamalainen Silly interpolation in mixing.
Mon, 01 Oct 2012 04:18:15 +0300 Matti Hamalainen Cosmetics.
Mon, 01 Oct 2012 04:18:03 +0300 Matti Hamalainen No need to allocate with dmCalloc, when a plain dmMalloc is fine.
Mon, 01 Oct 2012 04:17:42 +0300 Matti Hamalainen Fix an assert check.
Mon, 01 Oct 2012 03:48:21 +0300 Matti Hamalainen A non-working implementation of floating point audio mixing.
Mon, 01 Oct 2012 02:51:41 +0300 Matti Hamalainen Restructure module playing, removing 8bit sample mixing (output can still be
Sat, 29 Sep 2012 20:41:36 +0300 Matti Hamalainen Change DMFixedPoint types and appropriate JSS functions back to using signed
Sat, 29 Sep 2012 20:31:10 +0300 Matti Hamalainen Fix building of JSS mixer parts.
Fri, 28 Sep 2012 01:54:23 +0300 Matti Hamalainen Initial re-import.