OpenShot Audio Library | OpenShotAudio 0.4.0
|
#include <juce_MPEZoneLayout.h>
Public Types | |
enum class | Type { lower , upper } |
Public Member Functions | |
MPEZone (Type type, int memberChannels=0, int perNotePitchbend=48, int masterPitchbend=2) | |
bool | isLowerZone () const noexcept |
bool | isUpperZone () const noexcept |
bool | isActive () const noexcept |
int | getMasterChannel () const noexcept |
int | getFirstMemberChannel () const noexcept |
int | getLastMemberChannel () const noexcept |
bool | isUsingChannelAsMemberChannel (int channel) const noexcept |
bool | isUsing (int channel) const noexcept |
bool | operator== (const MPEZone &other) const |
bool | operator!= (const MPEZone &other) const |
Static Public Member Functions | |
static auto | tie (const MPEZone &z) |
Public Attributes | |
Type | zoneType = Type::lower |
int | numMemberChannels = 0 |
int | perNotePitchbendRange = 48 |
int | masterPitchbendRange = 2 |
Static Public Attributes | |
static constexpr int | lowerZoneMasterChannel = 1 |
static constexpr int | upperZoneMasterChannel = 16 |
This struct represents an MPE zone.
It can either be a lower or an upper zone, where:
It also defines a pitchbend range (in semitones) to be applied for per-note pitchbends and master pitchbends, respectively.
Definition at line 41 of file juce_MPEZoneLayout.h.
Definition at line 43 of file juce_MPEZoneLayout.h.
|
inline |
Definition at line 47 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 60 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 61 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 59 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 57 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 54 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 55 of file juce_MPEZoneLayout.h.
Definition at line 70 of file juce_MPEZoneLayout.h.
Definition at line 64 of file juce_MPEZoneLayout.h.
Definition at line 88 of file juce_MPEZoneLayout.h.
Definition at line 83 of file juce_MPEZoneLayout.h.
Definition at line 75 of file juce_MPEZoneLayout.h.
Definition at line 94 of file juce_MPEZoneLayout.h.
int juce::MPEZone::masterPitchbendRange = 2 |
Definition at line 101 of file juce_MPEZoneLayout.h.
int juce::MPEZone::numMemberChannels = 0 |
Definition at line 99 of file juce_MPEZoneLayout.h.
int juce::MPEZone::perNotePitchbendRange = 48 |
Definition at line 100 of file juce_MPEZoneLayout.h.
Definition at line 95 of file juce_MPEZoneLayout.h.
Type juce::MPEZone::zoneType = Type::lower |
Definition at line 97 of file juce_MPEZoneLayout.h.