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
PBPotentiometer.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
MIDI_Outputs/Abstract/MIDIFilteredAnalog.hpp
>
4
#include <
MIDI_Senders/PitchBendSender.hpp
>
5
6
BEGIN_CS_NAMESPACE
7
22
class
PBPotentiometer
:
public
MIDIFilteredAnalog
<PitchBendSender<10>> {
23
public
:
34
PBPotentiometer
(
pin_t
analogPin,
MIDIChannelCable
address
=
Channel_1
)
35
:
MIDIFilteredAnalog
(analogPin,
address
, {}) {}
34
PBPotentiometer
(
pin_t
analogPin,
MIDIChannelCable
address
=
Channel_1
) {
…
}
36
};
22
class
PBPotentiometer
:
public
MIDIFilteredAnalog
<PitchBendSender<10>> {
…
};
37
38
END_CS_NAMESPACE
MIDIFilteredAnalog.hpp
Channel_1
constexpr Channel Channel_1
Definition
Channel.hpp:118
PitchBendSender.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
MIDIChannelCable
A class for saving a MIDI channel and cable number.
Definition
MIDIAddress.hpp:24
MIDIFilteredAnalog
A class for potentiometers and faders that send MIDI events.
Definition
Abstract/MIDIFilteredAnalog.hpp:17
MIDIFilteredAnalog< PitchBendSender< 10 > >::address
MIDIAddress address
Definition
Abstract/MIDIFilteredAnalog.hpp:90
PBPotentiometer
A class of MIDIOutputElements that read the analog input from a potentiometer or fader,...
Definition
PBPotentiometer.hpp:22
PBPotentiometer::PBPotentiometer
PBPotentiometer(pin_t analogPin, MIDIChannelCable address=Channel_1)
Create a new PBPotentiometer object with the given analog pin and channel.
Definition
PBPotentiometer.hpp:34
AH::ExtIO::pin_t
Type for storing pin numbers of Extended Input/Output elements.
Definition
Hardware-Types.hpp:25
Generated by
1.10.0