Skip to content

Releases: DixelU/SAFOR

Fix probable major issue

04 May 16:47
Compare
Choose a tag to compare

#FIxed

  • Major issue in notes "selection" before pushing. It somehow did not show itself any time before. It was found by accident after compiling SAFOR with different version of MinGW.
  • Silly miscalculation of total note events in MIDI writing sequence

+ Force flush file output

05 Nov 10:18
Compare
Choose a tag to compare

The issue was visible in cases when the last tracks had very few notes, virtually making SAFOR not to write them before closing file stream.

Enable audio in SOR algorithm.

29 Oct 18:57
Compare
Choose a tag to compare
v1.3.3.0

version up

SOR algorithm: fixed last note event sometimes being lost.

04 Dec 06:31
Compare
Choose a tag to compare

Icon update.

20 Nov 10:11
Compare
Choose a tag to compare

Because why not ¯\_(ツ)_/¯

All in one executable

10 Nov 12:28
Compare
Choose a tag to compare
  • Implemented easy way to switch between modes of removal. (Overlaps / Overlaps & sustains / Velocity threshold)
    • May cause unexpected problems on some odd platforms
  • Fixed issue similar to one fixed in DixelU/SAFC@b070e7d
  • Minor improvements here and there :P

Minor bug fix

27 Aug 20:26
Compare
Choose a tag to compare

Some midis that do contain events after end of track event are not triggering the debug message anymore

Fixed issue in SAFSOR writing bigger count of tracks than there really is

22 Jul 19:03
Compare
Choose a tag to compare

Fixed major bug in SAFSOR + a lot of other stuff

27 Jan 17:42
Compare
Choose a tag to compare
  • Compiled with GCC 9.2 (was 4.9.2), reduced executables size.
  • Embeded SAFAR into continuously supported family of SAFOR modifications (merged into SAFOR source code).
  • Attempted to use some special optimization flags, not sure if it's stable or not (further tests are needed)

Small fix to SAFSOR reducing memory consumption for most midis

10 Jul 05:01
Compare
Choose a tag to compare