function MusicalNotePitchToStr(const Src: TMusicalNotePitch; const Octave: Integer): string;
Returns string representation of TMusicalNotePitch.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMusicalNotePitch | |
| 2 | Octave | Integer |
Returns: String
Remarks:
Returns string representation of TMusicalNotePitch including the Octave.
Example: C#2