 | SimpleMidiMessage Constructor |
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SimpleMidiMessage(
int data,
double timestamp
)
Public Sub New (
data As Integer,
timestamp As Double
)
public:
SimpleMidiMessage(
int data,
double timestamp
)
new :
data : int *
timestamp : float -> SimpleMidiMessage
Parameters
- data
- Type: SystemInt32
- timestamp
- Type: SystemDouble
See Also