Update musyx, Match and link snd_midictrl

This commit is contained in:
Phillip Stephens 2024-12-15 21:56:22 -08:00
parent cecf730dcf
commit 10d67504b4
2 changed files with 8 additions and 7 deletions

View File

@ -250,6 +250,7 @@ cflags_musyx = [
"-O4,p",
"-fp hard",
"-enum int",
"-sym on",
"-Cpp_exceptions off",
"-str reuse,pool,readonly",
"-fp_contract off",
@ -1265,11 +1266,11 @@ config.libs = [
],
},
MusyX(
# debug=True,
# mw_version="GC/1.2.5",
# major=1,
# minor=5,
# patch=3,
#debug=True,
#mw_version="GC/1.2.5n",
#major=1,
#minor=5,
#patch=3,
objects=[
Object(Matching, "musyx/runtime/seq.c"),
Object(Matching, "musyx/runtime/synth.c"),
@ -1289,7 +1290,7 @@ config.libs = [
Object(Matching, "musyx/runtime/snd3d.c"),
Object(Matching, "musyx/runtime/snd_init.c"),
Object(Matching, "musyx/runtime/snd_math.c"),
Object(NonMatching, "musyx/runtime/snd_midictrl.c"),
Object(Matching, "musyx/runtime/snd_midictrl.c"),
Object(Matching, "musyx/runtime/snd_service.c"),
Object(Matching, "musyx/runtime/hardware.c"),
Object(Matching, "musyx/runtime/hw_aramdma.c"),

2
extern/musyx vendored

@ -1 +1 @@
Subproject commit b6aa410fad97fb9f2d03969960f5d78545c822d8
Subproject commit 1fd851887db7dbdea748b90618193dc0d2ce091d