C# Class PianoKeyEmulator.GuitarString

Mostrar archivo Open project: DrA1ex/GuitarHelper

Public Methods

Method Description
GetFretForNote ( Note note ) : int
GetNoteForFret ( byte fret ) : Note
GuitarString ( Note note ) : System
SetTune ( Note note ) : void

Method Details

GetFretForNote() public method

public GetFretForNote ( Note note ) : int
note Note
return int

GetNoteForFret() public method

public GetNoteForFret ( byte fret ) : Note
fret byte
return Note

GuitarString() public method

public GuitarString ( Note note ) : System
note Note
return System

SetTune() public method

public SetTune ( Note note ) : void
note Note
return void