mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-12 04:46:13 -05:00
fix(tracker/presets): avoid NaNs (pulse instead of trisaw&shape:128)
This commit is contained in:
parent
f894e2ee86
commit
c0488226d2
@ -2,10 +2,10 @@ numvoices: 1
|
|||||||
units:
|
units:
|
||||||
- type: oscillator
|
- type: oscillator
|
||||||
id: 3
|
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
|
- type: oscillator
|
||||||
id: 4
|
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
|
- type: addp
|
||||||
id: 1084
|
id: 1084
|
||||||
parameters: {stereo: 1}
|
parameters: {stereo: 1}
|
||||||
|
|||||||
@ -5,7 +5,7 @@ units:
|
|||||||
comment: Main oscillators
|
comment: Main oscillators
|
||||||
- type: oscillator
|
- type: oscillator
|
||||||
id: 231
|
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
|
- type: oscillator
|
||||||
id: 232
|
id: 232
|
||||||
parameters: {color: 128, detune: 64, gain: 47, lfo: 0, phase: 0, shape: 75, stereo: 0, transpose: 64, type: 1, unison: 1}
|
parameters: {color: 128, detune: 64, gain: 47, lfo: 0, phase: 0, shape: 75, stereo: 0, transpose: 64, type: 1, unison: 1}
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
name: Popper
|
|
||||||
numvoices: 1
|
numvoices: 1
|
||||||
units:
|
units:
|
||||||
- id: 197
|
- 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}
|
parameters: {color: 128, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 63, stereo: 0, transpose: 76, type: 2, unison: 0}
|
||||||
- type: oscillator
|
- type: oscillator
|
||||||
id: 16
|
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
|
- type: oscillator
|
||||||
id: 15
|
id: 15
|
||||||
parameters: {color: 40, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 61, stereo: 0, transpose: 76, type: 2, unison: 0}
|
parameters: {color: 40, detune: 64, gain: 64, lfo: 0, phase: 0, shape: 61, stereo: 0, transpose: 76, type: 2, unison: 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user