C# Class midi2piano.Form1.PNote

Mostra 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_oe static_oe property

public static PNote Default
return PNote

Length public_oe property

public float Length
return float

Note public_oe property

public string Note
return string