13 #ifndef __MUSICINSTRUMENT_H__0823ABB9_BB3E_46a6_84DE_BBA9F4E7F821__
14 #define __MUSICINSTRUMENT_H__0823ABB9_BB3E_46a6_84DE_BBA9F4E7F821__
29 unsigned char m_nInstrumentID;
32 : m_nInstrumentID(nInstrumentID)
36 inline unsigned char GetInstrumentID()
const {
return m_nInstrumentID; }
47 #endif // __MUSICINSTRUMENT_H__0823ABB9_BB3E_46a6_84DE_BBA9F4E7F821__
Instrument(const unsigned char nInstrumentID)
Summary>Returns the MIDI Instrument ID this object represents
static void PopulateStandardDefinitions(DICTIONARY &stdDefns)
Populates the standard musical instrument Macro defintions into Music String Dictionary.
MString GetInstrumentName() const
Returns the name of the music instrument this object represents
std::map< MString, MString, StringLess< const TCHAR * > > DICTIONARY
Declares Dictionary type used by the Parsers.