SignalUtils.MusicalNotePitchToStr Method

String MusicalNotePitchToStr(TMusicalNotePitch Src, Int32 Octave)

Returns string representation of TMusicalNotePitch.

#NameTypeDescription
1SrcTMusicalNotePitch
2OctaveInt32

Returns: String

Remarks:

Returns string representation of TMusicalNotePitch including the Octave.

Example: C#2