|
NoteGetFrequency(String) Method
|
Gets the specified note frequency.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax Public Shared Function GetFrequency (
noteID As String
) As Double
GSF.Media.Music.Note.GetFrequency = function(noteID);
View SourceParameters
- noteID String
- ID of the note to retrieve - expected format is "Note + Octave + S?" (e.g., A2 or C5S)
Return Value
DoubleThe specified note.
Exceptions See Also