DewString MusicalNotePitchToStr(const TMusicalNotePitch Src, const int Octave);
Returns string representation of TMusicalNotePitch.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | const TMusicalNotePitch | |
| 2 | Octave | const int |
Remarks:
Returns string representation of TMusicalNotePitch including the Octave.
Example: C#2
Declared in Dew::Signal::Units::SignalUtils · Dew.Signal/Units.SignalUtils.h · Cross-compiler