mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
assume songs code it as 1 always; implementations are free to change this during compilation, but this should be a compile time flag / optimization; not a concern of song.
25 lines
985 B
YAML
25 lines
985 B
YAML
bpm: 100
|
|
output16bit: false
|
|
tracks:
|
|
- numvoices: 1
|
|
sequence: [0]
|
|
patterns: [[80, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0]]
|
|
patch:
|
|
instruments:
|
|
- numvoices: 1
|
|
units:
|
|
- type: envelope
|
|
parameters: {attack: 80, decay: 80, gain: 128, release: 80, stereo: 0, sustain: 64}
|
|
- type: oscillator
|
|
parameters: {color: 128, detune: 64, gain: 128, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 64, type: 0, unison: 0}
|
|
- type: mulp
|
|
parameters: {stereo: 0}
|
|
- type: push
|
|
parameters: {stereo: 0}
|
|
- type: oscillator
|
|
parameters: {color: 128, detune: 64, gain: 128, lfo: 1, phase: 64, shape: 64, stereo: 0, transpose: 70, type: 0, unison: 0}
|
|
- type: send
|
|
parameters: {amount: 68, port: 5, sendpop: 1, stereo: 0, unit: 1, voice: 0}
|
|
- type: out
|
|
parameters: {gain: 128, stereo: 1}
|