This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Releases: ISSOtm/fortISSimO
Releases · ISSOtm/fortISSimO
v1.0.5
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
8stereo panning effect can be made to write to somewhere else thanNR51, via the newFORTISSIMO_PANNINGtunable - 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
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 | shInstall 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
Changelog
- Accept tracks with “out of bounds” subpattern jump targets the same way hUGETracker does
align[n]is now supported in the argument toteNOR -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 | shInstall 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
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 | shInstall 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
Changelog
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 | shInstall prebuilt binaries via powershell script
irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.2/teNOR-installer.ps1 | iexDownload 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
Changelog
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 | shInstall prebuilt binaries via powershell script
irm https://github.com/ISSOtm/fortISSimO/releases/download/v1.0.1/teNOR-installer.ps1 | iexDownload 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
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 |