soundtab ~master (2017-02-22T13:24:24Z)
Home
Dub
Repo
PitchCorrector
soundtab
ui
noteutil
Undocumented in source.
struct
PitchCorrector {
int
amount
[@property getter];
int
amount
[@property setter];
double
correctNote
(double note);
double
correctPitch
(double pitch);
}
Members
Functions
correctNote
double
correctNote
(double note)
Undocumented in source. Be warned that the author may not have intended to support it.
correctPitch
double
correctPitch
(double pitch)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
amount
int
amount
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
amount
int
amount
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
soundtab
ui
noteutil
functions
buildNoteConversionTable
fromLogScale
fullNameToNote
getNearestNote
getNoteIndex
getNoteName
getNoteOctave
getNoteOctaveName
isBlackNote
noteToFullName
toLogScale
whiteNotesInRange
static variables
BLACK_NOTES
structs
PitchCorrector
variables
BASE_FREQUENCY
HALF_TONE
NOTE_NAMES
OCTAVE_NAMES
QUARTER_TONE