MuseScore  3.4
Music composition and notation
Classes | Enumerations
zone.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Zone
 

Enumerations

enum  Trigger : char {
  Trigger::ATTACK, Trigger::RELEASE, Trigger::FIRST, Trigger::LEGATO,
  Trigger::CC
}
 
enum  LoopMode : char { LoopMode::NO_LOOP, LoopMode::ONE_SHOT, LoopMode::CONTINUOUS, LoopMode::SUSTAIN }
 
enum  OffMode : char { OffMode::FAST, OffMode::NORMAL }
 
enum  FilterType {
  FilterType::lpf_2p, FilterType::lpf_1p, FilterType::hpf_2p, FilterType::hpf_1p,
  FilterType::bpf_2p, FilterType::brf_2p
}
 

Enumeration Type Documentation

◆ FilterType

enum FilterType
strong
Enumerator
lpf_2p 
lpf_1p 
hpf_2p 
hpf_1p 
bpf_2p 
brf_2p 

◆ LoopMode

enum LoopMode : char
strong
Enumerator
NO_LOOP 
ONE_SHOT 
CONTINUOUS 
SUSTAIN 

◆ OffMode

enum OffMode : char
strong
Enumerator
FAST 
NORMAL 

◆ Trigger

enum Trigger : char
strong
Enumerator
ATTACK 
RELEASE 
FIRST 
LEGATO 
CC