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
6namespace bugui
7{
10template <typename Component>
12 : midi<Component>
13{ };
14
15} // namespace bugui
Empty struct for devices that do not support MIDI.
Definition midi.hpp:11
Inherits from different protocols, depending on the device's specification.
Definition protocol.hpp:13