|
NoteGetPreviousID Method
|
Gets the previous note ID in sequence before the specified note ID.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.207-beta
Syntax GSF.Media.Music.Note.GetPreviousID = function(noteID, includeSharps);
View SourceParameters
- noteID String
- ID of the current note - expected format is "Note + Octave + S?" (e.g., A2 or C5S)
- includeSharps Boolean
- Set to True to include sharp notes in the sequence.
Return Value
StringThe previous note ID that is before the specified note ID.
Exceptions See Also