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