mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 23:14:59 -04:00
Also removed the negbandpass & neghighpass parameters and replaced them with bandpass & highpass set to -1, to fit the switches better to the GUI. Closes #51, closes #173
86 lines
2.8 KiB
YAML
86 lines
2.8 KiB
YAML
name: snare-adam
|
|
comment: |
|
|
Author: pestis/bC!. Suggested note: F#3. Originally from: 4k intro Adam.
|
|
|
|
Main idea is to quickly drop the pitch of a triangle wave (that has harmonics) for the "tom", and add some noise for the "snares".
|
|
|
|
Envelope-oscillator-mulp: The "tom". A trisaw, but transpose is modulated (see below).
|
|
Envelope-distort-noise: The "snare".
|
|
Filter: Only keep the very high end of the "snare".
|
|
Distort: Make it loud.
|
|
Delay: Add some reverb to make it sound little less synthetic. Used the exact same coefficients as the main reverb, so they appear in the final .asm only once.
|
|
Compressor: Tame the transient, boost the tail.
|
|
Envelope-distort-send: Quickly drop the pitch of the tom from high to neutral.
|
|
numvoices: 1
|
|
units:
|
|
- id: 31
|
|
parameters: {}
|
|
comment: Pitch drop
|
|
- type: envelope
|
|
id: 28
|
|
parameters: {attack: 0, decay: 60, gain: 128, release: 0, stereo: 0, sustain: 0}
|
|
- type: distort
|
|
id: 29
|
|
parameters: {drive: 5, stereo: 0}
|
|
- type: send
|
|
id: 30
|
|
parameters: {amount: 90, port: 0, sendpop: 1, stereo: 0, target: 1, voice: 0}
|
|
- id: 32
|
|
parameters: {}
|
|
comment: Tom
|
|
- type: envelope
|
|
id: 10
|
|
parameters: {attack: 32, decay: 60, gain: 128, release: 0, stereo: 0, sustain: 0}
|
|
- type: oscillator
|
|
id: 1
|
|
parameters: {color: 64, detune: 64, gain: 128, phase: 0, shape: 64, stereo: 0, transpose: 64, type: 1}
|
|
- type: mulp
|
|
id: 11
|
|
parameters: {stereo: 0}
|
|
- id: 12
|
|
parameters: {}
|
|
comment: Snare
|
|
- type: envelope
|
|
id: 13
|
|
parameters: {attack: 32, decay: 64, gain: 64, release: 66, stereo: 0, sustain: 0}
|
|
- type: distort
|
|
id: 14
|
|
parameters: {drive: 32, stereo: 0}
|
|
- type: noise
|
|
id: 15
|
|
parameters: {gain: 64, shape: 64, stereo: 0}
|
|
- type: mulp
|
|
id: 16
|
|
parameters: {stereo: 0}
|
|
- type: filter
|
|
id: 17
|
|
parameters: {bandpass: 0, frequency: 106, highpass: 1, lowpass: 0, resonance: 128, stereo: 0}
|
|
- type: addp
|
|
id: 18
|
|
parameters: {stereo: 0}
|
|
- id: 19
|
|
parameters: {}
|
|
comment: Effects
|
|
- type: distort
|
|
id: 20
|
|
parameters: {drive: 112, stereo: 0}
|
|
- type: delay
|
|
id: 21
|
|
parameters: {damp: 0, dry: 128, feedback: 40, notetracking: 0, pregain: 24, stereo: 0}
|
|
varargs: [1116, 1188, 1276, 1356, 1422, 1492, 1556, 1618]
|
|
- type: compressor
|
|
id: 22
|
|
parameters: {attack: 51, invgain: 64, ratio: 112, release: 49, stereo: 0, threshold: 64}
|
|
- type: mulp
|
|
id: 23
|
|
parameters: {stereo: 0}
|
|
- id: 24
|
|
parameters: {}
|
|
comment: Output
|
|
- type: pan
|
|
id: 25
|
|
parameters: {panning: 68, stereo: 0}
|
|
- type: outaux
|
|
id: 26
|
|
parameters: {auxgain: 0, outgain: 64, stereo: 1}
|