 |
Verovio
Source code documentation
|
8 #ifndef __VRV_TUNING_H__
9 #define __VRV_TUNING_H__
11 #include "atts_shared.h"
33 void Reset()
override;
34 std::string GetClassName()
const override {
return "tuning"; }
61 int CalcPitchPos(
int course, data_NOTATIONTYPE notationType,
int lines,
int listSize,
int index,
int loc,
62 int tabLine,
int tabAnchorline,
bool topAlign)
const;
73 int CalcPitchNumber(
int course,
int fret, data_NOTATIONTYPE notationType)
const;
82 FunctorCode
Accept(Functor &functor)
override;
84 FunctorCode
Accept(ConstFunctor &functor)
const override;
85 FunctorCode AcceptEnd(Functor &functor)
override;
86 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
This class represents a basic object.
Definition: object.h:59
This class models the MEI <tuning> element.
Definition: tuning.h:23
Object * Clone() const override
Method call for copying child classes.
Definition: tuning.h:32
int CalcPitchPos(int course, data_NOTATIONTYPE notationType, int lines, int listSize, int index, int loc, int tabLine, int tabAnchorline, bool topAlign) const
Return the line for a note according to tablature type.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
int CalcPitchNumber(int course, int fret, data_NOTATIONTYPE notationType) const
Calculate the MIDI note number for course/fret.
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
bool IsSupportedChild(ClassId classId) override
Add an element to a element.