|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Holds MIDI device info that may be required by certain UMP messages and MIDI-CI messages. More...
#include "juce_UMPDeviceInfo.h"
Public Member Functions | |
| bool | operator== (const DeviceInfo &other) const |
| bool | operator!= (const DeviceInfo &other) const |
Static Public Member Functions | |
| template<typename Archive , typename This > | |
| static auto | serialise (Archive &archive, This &t) |
Public Attributes | |
| std::array< std::byte, 3 > | manufacturer |
| LSB first. | |
| std::array< std::byte, 2 > | family |
| LSB first. | |
| std::array< std::byte, 2 > | modelNumber |
| LSB first. | |
| std::array< std::byte, 4 > | revision |
Static Public Attributes | |
| static constexpr auto | marshallingVersion |
Holds MIDI device info that may be required by certain UMP messages and MIDI-CI messages.
@tags{Audio}
Definition at line 32 of file juce_UMPDeviceInfo.h.
| bool juce::universal_midi_packets::DeviceInfo::operator!= | ( | const DeviceInfo & | other | ) | const |
Definition at line 44 of file juce_UMPDeviceInfo.h.
| bool juce::universal_midi_packets::DeviceInfo::operator== | ( | const DeviceInfo & | other | ) | const |
Definition at line 43 of file juce_UMPDeviceInfo.h.
|
static |
Definition at line 49 of file juce_UMPDeviceInfo.h.
| std::array<std::byte, 2> juce::universal_midi_packets::DeviceInfo::family |
LSB first.
Definition at line 35 of file juce_UMPDeviceInfo.h.
| std::array<std::byte, 3> juce::universal_midi_packets::DeviceInfo::manufacturer |
LSB first.
Definition at line 34 of file juce_UMPDeviceInfo.h.
Definition at line 46 of file juce_UMPDeviceInfo.h.
| std::array<std::byte, 2> juce::universal_midi_packets::DeviceInfo::modelNumber |
LSB first.
Definition at line 36 of file juce_UMPDeviceInfo.h.
| std::array<std::byte, 4> juce::universal_midi_packets::DeviceInfo::revision |
Definition at line 37 of file juce_UMPDeviceInfo.h.