C# Class MidiInput.MidiMessage, GGJ2016

Mostra file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
data1 byte
data2 byte
source uint
status byte

Public Methods

Method Description
MidiMessage ( ulong data ) : System.Collections
ToString ( ) : string

Method Details

MidiMessage() public method

public MidiMessage ( ulong data ) : System.Collections
data ulong
return System.Collections

ToString() public method

public ToString ( ) : string
return string

Property Details

data1 public_oe property

public byte data1
return byte

data2 public_oe property

public byte data2
return byte

source public_oe property

public uint source
return uint

status public_oe property

public byte status
return byte