C# Class NoteInfo, unity-midi-visualizer

Datei anzeigen Open project: keijiro/unity-midi-visualizer Class Usage Examples

Public Properties

Property Type Description
elements List
note int

Public Methods

Method Description
NoteInfo ( int note ) : System.Collections

Method Details

NoteInfo() public method

public NoteInfo ( int note ) : System.Collections
note int
return System.Collections

Property Details

elements public_oe property

public List elements
return List

note public_oe property

public int note
return int