Holds MIDI device info that may be required by certain UMP messages and MIDI-CI messages.
More...
#include <juce_UMPDeviceInfo.h>
|
| template<typename Archive , typename This > |
| static auto | serialise (Archive &archive, This &t) |
| |
Holds MIDI device info that may be required by certain UMP messages and MIDI-CI messages.
@tags{Audio}
◆ operator!=()
| bool juce::universal_midi_packets::DeviceInfo::operator!= |
( |
const DeviceInfo & |
other | ) |
const |
|
inline |
◆ operator==()
| bool juce::universal_midi_packets::DeviceInfo::operator== |
( |
const DeviceInfo & |
other | ) |
const |
|
inline |
◆ serialise()
template<typename Archive , typename This >
| static auto juce::universal_midi_packets::DeviceInfo::serialise |
( |
Archive & |
archive, |
|
|
This & |
t |
|
) |
| |
|
inlinestatic |
◆ tie()
| auto juce::universal_midi_packets::DeviceInfo::tie |
( |
| ) |
const |
|
inlineprivate |
◆ family
| std::array<std::byte, 2> juce::universal_midi_packets::DeviceInfo::family |
LSB first.
Referenced by tie().
◆ manufacturer
| std::array<std::byte, 3> juce::universal_midi_packets::DeviceInfo::manufacturer |
LSB first.
Referenced by tie().
◆ marshallingVersion
| constexpr auto juce::universal_midi_packets::DeviceInfo::marshallingVersion = std::nullopt |
|
staticconstexpr |
◆ modelNumber
| std::array<std::byte, 2> juce::universal_midi_packets::DeviceInfo::modelNumber |
LSB first.
Referenced by tie().
◆ revision
| std::array<std::byte, 4> juce::universal_midi_packets::DeviceInfo::revision |
The documentation for this struct was generated from the following file: