C# Class midi2piano.Form1.PNote

Show file Open project: yogstation13/yogstation-old

Public Properties

Property Type Description
Default PNote
Length float
Note string

Public Methods

Method Description
PNote ( float length, string note ) : System

Method Details

PNote() public method

public PNote ( float length, string note ) : System
length float
note string
return System

Property Details

Default public static property

public static PNote Default
return PNote

Length public property

public float Length
return float

Note public property

public string Note
return string