From c0488226d225f43943b2b19bb0ed3e2089ed0fe5 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Tue, 14 Oct 2025 16:58:52 +0300 Subject: [PATCH] fix(tracker/presets): avoid NaNs (pulse instead of trisaw&shape:128) --- tracker/presets/BA/80s-bass.yml | 4 ++-- tracker/presets/LEAD/Morpher.yml | 2 +- tracker/presets/PL/Popper.yml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/tracker/presets/BA/80s-bass.yml b/tracker/presets/BA/80s-bass.yml index 84560f1..30f92e1 100644 --- a/tracker/presets/BA/80s-bass.yml +++ b/tracker/presets/BA/80s-bass.yml @@ -2,10 +2,10 @@ numvoices: 1 units: - type: oscillator id: 3 - parameters: {color: 0, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 128, stereo: 1, transpose: 64, type: 1, unison: 0} + parameters: {color: 0, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 64, stereo: 1, transpose: 64, type: 2, unison: 0} - type: oscillator id: 4 - parameters: {color: 82, detune: 71, gain: 64, lfo: 0, phase: 0, shape: 128, stereo: 1, transpose: 52, type: 1, unison: 3} + parameters: {color: 47, detune: 71, gain: 64, lfo: 0, phase: 0, shape: 64, stereo: 1, transpose: 52, type: 2, unison: 3} - type: addp id: 1084 parameters: {stereo: 1} diff --git a/tracker/presets/LEAD/Morpher.yml b/tracker/presets/LEAD/Morpher.yml index 0b1c765..35d126d 100644 --- a/tracker/presets/LEAD/Morpher.yml +++ b/tracker/presets/LEAD/Morpher.yml @@ -5,7 +5,7 @@ units: comment: Main oscillators - type: oscillator id: 231 - parameters: {color: 69, detune: 74, gain: 57, lfo: 0, phase: 0, shape: 128, stereo: 0, transpose: 64, type: 2, unison: 3} + parameters: {color: 69, detune: 74, gain: 57, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 64, type: 2, unison: 3} - type: oscillator id: 232 parameters: {color: 128, detune: 64, gain: 47, lfo: 0, phase: 0, shape: 75, stereo: 0, transpose: 64, type: 1, unison: 1} diff --git a/tracker/presets/PL/Popper.yml b/tracker/presets/PL/Popper.yml index abd7fb2..3055843 100644 --- a/tracker/presets/PL/Popper.yml +++ b/tracker/presets/PL/Popper.yml @@ -1,4 +1,3 @@ -name: Popper numvoices: 1 units: - id: 197 @@ -36,7 +35,7 @@ units: parameters: {color: 128, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 63, stereo: 0, transpose: 76, type: 2, unison: 0} - type: oscillator id: 16 - parameters: {color: 0, detune: 64, gain: 64, lfo: 0, phase: 18, shape: 128, stereo: 0, transpose: 76, type: 1, unison: 2} + parameters: {color: 64, detune: 64, gain: 64, lfo: 0, phase: 18, shape: 64, stereo: 0, transpose: 76, type: 2, unison: 2} - type: oscillator id: 15 parameters: {color: 40, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 61, stereo: 0, transpose: 76, type: 2, unison: 0}