C# 클래스 RocksmithToolkitLib.DLCPackage.TuningFrequency

파일 보기 프로젝트 열기: rscustom/rocksmith-custom-song-toolkit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Ratio2Cents double

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Ratio2Cents ( double ratio ) : double

메소드 상세

ApplyBassFix() 공개 정적인 메소드

public static ApplyBassFix ( Arrangement arr ) : bool
arr Arrangement
리턴 bool

Cents2Frequency() 공개 정적인 메소드

public static Cents2Frequency ( this cents ) : double
cents this
리턴 double

Frequency2Cents() 공개 정적인 메소드

public static Frequency2Cents ( this frequency ) : double
frequency this
리턴 double

Frequency2Cents() 공개 정적인 메소드

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

Frequency2Note() 공개 정적인 메소드

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

Frequency2Note() 공개 정적인 메소드

public static Frequency2Note ( this frequency ) : string
frequency this
리턴 string