Add synthdata and synth_adsr

Former-commit-id: 7cdbf624ec
This commit is contained in:
2023-02-24 20:26:53 -08:00
parent 6fcfac878d
commit 5ab9769ad2
5 changed files with 328 additions and 10 deletions

View File

@@ -930,11 +930,11 @@ LIBS = [
["musyx/runtime/seq_api", True],
["musyx/runtime/snd_synthapi", True, {"add_to_all": False}],
["musyx/runtime/stream", False],
"musyx/runtime/synthdata",
["musyx/runtime/synthdata", False],
"musyx/runtime/synthmacros",
["musyx/runtime/synthvoice", False],
["musyx/runtime/synth_ac", True],
"musyx/runtime/synth_adsr",
["musyx/runtime/synth_adsr", False],
["musyx/runtime/synth_vsamples", False],
["musyx/runtime/synth_dbtab", True],
["musyx/runtime/s_data", True],