Skip to content

Releases: stefandrissen/SAM-MOD-player

v2.38

18 Nov 13:33
Compare
Choose a tag to compare

Loader

  • Fixed mod detection when maximum length sample (#25)

Tracker

  • Fixed displayed tempo rounding (#24)

Full Changelog: v2.37...v2.38

v2.37

23 Sep 14:08
Compare
Choose a tag to compare

Loader

  • Removed: manual octave selection

Tracker

  • Fixed: sample offset 63 pattern mods

Full Changelog: v2.36...v2.37

v2.36

12 Feb 16:06
Compare
Choose a tag to compare

Loader

  • New mod file detection! Any code file that is large enough to be a mod will be scanned. The following mod types are recognised (oldest to newest):

    • Ultimate Soundtracker (15 samples)
    • Soundtracker
    • Soundtracker 2.2 (31 samples)
    • Soundtracker 2.3
    • Noisetracker
    • Startrekker
    • Soundtracker 2.5
    • Protracker
    • Protracker 2.3 (>64 patterns)
  • Fixed: loading from MS-DOS disks, these files do still need a mod extension.

Tracker

  • Use the new mod file detection to understand the mod better, more mods can now be loaded and played back correctly
  • Fixed: show arpeggios with first note 0
  • Fixed: show note period if note is non-standard

Full Changelog: v2.35...v2.36

v2.35

27 Nov 23:49
Compare
Choose a tag to compare

Tracker

Loader

  • reintroduce support for 4-bit packed mods
  • record number displayed incorrectly (#16)
  • ignore files smaller than smallest mod (2108 bytes) (#15)

Ant build

  • version moved to .properties file

Full Changelog: v2.34...v2.35

v2.34

14 Nov 22:41
Compare
Choose a tag to compare

Loader

  • refactored, fixes #12

Demo

  • Summary of ProTracker effects: last row of extra effects not shown

Ant build

  • targets made Visual Studio Code friendly

Full Changelog: v2.33...v2.34

v2.33

07 Nov 22:22
Compare
Choose a tag to compare

Loader

  • change mass storage record stack imbalance resulting in dropping out to basic after 18 changes (#10)

Full Changelog: v2.32...v2.33

v2.32

07 Nov 15:05
Compare
Choose a tag to compare

Loader

  • use shift + cursors to jump 10 records (#9)
  • use symbol + cursors to jump 50 records (#9)
  • mass storage device selected by default (#8)

Full Changelog: v2.31...v2.32

v2.31

06 Nov 10:41
Compare
Choose a tag to compare

Loader

  • only show 'records' when using B-DOS
  • B-DOS record names shown with 16 characters (was: 10)
  • SAMDOS supported again (so drive 2 can be used)

Tracker

  • all instruments above 0x0f were shown as 0x10
  • periods above 0x0ff were shown incorrectly

Full Changelog: v2.30...v2.31

v2.30

30 Oct 12:25
Compare
Choose a tag to compare
  • added support for machines with 256K RAM
  • B-DOS hook codes used for loading providing support for mass storage devices attached as drive 2
  • tracker view shows notes instead of hex
  • burstplayer timings of all devices recalibrated, the megabyte timings were a bit of a mess

v2.21

14 Oct 13:22
Compare
Choose a tag to compare
  • added support for external memory (1 to 4 megabytes)
  • cleaned up device selection - use left and right to change port for SAMdac / DAC, return advances to speed, escape returns to device, return again to advance to loader
  • now also includes a source code test mod, which demonstrates that there is still some work to go with cleaning up the timing