BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
protocol.hpp
1
#pragma once
2
#include "midi/midi.hpp"
3
#include <bugui/concepts/protocol.hpp>
4
#include <bugui/type_traits/midi_component.hpp>
5
6
namespace
bugui
7
{
10
template
<
typename
Component>
11
struct
protocol
12
:
midi
<Component>
13
{ };
14
15
}
// namespace bugui
bugui::midi
Empty struct for devices that do not support MIDI.
Definition
midi.hpp:11
bugui::protocol
Inherits from different protocols, depending on the device's specification.
Definition
protocol.hpp:13
include
bugui
hardware
protocol
protocol.hpp
Generated by
1.16.1