Reorganize MusyX source

Former-commit-id: cbe676015f
This commit is contained in:
2023-02-22 23:04:07 -08:00
parent eb41575cdd
commit 411a21699f
56 changed files with 79 additions and 62 deletions

View File

@@ -919,41 +919,43 @@ 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",
"mw_version": "1.3.2",
"cflags": "$cflags_musyx",
"host": False,
"objects": [
"musyx/seq",
"musyx/synth",
["musyx/seq_api", True],
["musyx/snd_synthapi", True, {"add_to_all": False}],
["musyx/stream", False],
"musyx/synthdata",
"musyx/synthmacros",
"musyx/synthvoice",
["musyx/synth_ac", True],
"musyx/synth_adsr",
["musyx/synth_vsamples", False],
["musyx/synth_dbtab", True],
"musyx/s_data",
["musyx/hw_dspctrl", False],
["musyx/hw_volconv", False],
["musyx/snd3d", False],
["musyx/snd_init", True],
["musyx/snd_math", True],
["musyx/snd_midictrl", False],
["musyx/snd_service", True],
["musyx/hardware", True],
"musyx/hw_aramdma",
["musyx/dsp_import", True],
["musyx/hw_dolphin", True],
["musyx/hw_memory", True],
["musyx/creverb_fx", True],
"musyx/creverb",
["musyx/reverb_fx", True],
["musyx/reverb", False],
["musyx/delay_fx", True],
["musyx/chorus_fx", True],
"musyx/runtime/seq",
"musyx/runtime/synth",
["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/synth_ac", True],
"musyx/runtime/synth_adsr",
["musyx/runtime/synth_vsamples", False],
["musyx/runtime/synth_dbtab", True],
"musyx/runtime/s_data",
["musyx/runtime/hw_dspctrl", False],
["musyx/runtime/hw_volconv", False],
["musyx/runtime/snd3d", False],
["musyx/runtime/snd_init", True],
["musyx/runtime/snd_math", True],
["musyx/runtime/snd_midictrl", False],
["musyx/runtime/snd_service", True],
["musyx/runtime/hardware", True],
"musyx/runtime/hw_aramdma",
["musyx/runtime/dsp_import", True],
["musyx/runtime/hw_dolphin", True],
["musyx/runtime/hw_memory", True],
["musyx/runtime/CheapReverb/creverb_fx", True],
"musyx/runtime/CheapReverb/creverb",
["musyx/runtime/StdReverb/reverb_fx", True],
["musyx/runtime/StdReverb/reverb", False],
["musyx/runtime/Delay/delay_fx", True],
["musyx/runtime/Chorus/chorus_fx", True],
],
},
{