Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Releases: ISSOtm/fortISSimO

v1.0.5

28 Apr 16:03

Choose a tag to compare

Notable changes

  • Bumped the RGBDS version requirement to v0.9.0
  • Split the row “catalog” between main patterns and subpatterns, which enables more complex tracks to be converted
    • Successful conversions report how much of the catalogs is used, which should help gauge how close to the limit a track is
  • The 8 stereo panning effect can be made to write to somewhere else than NR51, via the new FORTISSIMO_PANNING tunable
  • The playback method can be enforced programmatically when converting a track, which can help prevent miscommunications between programmers and composers
  • Added ability to log (some of) fO's activity, controlled by FORTISSIMO_LOG
  • Several fixes were made to the track converter, in particular:
    • Its output is now reproducible

Full Changelog: v1.0.4...v1.0.5

New contributors

  • @Rangi42 made her first contribution in #34. Thank you!

Install teNOR 1.0.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.5/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.5/teNOR-installer.ps1 | iex"

Download teNOR 1.0.5

File Platform Checksum
teNOR-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
teNOR-x86_64-apple-darwin.tar.xz Intel macOS checksum
teNOR-x86_64-pc-windows-msvc.zip x64 Windows checksum
teNOR-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.0.4

11 Dec 03:01

Choose a tag to compare

Changelog

  • Accept tracks with “out of bounds” subpattern jump targets the same way hUGETracker does
  • align[n] is now supported in the argument to teNOR -t
  • The “arpeggio not supported on CH4” debug check was incorrect, this has been fixed
  • Several small performance improvements, with some help from @MrBlinky!

...and some miscellaneous changes behind the scenes, check out the full changelog if you're curious.

Install teNOR 1.0.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.4/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.4/teNOR-installer.ps1 | iex"

Download teNOR 1.0.4

File Platform Checksum
teNOR-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
teNOR-x86_64-apple-darwin.tar.xz Intel macOS checksum
teNOR-x86_64-pc-windows-msvc.zip x64 Windows checksum
teNOR-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.0.3

10 Mar 22:56

Choose a tag to compare

Install teNOR 1.0.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.3/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.3/teNOR-installer.ps1 | iex"

Download teNOR 1.0.3

File Platform Checksum
teNOR-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
teNOR-x86_64-apple-darwin.tar.xz Intel macOS checksum
teNOR-x86_64-pc-windows-msvc.zip x64 Windows checksum
teNOR-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v1.0.2

26 Nov 17:13

Choose a tag to compare

Changelog

  • Fixed some songs with many instruments being rejected by teNOR (#18, thanks to @sttng!)

Install teNOR 1.0.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.2/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.2/teNOR-installer.ps1 | iex

Download teNOR 1.0.2

File Platform Checksum
teNOR-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
teNOR-x86_64-apple-darwin.tar.xz macOS Intel checksum
teNOR-x86_64-pc-windows-msvc.zip Windows x64 checksum
teNOR-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v1.0.1

26 Nov 13:35

Choose a tag to compare

Changelog

  • Fixed some songs with many instruments being rejected by teNOR (#18, thanks to @sttng!)

Install teNOR 1.0.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.1/teNOR-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.1/teNOR-installer.ps1 | iex

Download teNOR 1.0.1

File Platform Checksum
teNOR-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
teNOR-x86_64-apple-darwin.tar.xz macOS Intel checksum
teNOR-x86_64-pc-windows-msvc.zip Windows x64 checksum
teNOR-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum

v1.0.0

02 Jul 22:19

Choose a tag to compare

This is the first release of fortISSimO!

It should work with hUGETracker 1.0b10, 1.0.0, and 1.0.1.

There isn't much else to add, thank you for being interested in it ^^

Download teNOR pre-built

Pick the target below that matches your OS. (macOS users should pick the "aarch64" version if they are on Apple Silicon, and "x86_64" otherwise.)

target kind download
aarch64-apple-darwin tarball teNOR-v1.0.0-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball teNOR-v1.0.0-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball teNOR-v1.0.0-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball teNOR-v1.0.0-x86_64-unknown-linux-gnu.tar.xz