mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 23:44:42 -04:00
feat(tracker): add menu to load instrument presets
The presets are embedded in the executable, so there's no additional files. Closes #91
This commit is contained in:
parent
b65d11cbb7
commit
ce7c8a0d3e
24
tracker/presets/piano.yml
Normal file
24
tracker/presets/piano.yml
Normal file
@ -0,0 +1,24 @@
|
||||
name: Piano
|
||||
numvoices: 1
|
||||
units:
|
||||
- type: envelope
|
||||
id: 1
|
||||
parameters: {attack: 0, decay: 74, gain: 128, release: 74, stereo: 0, sustain: 0}
|
||||
- type: oscillator
|
||||
id: 2
|
||||
parameters: {color: 128, detune: 64, gain: 128, lfo: 0, phase: 64, shape: 96, stereo: 0, transpose: 64, type: 0}
|
||||
- type: oscillator
|
||||
id: 3
|
||||
parameters: {color: 128, detune: 64, gain: 128, lfo: 0, phase: 64, shape: 96, stereo: 0, transpose: 64, type: 0}
|
||||
- type: mulp
|
||||
id: 4
|
||||
parameters: {stereo: 0}
|
||||
- type: mulp
|
||||
id: 5
|
||||
parameters: {stereo: 0}
|
||||
- type: pan
|
||||
id: 6
|
||||
parameters: {panning: 64, stereo: 0}
|
||||
- type: outaux
|
||||
id: 59
|
||||
parameters: {auxgain: 93, outgain: 64, stereo: 1}
|
Reference in New Issue
Block a user