log jssmix.c @ 300:4972ca91d062

age author description
Thu, 11 Oct 2012 16:00:46 +0300 Matti Hamalainen Increase addbuf size.
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.
Sat, 06 Oct 2012 16:25:15 +0300 Matti Hamalainen Fix tempo (callback frequency) calculation.
Sat, 06 Oct 2012 09:38:16 +0300 Matti Hamalainen Don't clear mixing interpolation buffers when setting a new sample.
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.