mirror of
https://github.com/vsariola/sointu.git
synced 2025-11-12 04:46:13 -05:00
feat(tracker/presets): rework presets & normalize to approx. -12 dBFS true peak
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
name: guitar-2
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 87
|
||||
@ -5,7 +6,7 @@ units:
|
||||
comment: Karplus-Strong
|
||||
- type: envelope
|
||||
id: 2
|
||||
parameters: {attack: 0, decay: 58, gain: 69, release: 0, stereo: 0, sustain: 0}
|
||||
parameters: {attack: 0, decay: 58, gain: 83, release: 0, stereo: 0, sustain: 0}
|
||||
- type: noise
|
||||
id: 3
|
||||
parameters: {gain: 64, shape: 127, stereo: 0}
|
||||
@ -21,7 +22,7 @@ units:
|
||||
comment: Main envelope
|
||||
- type: envelope
|
||||
id: 1
|
||||
parameters: {attack: 0, decay: 0, gain: 70, release: 72, stereo: 0, sustain: 128}
|
||||
parameters: {attack: 0, decay: 0, gain: 64, release: 72, stereo: 0, sustain: 128}
|
||||
- type: mulp
|
||||
id: 85
|
||||
parameters: {stereo: 0}
|
||||
@ -33,4 +34,4 @@ units:
|
||||
parameters: {panning: 64, stereo: 0}
|
||||
- type: outaux
|
||||
id: 10
|
||||
parameters: {auxgain: 24, outgain: 36, stereo: 1}
|
||||
parameters: {auxgain: 16, outgain: 36, stereo: 1}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
name: guitar
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 92
|
||||
@ -21,7 +22,7 @@ units:
|
||||
comment: Main envelope
|
||||
- type: envelope
|
||||
id: 1
|
||||
parameters: {attack: 27, decay: 80, gain: 112, release: 82, stereo: 0, sustain: 95}
|
||||
parameters: {attack: 27, decay: 80, gain: 128, release: 82, stereo: 0, sustain: 95}
|
||||
- type: mulp
|
||||
id: 87
|
||||
parameters: {stereo: 0}
|
||||
@ -36,4 +37,4 @@ units:
|
||||
parameters: {panning: 64, stereo: 0}
|
||||
- type: outaux
|
||||
id: 10
|
||||
parameters: {auxgain: 16, outgain: 64, stereo: 1}
|
||||
parameters: {auxgain: 7, outgain: 33, stereo: 1}
|
||||
|
||||
@ -1,17 +1,18 @@
|
||||
name: muted-guitar
|
||||
numvoices: 3
|
||||
units:
|
||||
- type: envelope
|
||||
id: 1209
|
||||
parameters: {attack: 0, decay: 64, gain: 128, release: 0, stereo: 0, sustain: 0}
|
||||
id: 1215
|
||||
parameters: {attack: 0, decay: 72, gain: 96, release: 64, stereo: 0, sustain: 0}
|
||||
- type: oscillator
|
||||
id: 1210
|
||||
parameters: {color: 64, detune: 64, gain: 128, looplength: 225, loopstart: 1184, phase: 0, samplestart: 804812, shape: 64, stereo: 0, transpose: 81, type: 4, unison: 0}
|
||||
id: 1216
|
||||
parameters: {color: 64, detune: 64, gain: 96, looplength: 225, loopstart: 1184, phase: 0, samplestart: 804812, shape: 64, stereo: 0, transpose: 81, type: 4, unison: 0}
|
||||
- type: mulp
|
||||
id: 1211
|
||||
id: 1217
|
||||
parameters: {stereo: 0}
|
||||
- type: pan
|
||||
id: 1213
|
||||
id: 1218
|
||||
parameters: {panning: 64, stereo: 0}
|
||||
- type: outaux
|
||||
id: 1214
|
||||
parameters: {auxgain: 16, outgain: 64, stereo: 1}
|
||||
id: 1219
|
||||
parameters: {auxgain: 9, outgain: 57, stereo: 1}
|
||||
|
||||
@ -1,17 +1,18 @@
|
||||
name: nylon-guitar-2
|
||||
numvoices: 3
|
||||
units:
|
||||
- type: envelope
|
||||
id: 1209
|
||||
parameters: {attack: 0, decay: 77, gain: 128, release: 66, stereo: 0, sustain: 0}
|
||||
id: 1215
|
||||
parameters: {attack: 25, decay: 84, gain: 74, release: 87, stereo: 0, sustain: 0}
|
||||
- type: oscillator
|
||||
id: 1210
|
||||
parameters: {color: 64, detune: 64, gain: 128, looplength: 520, loopstart: 2820, phase: 0, samplestart: 832934, shape: 64, stereo: 0, transpose: 54, type: 4, unison: 0}
|
||||
id: 1216
|
||||
parameters: {color: 64, detune: 64, gain: 80, looplength: 520, loopstart: 2820, phase: 0, samplestart: 832934, shape: 64, stereo: 0, transpose: 54, type: 4, unison: 0}
|
||||
- type: mulp
|
||||
id: 1211
|
||||
id: 1217
|
||||
parameters: {stereo: 0}
|
||||
- type: pan
|
||||
id: 1213
|
||||
id: 1218
|
||||
parameters: {panning: 64, stereo: 0}
|
||||
- type: outaux
|
||||
id: 1214
|
||||
parameters: {auxgain: 16, outgain: 64, stereo: 1}
|
||||
id: 1219
|
||||
parameters: {auxgain: 13, outgain: 54, stereo: 1}
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
name: nylon-guitar
|
||||
numvoices: 1
|
||||
units:
|
||||
- id: 90
|
||||
@ -24,7 +25,7 @@ units:
|
||||
comment: Main envelope
|
||||
- type: envelope
|
||||
id: 1
|
||||
parameters: {attack: 0, decay: 0, gain: 128, release: 64, stereo: 0, sustain: 128}
|
||||
parameters: {attack: 0, decay: 0, gain: 64, release: 64, stereo: 0, sustain: 128}
|
||||
- type: mulp
|
||||
id: 87
|
||||
parameters: {stereo: 0}
|
||||
@ -39,4 +40,4 @@ units:
|
||||
parameters: {panning: 64, stereo: 0}
|
||||
- type: outaux
|
||||
id: 10
|
||||
parameters: {auxgain: 16, outgain: 64, stereo: 1}
|
||||
parameters: {auxgain: 5, outgain: 27, stereo: 1}
|
||||
|
||||
Reference in New Issue
Block a user