log

age author description
Sun, 07 Oct 2012 21:35:51 +0300 Matti Hamalainen Possibly fix new note/instrument handling logic.
Sun, 07 Oct 2012 21:35:31 +0300 Matti Hamalainen Cosmetics.
Sun, 07 Oct 2012 15:37:19 +0300 Matti Hamalainen Add option for specifying the output variable name for C source output mode.
Sun, 07 Oct 2012 15:33:55 +0300 Matti Hamalainen Improve C source output of fontconv.
Sun, 07 Oct 2012 15:15:17 +0300 Matti Hamalainen Cosmetics.
Sun, 07 Oct 2012 15:13:08 +0300 Matti Hamalainen 10L. Fixed.
Sun, 07 Oct 2012 15:09:44 +0300 Matti Hamalainen Add ability to dump a DMFONT as a binary data in a C header file.
Sun, 07 Oct 2012 14:54:51 +0300 Matti Hamalainen Make some functions static, some public in the header.
Sun, 07 Oct 2012 14:20:47 +0300 Matti Hamalainen Add dmwav to the build process.
Sun, 07 Oct 2012 14:17:36 +0300 Matti Hamalainen Use the routines factored into dmwav module.
Sun, 07 Oct 2012 14:16:11 +0300 Matti Hamalainen Separate the WAV header / chunk writing functions from mod2wav into dmwav.[ch]
Sun, 07 Oct 2012 13:15:01 +0300 Matti Hamalainen Implement pattern mode 5 in the JMOD jloader.
Sun, 07 Oct 2012 12:09:44 +0300 Matti Hamalainen Improve channel mute control. Now shift+M will toggle mute of all channels,
Sun, 07 Oct 2012 08:53:51 +0300 Matti Hamalainen Warn about invalid instruments.
Sun, 07 Oct 2012 07:54:22 +0300 Matti Hamalainen Optimize pattern drawing a bit.
Sun, 07 Oct 2012 07:53:42 +0300 Matti Hamalainen No need for dynamic allocation here, I think.
Sun, 07 Oct 2012 07:02:20 +0300 Matti Hamalainen Enable key repeat in PPL.
Sat, 06 Oct 2012 21:21:33 +0300 Matti Hamalainen Make 'm' key mute all but selected active channel.
Sat, 06 Oct 2012 21:01:24 +0300 Matti Hamalainen Cosmetic.
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.