mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-25 09:50:27 -04:00
send targets are now by ID and Song has "Score" part, which is the notes for it. also, moved the model part separate of the actual gioui dependend stuff. sorry to my future self about the code bomb; ended up too far and did not find an easy way to rewrite the history to make the steps smaller, so in the end, just squashed everything.
25 lines
916 B
YAML
25 lines
916 B
YAML
bpm: 100
|
|
rowsperbeat: 4
|
|
score:
|
|
rowsperpattern: 16
|
|
length: 1
|
|
tracks:
|
|
- numvoices: 1
|
|
order: [0]
|
|
patterns: [[64, 0, 68, 0, 32, 0, 0, 0, 75, 0, 78, 0, 0, 0, 0, 0]]
|
|
patch:
|
|
- numvoices: 1
|
|
units:
|
|
- type: envelope
|
|
parameters: {attack: 32, decay: 32, gain: 128, release: 64, stereo: 0, sustain: 64}
|
|
- type: envelope
|
|
parameters: {attack: 32, decay: 32, gain: 128, release: 64, stereo: 0, sustain: 64}
|
|
- type: oscillator
|
|
parameters: {color: 96, detune: 32, gain: 128, lfo: 0, phase: 0, shape: 64, stereo: 0, transpose: 64, type: 1, unison: 0}
|
|
- type: oscillator
|
|
parameters: {color: 64, detune: 64, gain: 128, lfo: 0, phase: 64, shape: 96, stereo: 0, transpose: 72, type: 1, unison: 0}
|
|
- type: mulp
|
|
parameters: {stereo: 1}
|
|
- type: out
|
|
parameters: {gain: 128, stereo: 1}
|