log jssmix.h @ 300:4972ca91d062

age author description
Thu, 11 Oct 2012 11:09:26 +0300 Matti Hamalainen Use fixed point everywhere in the mixing internals, to avoid going over
Mon, 08 Oct 2012 01:44:34 +0300 Matti Hamalainen Add jvmReset() function for reseting channel's position and pitch.
Fri, 05 Oct 2012 09:32:21 +0300 Matti Hamalainen Add function jvmGetMute() to get status of channel mute.
Fri, 05 Oct 2012 09:25:59 +0300 Matti Hamalainen Improve volume ramping functionality to allow arbitrary length ramps.
Fri, 05 Oct 2012 04:11:24 +0300 Matti Hamalainen Cleanups.
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 06:59:00 +0300 Matti Hamalainen Remove the floating point mixing .. it wasn't so good idea after all.
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
Fri, 28 Sep 2012 01:54:23 +0300 Matti Hamalainen Initial re-import.