From 7a43aec50ef57dd857d1563147abc6de74e92f97 Mon Sep 17 00:00:00 2001 From: "5684185+vsariola@users.noreply.github.com" <5684185+vsariola@users.noreply.github.com> Date: Sun, 19 Oct 2025 13:21:18 +0300 Subject: [PATCH] fix(tracker/presets): avoid NaNs from color:0 in Alpha_omega preset The color was just flipped i.e. by using color:128. --- tracker/presets/SY/Alpha_omega.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tracker/presets/SY/Alpha_omega.yml b/tracker/presets/SY/Alpha_omega.yml index 0b1f55f..dfcb2f2 100644 --- a/tracker/presets/SY/Alpha_omega.yml +++ b/tracker/presets/SY/Alpha_omega.yml @@ -20,10 +20,10 @@ units: comment: Main oscillators - type: oscillator id: 205 - parameters: {color: 0, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 76, type: 1} + parameters: {color: 128, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 76, type: 1} - type: oscillator id: 206 - parameters: {color: 0, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 76, type: 1} + parameters: {color: 128, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 76, type: 1} - type: oscillator id: 207 parameters: {color: 64, detune: 64, gain: 59, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 64, type: 1}