CFugue
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
E:
WinApp
CarMusTy
src
References
CFugue
src
CFugueLib
TokenParsers.h
1
#ifndef __TOKENPARSERS_H__D8FF9EC8_8F24_45ae_A9E5_E93DDD5684B2__
2
#define __TOKENPARSERS_H__D8FF9EC8_8F24_45ae_A9E5_E93DDD5684B2__
3
4
#include "MusicStringParser.h"
5
6
namespace
CFugue
7
{
8
//void ReadVoice(const MusicString& ) { }
9
//void ReadTempo(const MusicString& ) { }
10
//void ReadInstrument(const MusicString& ) { }
11
//void ReadLayer(const MusicString& ) { }
12
//void ReadKeySignature(const MusicString& ) { }
13
//void ReadController(const MusicString& ) { }
14
//void ReadTime(const MusicString& ) { }
15
//void ReadKeyPressure(const MusicString& ) { }
16
//void ReadChannelPressure(const MusicString& ) { }
17
//void ReadPitchBend(const MusicString& ) { }
18
//void ReadMeasure(const MusicString& ) { }
19
//void ReadDictionary(const MusicString& ) { }
20
//void ReadNote(const MusicString& ) { }
21
22
namespace
Western
23
{
24
//const MusicStringParser::TokenClassifierDef TokenClassifiers[] =
25
//{
26
// _T('V')/*, ReadVoice,*/
27
// //_T('T'), ReadTempo,
28
// //_T('I'), ReadInstrument,
29
// //_T('L'), ReadLayer,
30
// //_T('K'), ReadKeySignature,
31
// //_T('X'), ReadController,
32
// //_T('@'), ReadTime,
33
// //_T('*'), ReadKeyPressure,
34
// //_T('+'), ReadChannelPressure,
35
// //_T('&'), ReadPitchBend,
36
// //_T('|'), ReadMeasure,
37
// //_T('$'), ReadDictionary,
38
// //_T('A'), ReadNote,
39
// //_T('B'), ReadNote,
40
// //_T('C'), ReadNote,
41
// //_T('D'), ReadNote,
42
// //_T('E'), ReadNote,
43
// //_T('F'), ReadNote,
44
// //_T('G'), ReadNote,
45
// //_T('R'), ReadNote,
46
// //_T('['), ReadNote,
47
48
//}; // TokenClassifiers
49
50
}
// namespace Western
51
52
}
// namespace CFugue
53
54
#endif //__TOKENPARSERS_H__D8FF9EC8_8F24_45ae_A9E5_E93DDD5684B2__
CFugue, the C++ Music Programming Library
© Copyright 2009
Cenacle Research India Private Limited
Gopalakrishna Palem