Hello,
I want to implement shakers via ShakeIt Bass Shakers and wind sim via ShakeIt Motors. For the wind sim I have an Arduino as output device. Attached to the Arduino is a potentimeter with which I want to control the wind gain of the fans running from 0% to 100%.
Now comes the tricky part: I want to add another potentiometer or rotary encoder to the Arduino, send it's data to SimHub and control the Global Gain of the ShakeIt Bass Shakers with it.
Under "ShakeIt Bass Shakers"->"Control" there I can configure "Increase overall gain" / "Decrease overall gain". Can I map somehow the Arduino rotary encoder signals to this input? How?
Under "Availible properties"->"ShakeITBSV3Plugin" there are the properties "GlobalGain" and "IsMuted". Can I set those somehow with values coming from the Arduino?
Which is the right way to implement it? Is there another way to get the input from the Arduino? How are button boxes handled? Can the Arduino be treated as wind sim output and control box input simulatniously?