MuseScore  3.4
Music composition and notation
Classes | Namespaces | Enumerations
hairpin.h File Reference
#include "element.h"
#include "dynamic.h"
#include "line.h"
#include "textlinebase.h"
#include "mscore.h"
Include dependency graph for hairpin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ms::HairpinSegment
 
class  Ms::Hairpin
 
struct  Ms::Hairpin::VeloMethodItem
 

Namespaces

 Ms
 
 

Enumerations

enum  Ms::HairpinType : signed char {
  Ms::HairpinType::INVALID = -1, Ms::HairpinType::CRESC_HAIRPIN, Ms::HairpinType::DECRESC_HAIRPIN, Ms::HairpinType::CRESC_LINE,
  Ms::HairpinType::DECRESC_LINE
}
 
enum  Ms::VeloChangeMethod : signed char {
  Ms::VeloChangeMethod::NORMAL, Ms::VeloChangeMethod::EXPONENTIAL, Ms::VeloChangeMethod::EASE_IN, Ms::VeloChangeMethod::EASE_OUT,
  Ms::VeloChangeMethod::EASE_IN_OUT
}