SHA256
1
0
forked from pool/ft2-clone
Commit Graph

9 Commits

Author SHA256 Message Date
Martin Pluskal
c611625c58 Accepting request 1150039 from home:mnhauke
- Update to version 1.76
  * The 16-point sinc resampling interpolator has been upgraded to
    32-point for better sound quality in the tracker (if you have
    selected "Sinc (32 point)"). This interpolator is so good that
    a lot of old XM tunes will sound muddy because of lo-fi samples
    I recommend that you experiment with the choice of
    interpolators. "Cubic spline" is a good choice if you listen
    to a wide variety of XMs, while "Sinc (32 point)" is the best
    option if you create your own tunes using hi-fi samples, or if
    you mostly listen to XMs with hi-fi samples (or if you can
    accept a muddy/filtered sound from lo-fi samples).
  * Removed text fading from "about screen" (more is less)

OBS-URL: https://build.opensuse.org/request/show/1150039
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=18
2024-02-25 08:22:17 +00:00
Martin Hauke
307c85b9ac Accepting request 1147344 from home:amanzini:branches:multimedia:apps
- Update to version 1.75
  * 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 people 
    who may have had this bug without knowing what was going on!

OBS-URL: https://build.opensuse.org/request/show/1147344
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=16
2024-02-17 18:14:32 +00:00
Martin Pluskal
39f39b8ee6 Accepting request 1133634 from home:mnhauke
- Update to version 1.74
  * Added a cubic spline audio interpolation option.

OBS-URL: https://build.opensuse.org/request/show/1133634
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=14
2023-12-16 20:36:04 +00:00
Martin Pluskal
295b4cce2c Accepting request 1121293 from home:mnhauke
- Update to version 1.73
  * Sample editor: Shift + mouse-wheel = scroll sample data view
- Update to version 1.72
  * Block Cut (ALT+F3) and Block Copy (ALT+F4) was broken in v1.70

OBS-URL: https://build.opensuse.org/request/show/1121293
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=12
2023-10-31 08:43:00 +00:00
Martin Pluskal
107d57dbfb Accepting request 1115663 from home:mnhauke
- Update to version 1.71
  * CTRL+A/ALT+A keybindings were swapped.
- Update to version 1.70
  * Bugfix: Shrink Pattern ("Srnk.") could lead to a pattern
    length of 0.
  * Better variable sanitation for some pattern editing routines,
    may (?) prevent some rare crashes.
  * CTRL+F5 (Paste Pattern) had wrong button names in its
    message box when asking to adjust the pattern length after
    pasting.
  * Changed the above message box text to be easier to understand.
  * Removed audio dithering for 16-bit audio bit depth mode. It
    seemed to be wrongly implemented anyway.
  * Some small changes done to the about screen.
  * Code cleanup.

OBS-URL: https://build.opensuse.org/request/show/1115663
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=10
2023-10-05 09:41:56 +00:00
Martin Pluskal
d3b8b4208d Accepting request 1106150 from home:mnhauke
- Update to version 1.69
  Bugfixes
  * The 'pattern expand' feature was heavily broken and would mess
    up the pattern data (and potentially crash the program).
  * The program crash message could overflow and not show the full
    text on some system
- Update to version 1.68
  * De-minimize window (if minimized) and set focus after
    drag n' drop of file.
- Update to version 1.67
  * The song-to-WAV export screen now defaults to the tracker's bit
    depth and audio rate. This was actually the behavior for
    earlier versions of the FT2 clone, but I decided to change it
    back.
  * The song-to-WAV exporter now allows rates up to 384kHz.
  * Alpha-based fade in for the about screen content.
  * Some small text string changes (config and song-to-WAV export
    screen)

OBS-URL: https://build.opensuse.org/request/show/1106150
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=7
2023-08-28 08:30:47 +00:00
3569237207 Accepting request 1079576 from home:mnhauke
- Update to version 1.66
  * Added a 16 point sinc interpolation option (higher quality).
  * Changed some settings for the default configuration:
    1. Palette theme = Dark mode
    2. Scopes = Lined
       Note: Your existing configuration will not be changed!
  * Changed the layout a little in the Config section (Audio /
    "I/O Devices")
  * Removed the 192kHz audio output setting. This was a bit
    extreme to begin with. Note: You can still select this rate
    when exporting songs to WAV.

OBS-URL: https://build.opensuse.org/request/show/1079576
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=5
2023-04-15 18:17:00 +00:00
Martin Pluskal
3beb8c8378 Accepting request 1069401 from home:mnhauke
- Update to version 1.65
  * Quick fix for volume ramp delta.
- Update to version 1.64
  * Increased number of precision bits for song BPM, playback time
    counter and audio->video syncing. This is a minor change and
    does very little in practice as the previous precision was
    already quite good.
  * Audio/video sync timestamps are reset every half an hour to
    prevent possible sync drifting after several hours of playing
    a song without a single song stop (resets timestamp) in-between
  * The HPC timers are reset every half an hour instead of every
    hour. Video (if no vsync) and the scopes use these timers.
  * Small code refactor for how the song is timed/ticked. Longer
    song-to-WAV renders may have a filesize change of a few bytes,
    but this is actually more correct.

OBS-URL: https://build.opensuse.org/request/show/1069401
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=3
2023-03-06 07:52:15 +00:00
Martin Pluskal
c7308951b6 Accepting request 1066062 from home:mnhauke
Initial package for ft2-clone

OBS-URL: https://build.opensuse.org/request/show/1066062
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=1
2023-02-17 08:50:52 +00:00