|
NoteGetFrequency(Char, Int32, Boolean) Method
|
Gets the specified note frequency.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax GSF.Media.Music.Note.GetFrequency = function(note, octave, sharp);
View SourceParameters
- note Char
- Note (A - G) to retrieve.
- octave Int32
- Octave of the the note to retrieve (0 - 8).
- sharp Boolean
- Indicates to get the "sharp" version of the note.
Return Value
DoubleThe specified note.
Exceptions See Also