Skip to content

Commit

Permalink
fix encoder parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schmidt committed Apr 25, 2023
1 parent 915bf56 commit be0b0ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type":"OSC",
"path":"Software",

"version":"0.8.3",
"version":"0.8.4",
"description":"A Chataigne module to control grandMA3 via OSC",
"url":"https://github.com/yastefan/grandMA3-Chataigne-Module",
"downloadURL":"https://github.com/yastefan/grandMA3-Chataigne-Module/archive/refs/heads/main.zip",
Expand Down Expand Up @@ -249,7 +249,6 @@
"Haze1": "Haze1"
}
},
"isEndlessEncoder": {"type":"Boolean", "default":1, "description":"If the input comes from an endless encoder, the value is incremented/decremented in grandMA3, otherwise the current value is overwritten"},
"Multiplicator": {"type": "Float", "min":-10, "max":10, "default":1, "description":"Speed of the encoder movement, only relevant for endless encoders"},
"Value": {"type": "Float", "ui":"slider", "min":-10, "max":10, "default":0, "mappingIndex": 0}
}
Expand Down

0 comments on commit be0b0ea

Please sign in to comment.