Skip to content

Commit

Permalink
add Blower and Haze option to Encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schmidt committed Jan 23, 2023
1 parent c9af7aa commit f15f501
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 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.7.0",
"version":"0.7.1",
"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 @@ -194,7 +194,9 @@
"ColorRGB_W": "ColorRGB_W",
"ColorRGB_WW": "ColorRGB_WW",
"ColorRGB_CW": "ColorRGB_CW",
"ColorRGB_UV": "ColorRGB_UV"
"ColorRGB_UV": "ColorRGB_UV",
"Blower1": "Blower1",
"Haze1": "Haze1"
}
},
"Multiplicator": {"type": "Float", "min":-10, "max":10, "default":1, "description":"Speed of the encoder movement"},
Expand Down

0 comments on commit f15f501

Please sign in to comment.