GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARBreathMark.h
1 #ifndef ARBreathMark_H
2 #define ARBreathMark_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2004 Grame
7 
8  This Source Code Form is subject to the terms of the Mozilla Public
9  License, v. 2.0. If a copy of the MPL was not distributed with this
10  file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 
12  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
13  research@grame.fr
14 
15 */
16 
17 #include "ARMTParameter.h"
18 
19 /*@mkdoc
20 
21 @group:Articulations
22 
23 @tagname:\breathMark
24 @tagalias:
25 @tagtype:P
26 @tagnotation:a breath mark
27 @tagdesc
28 See the [Articulations](@EXAMPLES/articulations/) example.<br />
29 See the [Lutkin](@EXAMPLES/lutkin/) example.
30 @tagend
31 
32 */
33 
37 {
38  public:
40  virtual ~ARBreathMark() {}
41 
42  virtual const char* getParamsStr() const { return ""; };
43  virtual const char* getTagName() const { return "ARBreathMark"; };
44  virtual std::string getGMNName() const { return "\\breathMark"; };
45 };
46 
47 #endif
ARBreathMark::getTagName
virtual const char * getTagName() const
Definition: ARBreathMark.h:43
ARBreathMark::getParamsStr
virtual const char * getParamsStr() const
Definition: ARBreathMark.h:42
ARBreathMark::getGMNName
virtual std::string getGMNName() const
Definition: ARBreathMark.h:44
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARBreathMark
not yet documented
Definition: ARBreathMark.h:36
ARBreathMark::ARBreathMark
ARBreathMark()
Definition: ARBreathMark.h:39
ARBreathMark::~ARBreathMark
virtual ~ARBreathMark()
Definition: ARBreathMark.h:40

Guido Project Copyright © 2019 Grame-CNCM