C# Class RocksmithToolkitLib.DLCPackage.TuningFrequency

Mostrar archivo Open project: rscustom/rocksmith-custom-song-toolkit Class Usage Examples

Private Properties

Property Type Description
Ratio2Cents double

Public Methods

Method Description
ApplyBassFix ( Arrangement arr ) : bool
Cents2Frequency ( this cents ) : double
Frequency2Cents ( this frequency ) : double
Frequency2Cents ( this freq, double &cents ) : double
Frequency2Note ( double frequency, string &note ) : double
Frequency2Note ( this frequency ) : string

Private Methods

Method Description
Ratio2Cents ( double ratio ) : double

Method Details

ApplyBassFix() public static method

public static ApplyBassFix ( Arrangement arr ) : bool
arr Arrangement
return bool

Cents2Frequency() public static method

public static Cents2Frequency ( this cents ) : double
cents this
return double

Frequency2Cents() public static method

public static Frequency2Cents ( this frequency ) : double
frequency this
return double

Frequency2Cents() public static method

public static Frequency2Cents ( this freq, double &cents ) : double
freq this
cents double
return double

Frequency2Note() public static method

public static Frequency2Note ( double frequency, string &note ) : double
frequency double
note string
return double

Frequency2Note() public static method

public static Frequency2Note ( this frequency ) : string
frequency this
return string