C# Class PianoKeyEmulator.Note

Mostra file Open project: DrA1ex/GuitarHelper Class Usage Examples

Public Properties

Property Type Description
Id int
Octave byte
Tone Tones

Public Methods

Method Description
FromID ( int id ) : Note
FromString ( string str ) : Note
Note ( byte oct, Tones t ) : System
ToString ( ) : string
isDiez ( ) : bool
operator ( ) : Note
operator ( ) : bool
operator ( ) : int

Method Details

FromID() public static method

public static FromID ( int id ) : Note
id int
return Note

FromString() public static method

public static FromString ( string str ) : Note
str string
return Note

Note() public method

public Note ( byte oct, Tones t ) : System
oct byte
t Tones
return System

ToString() public method

public ToString ( ) : string
return string

isDiez() public method

public isDiez ( ) : bool
return bool

operator() public static method

public static operator ( ) : Note
return Note

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : int
return int

Property Details

Id public_oe property

public int Id
return int

Octave public_oe property

public byte Octave
return byte

Tone public_oe property

public Tones Tone
return Tones