feat(asm&go4k): Rewrote both library & player to use text/template compiler

There is no more plain .asms, both library & player are created from the templates using go text/template package.
This commit is contained in:
Veikko Sariola
2020-12-14 15:46:12 +02:00
parent 2ad61ff6b2
commit d0bd877b3f
141 changed files with 1195 additions and 5542 deletions

View File

@ -16,7 +16,7 @@ patch:
- type: envelope
parameters: {attack: 32, decay: 32, gain: 128, release: 64, stereo: 0, sustain: 64}
- type: oscillator
parameters: {color: 0, detune: 32, gain: 128, lfo: 0, phase: 64, shape: 64, stereo: 1, transpose: 68, type: 4, unison: 0}
parameters: {color: 0, detune: 32, gain: 128, lfo: 0, phase: 64, shape: 64, stereo: 1, transpose: 68, type: 4, unison: 0, start: 1678611, loopstart: 1341, looplength: 106}
- type: mulp
parameters: {stereo: 1}
- type: out
@ -33,8 +33,3 @@ patch:
parameters: {stereo: 1}
- type: out
parameters: {gain: 128, stereo: 1}
delaytimes: []
sampleoffsets:
- start: 1678611
loopstart: 1341
looplength: 106