namespace MassiveKnob.Plugin { /// /// Required to be implemented for Action type InputDigital. Receives an update when a knob's position changes. /// public interface IMassiveKnobDigitalAction : IMassiveKnobActionInstance { } }