diff options
-rwxr-xr-x | faust2axo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/faust2axo.py b/faust2axo.py index c37a507..b9cbc55 100755 --- a/faust2axo.py +++ b/faust2axo.py @@ -44,7 +44,7 @@ def process_sliders(xml): if pitch: param_type = "frac32.s.map.pitch" else: - param_type = "frac32.s.map" + param_type = "frac32.u.map" inlets += f'<frac32 name="{label}" />\n' params += f'<{param_type} name="{label}" />\n' |