OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_MPEZoneLayout.h>
Public Member Functions | |
Zone (const Zone &other)=default | |
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 Zone &other) const noexcept |
bool | operator!= (const Zone &other) const noexcept |
Public Attributes | |
int | numMemberChannels |
int | perNotePitchbendRange |
int | masterPitchbendRange |
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 81 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 91 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 92 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 90 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 88 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 85 of file juce_MPEZoneLayout.h.
|
inlinenoexcept |
Definition at line 86 of file juce_MPEZoneLayout.h.
Definition at line 101 of file juce_MPEZoneLayout.h.
Definition at line 95 of file juce_MPEZoneLayout.h.
Definition at line 111 of file juce_MPEZoneLayout.h.
Definition at line 106 of file juce_MPEZoneLayout.h.
int juce::MPEZoneLayout::Zone::masterPitchbendRange |
Definition at line 115 of file juce_MPEZoneLayout.h.
int juce::MPEZoneLayout::Zone::numMemberChannels |
Definition at line 113 of file juce_MPEZoneLayout.h.
int juce::MPEZoneLayout::Zone::perNotePitchbendRange |
Definition at line 114 of file juce_MPEZoneLayout.h.