Share via


MidiControlChangeMessage.Controller Property

Definition

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.

Applies to