GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARNotations.h
1 #ifndef ARNotations_H
2 #define ARNotations_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 "ARMTParameter.h"
19 #include "ARPositionTag.h"
20 
21 /*@mkdoc
22 
23 @group:Articulations
24 
25 @tagname:\pedalOn
26 @tagalias:
27 @tagtype:P
28 @tagnotation:a pedal indication
29 @tagdesc
30 @tagend
31 @paramdesc
32 @paramend
33 
34 @tagname:\pedalOff
35 @tagalias:
36 @tagtype:P
37 @tagnotation:a pedal indication
38 @tagdesc
39 @tagend
40 @paramdesc
41 @paramend
42 
43 */
44 
47 class ARNotations : public ARMTParameter
48 {
49  public:
51 
52  ARNotations(int type) : fType(type) {}
53  virtual ~ARNotations() {}
54 
55  virtual const char* getTagName() const { return "ARNotations"; }
56  virtual std::string getGMNName() const;
57 
58  int getType() const { return fType; }
59 
60  private:
61  int fType;
62 };
63 
64 #endif
65 
ARNotations::~ARNotations
virtual ~ARNotations()
Definition: ARNotations.h:53
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARNotations::kPedalBegin
Definition: ARNotations.h:50
ARNotations::getTagName
virtual const char * getTagName() const
Definition: ARNotations.h:55
ARNotations::kPedalEnd
Definition: ARNotations.h:50
ARNotations
The Pedal tag.
Definition: ARNotations.h:47
ARNotations::ARNotations
ARNotations(int type)
Definition: ARNotations.h:52
ARNotations::getType
int getType() const
Definition: ARNotations.h:58
ARNotations::getGMNName
virtual std::string getGMNName() const

Guido Project Copyright © 2019 Grame-CNCM