diff --git a/CHANGELOG.md b/CHANGELOG.md index 607071e2..5fc0c47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SampleToNES +## v0.3.2 + +* Added NSF player and export. + ## v0.3.1 [2026-08-18] * Added support to [Bitphase](https://github.com/paator/bitphase). diff --git a/README.md b/README.md index 9d505bfb..d80a99a0 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,16 @@
SampleToNES +

SampleToNES v0.3.2

## Overview _SampleToNES_ (`sampletones`) is a desktop tool for people writing music for the NES 2A03 sound chip, mainly in [_FamiTracker_](http://famitracker.com/). -SampleToNES +
+ SampleToNES +
The core idea is to approximate an audio sample using only the chip's basic oscillators — two pulse channels, a triangle, and noise — **without any DPCM samples**. diff --git a/pyproject.toml b/pyproject.toml index ac47fab5..8947f2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sampletones" -version = "0.3.1" +version = "0.3.2" description = "Approximate audio samples with the NES 2A03 oscillators and export them as FamiTracker instruments" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 4699d98d..d2868176 100644 --- a/uv.lock +++ b/uv.lock @@ -1788,7 +1788,7 @@ wheels = [ [[package]] name = "sampletones" -version = "0.3.1" +version = "0.3.2" source = { editable = "." } dependencies = [ { name = "anytree" },