mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-09 11:25:17 -05:00
fix(tracker/presets): avoid NaNs from color:0 in Alpha_omega preset
The color was just flipped i.e. by using color:128.
This commit is contained in:
parent
82cf34a28f
commit
7a43aec50e
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user