log

age author description
Sat, 06 Oct 2012 20:46:00 +0300 Matti Hamalainen Adjust volume ramping logic.
Sat, 06 Oct 2012 20:45:34 +0300 Matti Hamalainen Remove useless includes.
Sat, 06 Oct 2012 20:10:20 +0300 Matti Hamalainen Set new instrument flag only if the instrument differs from previously set one.
Sat, 06 Oct 2012 19:13:20 +0300 Matti Hamalainen Create a separate new frequency flag (vs. new pitch), for future changes.
Sat, 06 Oct 2012 19:11:49 +0300 Matti Hamalainen Add some depencies.
Sat, 06 Oct 2012 17:49:13 +0300 Matti Hamalainen Initial fadeout volume changed to 32767.
Sat, 06 Oct 2012 17:48:19 +0300 Matti Hamalainen Make it possible to mute channels.
Sat, 06 Oct 2012 16:49:06 +0300 Matti Hamalainen Add few comments.
Sat, 06 Oct 2012 16:36:39 +0300 Matti Hamalainen Another cleanup, remove the "future player" data prediction hack, it is not needed.
Sat, 06 Oct 2012 16:28:04 +0300 Matti Hamalainen Sanitize tick handling.
Sat, 06 Oct 2012 16:25:15 +0300 Matti Hamalainen Fix tempo (callback frequency) calculation.
Sat, 06 Oct 2012 15:34:29 +0300 Matti Hamalainen Increase default global volume.
Sat, 06 Oct 2012 15:10:49 +0300 Matti Hamalainen Add a minor optimization in the conversion.
Sat, 06 Oct 2012 14:58:29 +0300 Matti Hamalainen Some more player logic cleanups and variable renames.
Sat, 06 Oct 2012 13:25:37 +0300 Matti Hamalainen Add a new function jmpChangeOrder() to change orderlist position "on fly",
Sat, 06 Oct 2012 13:24:50 +0300 Matti Hamalainen Clean up player logic some more.
Sat, 06 Oct 2012 12:51:20 +0300 Matti Hamalainen Refactoring of the note triggering and other player logic, fixes various
Sat, 06 Oct 2012 12:28:53 +0300 Matti Hamalainen Add full screen switching to PPL via 'f' key, and various other
Sat, 06 Oct 2012 12:21:31 +0300 Matti Hamalainen Implement TTF to bitmap font conversion (crude).
Sat, 06 Oct 2012 11:22:38 +0300 Matti Hamalainen Cleanup the player logic a bit.
Sat, 06 Oct 2012 11:14:51 +0300 Matti Hamalainen Optimize screen updates.
Sat, 06 Oct 2012 11:11:41 +0300 Matti Hamalainen Cosmetic cleanups.
Sat, 06 Oct 2012 09:48:04 +0300 Matti Hamalainen Fix handling of fadeouts when volume envelope is not enabled.
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 09:37:34 +0300 Matti Hamalainen Clear player channel data as well in here.
Sat, 06 Oct 2012 09:36:33 +0300 Matti Hamalainen Remove redundant function.
Sat, 06 Oct 2012 09:35:19 +0300 Matti Hamalainen Cosmetics.
Sat, 06 Oct 2012 09:09:08 +0300 Matti Hamalainen Backed out changeset 21f54947eb18. No, it isn't. :(
Sat, 06 Oct 2012 09:03:05 +0300 Matti Hamalainen It seems instrument fadeout is processed even if volume envelope is not
Sat, 06 Oct 2012 09:02:21 +0300 Matti Hamalainen Implement moving around in order list via pageup/down.