From f484f1a3b54bf675fa77571f81a5187158e51ac9 Mon Sep 17 00:00:00 2001 From: JakimPL Date: Wed, 19 Aug 2026 09:26:32 +0200 Subject: [PATCH 1/2] Bumped: project version --- CHANGELOG.md | 4 ++++ README.md | 5 ++++- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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" From 8a224ddbdc59face6c966173124a14366b13afe0 Mon Sep 17 00:00:00 2001 From: JakimPL Date: Wed, 19 Aug 2026 10:55:47 +0200 Subject: [PATCH 2/2] Updated: uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },