Represents a MIDI channel 1-16, and also contains extra ID bits to encode info about the event's origin.
More...
#include "tracktion_MidiChannel.h"
Represents a MIDI channel 1-16, and also contains extra ID bits to encode info about the event's origin.
Definition at line 18 of file tracktion_MidiChannel.h.
◆ MidiChannel() [1/2]
| tracktion::engine::MidiChannel::MidiChannel |
( |
int |
channelNumber1to16 | ) |
|
|
explicitnoexcept |
◆ MidiChannel() [2/2]
| tracktion::engine::MidiChannel::MidiChannel |
( |
const juce::var & |
storedChannel | ) |
|
|
explicitnoexcept |
◆ fromChannelOrZero()
| static MidiChannel tracktion::engine::MidiChannel::fromChannelOrZero |
( |
int |
channel | ) |
|
|
staticnoexcept |
◆ getChannelNumber()
| int tracktion::engine::MidiChannel::getChannelNumber |
( |
| ) |
const |
|
noexcept |
◆ isValid()
| bool tracktion::engine::MidiChannel::isValid |
( |
| ) |
const |
|
noexcept |
◆ operator juce::var()
| tracktion::engine::MidiChannel::operator juce::var |
( |
| ) |
const |
◆ operator!=()
| bool tracktion::engine::MidiChannel::operator!= |
( |
const MidiChannel & |
other | ) |
const |
|
noexcept |
◆ operator==()
| bool tracktion::engine::MidiChannel::operator== |
( |
const MidiChannel & |
other | ) |
const |
|
noexcept |
The documentation for this struct was generated from the following file: