Providestype aliases for all MIDI relevant parts of a Device and a specific Component.
More...
#include <midi_component.hpp>
|
|
using | color_t = color_t<Device, Component>::type |
|
using | protocol_t = protocol_t<Device, Component>::type |
|
using | in_message_t = in_message_t<Device, Component>::type |
|
using | out_message_t = out_message_t<Device, Component>::type |
|
using | init_t = init_t<Device, Component>::type |
|
using | clear_t = clear_t<Device, Component>::type |
template<typename Device, typename Component>
requires speaks_midi<typename protocol_t<Device, Component>::type>
struct bugui::component< Device, Component >
Providestype aliases for all MIDI relevant parts of a Device and a specific Component.
The documentation for this struct was generated from the following file: