mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
There is no more plain .asms, both library & player are created from the templates using go text/template package.
28 lines
989 B
YAML
28 lines
989 B
YAML
bpm: 100
|
|
output16bit: false
|
|
hold: 1
|
|
patterns: [[64, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 64, 1, 1, 0, 0, 0, 0, 0]]
|
|
tracks:
|
|
- numvoices: 1
|
|
sequence: [0]
|
|
- numvoices: 1
|
|
sequence: [1]
|
|
patch:
|
|
instruments:
|
|
- numvoices: 1
|
|
units:
|
|
- type: envelope
|
|
parameters: {attack: 64, decay: 64, gain: 128, release: 80, stereo: 0, sustain: 64}
|
|
- type: envelope
|
|
parameters: {attack: 64, decay: 64, gain: 0, release: 80, stereo: 0, sustain: 64}
|
|
- type: out
|
|
parameters: {gain: 128, stereo: 1}
|
|
- numvoices: 1
|
|
units:
|
|
- type: envelope
|
|
parameters: {attack: 32, decay: 32, gain: 0, release: 80, stereo: 0, sustain: 64}
|
|
- type: envelope
|
|
parameters: {attack: 32, decay: 32, gain: 128, release: 80, stereo: 0, sustain: 64}
|
|
- type: out
|
|
parameters: {gain: 128, stereo: 1}
|