MusyX progress

Former-commit-id: 5096cbf77b
This commit is contained in:
2023-02-24 09:42:08 -08:00
parent 411a21699f
commit 66fb9aceab
13 changed files with 1356 additions and 157 deletions

View File

@@ -920,19 +920,19 @@ LIBS = [
{
"lib": "musyx",
#"mw_version": "1.2.5",
#"cflags": "-nodefaults -fp hard -O0 -maxerrors 1 -enum int -str reuse -nosyspath -i include -i libc -use_lmw_stmw on -inline off",
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int -use_lmw_stmw on",
"mw_version": "1.3.2",
"cflags": "$cflags_musyx",
"host": False,
"objects": [
"musyx/runtime/seq",
"musyx/runtime/synth",
["musyx/runtime/synth", False],
["musyx/runtime/seq_api", True],
["musyx/runtime/snd_synthapi", True, {"add_to_all": False}],
["musyx/runtime/stream", False],
"musyx/runtime/synthdata",
"musyx/runtime/synthmacros",
"musyx/runtime/synthvoice",
["musyx/runtime/synthvoice", False],
["musyx/runtime/synth_ac", True],
"musyx/runtime/synth_adsr",
["musyx/runtime/synth_vsamples", False],