#include <juce_UMPDeviceInfo.h>
|
|
template<typename Archive , typename This > |
| static auto | serialise (Archive &archive, This &t) |
| |
|
|
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 constexpr auto | marshallingVersion = std::nullopt |
| |
Holds MIDI device info that may be required by certain UMP messages and MIDI-CI messages.
Definition at line 32 of file juce_UMPDeviceInfo.h.
The documentation for this struct was generated from the following file: