210b3d80f9Accepting request 1250342 from multimedia:apps
factory
Ana Guerrero
2025-03-05 12:41:30 +00:00
36c723faae- Update to version 1.95 * Added a new sample editor screen with some new sample editing features. It features waveform generators, resonant low-pass/high-pass filters and experimental bass & treble decrease/increase. This screen can be accessed by clicking the new "Effects" button in Smp. Ed.
devel
Takashi Iwai2025-03-05 10:09:16 +00:00
38e9524f95Accepting request 1246605 from multimedia:apps
Ana Guerrero
2025-02-18 18:12:28 +00:00
0c93c8c043Accepting request 1246504 from home:mnhaukeTakashi Iwai2025-02-18 09:39:31 +00:00
2b1a98a626Accepting request 1233430 from multimedia:apps
Ana Guerrero
2024-12-29 10:56:01 +00:00
31b170602c- Update to version 1.93 * .S3M loader bug fix: The Axx (Set Speed) effect broke in v1.89. * .IT loader: Fixed behavior for overflowing sample offset effect, and illegal portamento slides (still somewhat wrong, buu better than before). Not that you should use the FT2 clone for playing .IT files!
Martin Pluskal
2024-12-26 07:56:30 +00:00
572336ccd0- Update to version 1.92 * Further improvement to the tracker scope interpolation. * Added a config option in Config->Miscellaneous for enabling the original FT2 about screen (feeling nostalgic?) * Did some very minor edits to the FT2 help text - Update to version 1.91 * Critical fix: Fixed a position/playback problem with voices/channels running at volume zero. This bug appeared in v1.87 (03.11.2024).
Martin Hauke
2024-12-24 14:35:31 +00:00
97886bda76Accepting request 1229465 from multimedia:apps
Ana Guerrero
2024-12-10 22:43:17 +00:00
1c81676676- Update to version 1.90 * Fixed: The Nibbles game broke in v1.89 (snake food was no longer visible)
Martin Pluskal
2024-12-09 18:28:17 +00:00
6038181b94- Update to version 1.89 * Fixed a possible crash on macOS (and possibly Linux) when loading a module whose filename includes special non-ASCII characters. * Added a "Default audio device" option when selecting input/output audio devices in the config screen. This option has a few edge-case bugs, though. * Added an experimental Impulse Tracker module loader. This should only be used to extract patterns/instruments/samples, as there are severe conversion errors when this format is converted to XM under load. WARNING: This loader has not been thoroughly tested, and may cause a crash! * Fixed a bug with the tracker scopes where the sample would sometimes not be isplayed correctly during a sample/note trigger. * Replaced the Gaussian (SNES) interpolator with a 6-point cubic Hermite option. The Gaussian interpolator was very niche anyway, and as it sounded quite filtered, I think the vast majority of users wouldn't see a use for it. * Added a few missing Norwegian/Danish alphabet letters to the main font (code page is now 850 instead of 437). * Show extra digits (when space for them) in the C-4 Hz string in the instrument editor screen. * Again, slightly improved the interpolation method for the tracker scopes in "Lined" mode (when using the cubic/sinc interpolators) * Slightly increased the contrast for the sample editor's loop pin lines.Takashi Iwai2024-12-08 09:06:19 +00:00
4a0048bc6f- Update to version 1.88 * Added an experimental .BRR (Super Nintendo) sample loader. Thanks to astriid for suggesting this (and coming up with some base code). * The tracker scopes now show a waveform that is more correct when using interpolation mode "No interpolation" and "Linear (FT2)". * Fixed: The "Gaussian (SNES)" interpolation option had a small delay of one input sample point. Not a big deal, but I corrected it anyway.Takashi Iwai2024-11-08 15:12:59 +00:00
cd2e282acb- Update to version 1.87 * Fixed: Stereo FLAC samples with a bitdepth of 24 didn't import correctly if you chose to convert to mono. * Added a Super Nintendo interpolation option ("Gaussian"). * Fixed wrong tuning when importing Gravis Ultrasound .PAT patch files. * Slightly improved the interpolation method for the tracker scopes in "Lined" mode. * Updated the help text to reflect the new interpolation option. * Code cleanup.Takashi Iwai2024-11-05 13:33:04 +00:00
c2eb350e33Accepting request 1201786 from multimedia:apps
Ana Guerrero
2024-09-18 13:28:26 +00:00
f4d290d7b6- Update to version 1.86 * Fixed: The extended pattern editor had a status bar redraw issue if you had disabled "Framework" in Config -> Layout. - Update to version 1.85 * Waving logo in the about screen. * Small optimization of the "volume change" function in the sample editor.
Martin Pluskal
2024-09-18 12:16:18 +00:00
a554fd3767Accepting request 1173664 from multimedia:apps
Ana Guerrero
2024-05-13 15:58:41 +00:00
ffed99f668Accepting request 1173443 from home:mnhaukeTakashi Iwai2024-05-13 12:27:34 +00:00
2ce44e6dc2Accepting request 1167615 from multimedia:apps
Ana Guerrero
2024-04-15 18:17:07 +00:00
61e0cb335dAccepting request 1167481 from home:mnhauke
Martin Pluskal
2024-04-14 06:46:53 +00:00
55d90be637Accepting request 1166626 from multimedia:apps
Ana Guerrero
2024-04-10 15:49:58 +00:00
5d40068f2fAccepting request 1166496 from home:mnhauke
Martin Pluskal
2024-04-10 11:04:17 +00:00
cdece6aa53Accepting request 1159105 from multimedia:apps
Ana Guerrero
2024-03-19 16:31:47 +00:00
76b0ee4df4Accepting request 1159103 from home:mnhauke
Martin Pluskal
2024-03-18 17:31:02 +00:00
b4ee3c60beAccepting request 1158884 from multimedia:apps
Ana Guerrero
2024-03-18 15:46:08 +00:00
40a5c636cdAccepting request 1158830 from home:mnhauke
Martin Pluskal
2024-03-18 07:39:14 +00:00
a21d8b4b97Accepting request 1158745 from multimedia:apps
Ana Guerrero
2024-03-17 21:16:57 +00:00
99b963bce2- update to 1.77.1: * The 32-point sinc resampling interpolator was reduced to 16-point again because of the trade-off not being big enough, and it was slightly wrongly implemented and would alias a little bit in some cases. I'll implement a better sinc interpolator in the future, if I ever stumble across a nice and simple implementation. Please let me know if you have one! * Note transpose (block), instrument remapping (block), Cut Block (ALT+F3) and Copy Block (ALT+F4) had issues if you had made a block selection in the last channel/track in a pattern. Thanks to Roz for finding this and reporting it, and sorry to all the peopleDirk Mueller2024-03-17 12:20:23 +00:00
0a46de0818Accepting request 1157107 from multimedia:apps
Ana Guerrero
2024-03-13 21:18:15 +00:00
5f2525ccb5Accepting request 1157035 from home:mnhauke
Martin Pluskal
2024-03-12 07:58:02 +00:00
6400ab7e5fAccepting request 1150278 from multimedia:apps
Ana Guerrero
2024-02-25 13:08:14 +00:00
c611625c58Accepting request 1150039 from home:mnhauke
Martin Pluskal
2024-02-25 08:22:17 +00:00
125abe682aAccepting request 1147354 from multimedia:apps
Ana Guerrero
2024-02-18 19:24:57 +00:00
307c85b9acAccepting request 1147344 from home:amanzini:branches:multimedia:apps
Martin Hauke
2024-02-17 18:14:32 +00:00
98bed2c07aAccepting request 1133648 from multimedia:apps
Ana Guerrero
2023-12-17 20:32:51 +00:00
39f39b8ee6Accepting request 1133634 from home:mnhauke
Martin Pluskal
2023-12-16 20:36:04 +00:00
2b5056de37Accepting request 1121391 from multimedia:apps
Ana Guerrero
2023-10-31 19:26:09 +00:00
295b4cce2cAccepting request 1121293 from home:mnhauke
Martin Pluskal
2023-10-31 08:43:00 +00:00
2707735b37Accepting request 1115787 from multimedia:apps
Ana Guerrero
2023-10-05 18:05:02 +00:00
107d57dbfbAccepting request 1115663 from home:mnhauke
Martin Pluskal
2023-10-05 09:41:56 +00:00
5740b9e2c1Accepting request 1107800 from multimedia:apps
Ana Guerrero
2023-08-30 08:20:03 +00:00
e0aaa64bd5Accepting request 1107799 from home:mnhauke
Martin Hauke
2023-08-28 16:24:04 +00:00
d3b8b4208dAccepting request 1106150 from home:mnhauke
Martin Pluskal
2023-08-28 08:30:47 +00:00