GUIDOLib  1.7.7
Guido Engine Internal Documentation
GRDefine.h
1 #ifndef GRDefine_H
2 #define GRDefine_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2002 Holger Hoos, Juergen Kilian, Kai Renz
7  Copyright (C) 2002-2017 Grame
8 
9  This Source Code Form is subject to the terms of the Mozilla Public
10  License, v. 2.0. If a copy of the MPL was not distributed with this
11  file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 
13  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
14  research@grame.fr
15 
16 */
17 
18 #include "GuidoDefs.h"
19 //#include "GDeviceDefs.h"
20 #include "NVPoint.h"
21 #include "NVRect.h"
22 
23 class Fraction;
24 
25 /*
26 #define SCRIABIN6
27 
28 // The font-specific-stuff
29 // scriabin4 (without fog-file!)
30 #ifdef SCRIABIN4
31 #define SCR_WHOLENOTEHEAD 'w'
32 #define SCR_HALFNOTEHEAD 'E'
33 #define SCR_FULLHEAD 'H'
34 #define SCR_ERRORHEAD 'Q'
35 
36 #else
37 #ifdef SCRIABIN6
38 // scriabin6.fog ...
39 #define BAR 0135
40 #define SCR_WHOLENOTEHEAD 'w'
41 #define SCR_HALFNOTEHEAD 0201
42 #define SCR_FULLHEAD 0209
43 #define SCR_ERRORHEAD 0191
44 
45 #endif // SCRIABIN6
46 #endif // else SCRIABIN4
47 */
48 
49 #endif
Fraction
Numerator and denominator.
Definition: Fraction.h:23

Guido Project Copyright © 2019 Grame-CNCM