SignalUtils.MusicalNotePitchToStr Method

function MusicalNotePitchToStr(const Src: TMusicalNotePitch; const Octave: Integer): string;

Returns string representation of TMusicalNotePitch.

#NameTypeDescription
1SrcTMusicalNotePitch
2OctaveInteger

Returns: String

Remarks:

Returns string representation of TMusicalNotePitch including the Octave.

Example: C#2