From f15f501bc53345525c8fd8891c28eeff50b1841e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 23 Jan 2023 14:05:21 +0100 Subject: [PATCH] add Blower and Haze option to Encoder --- module.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index b60d9a0..f264c31 100644 --- a/module.json +++ b/module.json @@ -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", @@ -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"},