From d55e9e9880e07af163dcb2bc08cbfc8b2c6cf7df Mon Sep 17 00:00:00 2001 From: vsariola <5684185+vsariola@users.noreply.github.com> Date: Sat, 24 Apr 2021 22:10:38 +0300 Subject: [PATCH] fix(instruments): make transpose neutral in supersaw instrument --- examples/instruments/supersaw-adam.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/instruments/supersaw-adam.yml b/examples/instruments/supersaw-adam.yml index 6b19c34..35fc3d1 100644 --- a/examples/instruments/supersaw-adam.yml +++ b/examples/instruments/supersaw-adam.yml @@ -11,13 +11,13 @@ comment: | numvoices: 1 units: - type: oscillator - parameters: {color: 2, detune: 48, gain: 16, lfo: 0, phase: 0, shape: 63, stereo: 1, transpose: 66, type: 1, unison: 3} + parameters: {color: 2, detune: 48, gain: 16, lfo: 0, phase: 0, shape: 63, stereo: 1, transpose: 64, type: 1, unison: 3} - type: oscillator - parameters: {color: 126, detune: 78, gain: 16, phase: 0, shape: 64, stereo: 1, transpose: 66, type: 1, unison: 3} + parameters: {color: 126, detune: 78, gain: 16, phase: 0, shape: 64, stereo: 1, transpose: 64, type: 1, unison: 3} - type: addp parameters: {stereo: 1} - type: oscillator - parameters: {color: 2, detune: 59, gain: 16, phase: 0, shape: 64, stereo: 1, transpose: 66, type: 1, unison: 3} + parameters: {color: 2, detune: 59, gain: 16, phase: 0, shape: 64, stereo: 1, transpose: 64, type: 1, unison: 3} - type: addp parameters: {stereo: 1} - type: noise