Control Surface
main
MIDI Control Surface library for Arduino
Toggle main menu visibility
Main Page
User Manual
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
u
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
a
b
c
k
m
n
p
t
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
l
m
p
r
s
t
v
w
Enumerations
Enumerator
a
b
d
f
h
i
l
m
n
o
p
r
s
v
w
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
g
i
l
m
o
p
s
u
v
Variables
c
e
f
h
i
l
m
n
o
p
s
u
v
Typedefs
a
b
c
e
f
i
k
m
n
p
s
t
u
v
Enumerations
Enumerator
Macros
a
b
c
d
e
f
h
i
n
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
MIDI_Outputs
Bankable
Bankable/CCPotentiometer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
Banks/BankAddresses.hpp
>
4
#include <
MIDI_Outputs/Bankable/Abstract/MIDIFilteredAnalog.hpp
>
5
#include <
MIDI_Senders/ContinuousCCSender.hpp
>
6
7
BEGIN_CS_NAMESPACE
8
9
namespace
Bankable
{
10
22
class
CCPotentiometer
23
:
public
MIDIFilteredAnalog
<SingleAddress, ContinuousCCSender> {
24
public
:
39
CCPotentiometer
(
OutputBankConfig<>
config,
pin_t
analogPin,
40
MIDIAddress
address
)
41
:
MIDIFilteredAnalog
(
SingleAddress
{config,
address
}, analogPin, {}) {}
39
CCPotentiometer
(
OutputBankConfig<>
config,
pin_t
analogPin, {
…
}
42
};
22
class
CCPotentiometer
{
…
};
43
44
}
// namespace Bankable
45
46
END_CS_NAMESPACE
BankAddresses.hpp
MIDIFilteredAnalog.hpp
ContinuousCCSender.hpp
END_CS_NAMESPACE
#define END_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:14
BEGIN_CS_NAMESPACE
#define BEGIN_CS_NAMESPACE
Definition
Settings/NamespaceSettings.hpp:11
Bankable::CCPotentiometer
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
Definition
Bankable/CCPotentiometer.hpp:23
Bankable::CCPotentiometer::CCPotentiometer
CCPotentiometer(OutputBankConfig<> config, pin_t analogPin, MIDIAddress address)
Create a new Bankable CCPotentiometer object with the given analog pin, controller number and channel...
Definition
Bankable/CCPotentiometer.hpp:39
Bankable::MIDIFilteredAnalog
A class for potentiometers and faders that send MIDI events and can be added to a Bank.
Definition
Bankable/Abstract/MIDIFilteredAnalog.hpp:21
Bankable::MIDIFilteredAnalog< SingleAddress, ContinuousCCSender >::address
SingleAddress address
Definition
Bankable/Abstract/MIDIFilteredAnalog.hpp:89
Bankable::SingleAddress
Definition
BankAddresses.hpp:9
MIDIAddress
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
Definition
MIDIAddress.hpp:145
Bankable
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
Definition
BankAddresses.hpp:7
AH::ExtIO::pin_t
Type for storing pin numbers of Extended Input/Output elements.
Definition
Hardware-Types.hpp:25
OutputBankConfig
Definition
BankConfig.hpp:79
Generated by
1.10.0