Cleaner sndGetPitch

Former-commit-id: 82e0878653
This commit is contained in:
2023-02-24 18:34:38 -08:00
parent dd529d8018
commit 5d2693e5c9
3 changed files with 23 additions and 18 deletions

View File

@@ -919,10 +919,10 @@ LIBS = [
},
{
"lib": "musyx",
#"mw_version": "1.2.5",
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int ",
"mw_version": "1.3.2",
"cflags": "$cflags_musyx",
"mw_version": "1.2.5",
"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int ",
#"mw_version": "1.3.2",
#"cflags": "$cflags_musyx",
"host": False,
"objects": [
"musyx/runtime/seq",
@@ -956,6 +956,7 @@ LIBS = [
["musyx/runtime/StdReverb/reverb", False],
["musyx/runtime/Delay/delay_fx", True],
["musyx/runtime/Chorus/chorus_fx", True],
["musyx/runtime/profile", True],
],
},
{