MidiControlChangeMessage.Controller Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets controller from 0-127 to receive this message.
public:
property byte Controller { byte get(); };
byte Controller();
public byte Controller { get; }
var byte = midiControlChangeMessage.controller;
Public ReadOnly Property Controller As Byte
Property Value
Byte
byte
The controller from 0-127 to receive this message.