This is an old version of the documentation. View the latest version
here
.
Control Surface
1.0.0
MIDI Control Surface library for Arduino
src
MIDI_Outputs
Abstract
MIDIOutputElement.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Def/Def.hpp
>
4
#include <
Def/MIDICNChannelAddress.hpp
>
5
#include <
Helpers/Updatable.hpp
>
6
7
BEGIN_CS_NAMESPACE
8
9
using
MIDIOutputElement
=
Updatable<>
;
10
using
MIDIOutputElementPotentiometer
=
Updatable<Potentiometer>
;
11
12
END_CS_NAMESPACE
Updatable<>
Updatable.hpp
Def.hpp
MIDICNChannelAddress.hpp
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition:
NamespaceSettings.hpp:9
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition:
NamespaceSettings.hpp:10
Generated by
1.8.16