Control Surface  1.1.0
MIDI Control Surface library for Arduino
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Attributes | Static Private Attributes | List of all members
MIDIIncrementDecrementButtons< RelativeSender, ResetSender > Class Template Reference

An abstract class for two buttons that send incremental MIDI events. More...

#include <MIDIIncrementDecrementButtons.hpp>

Inheritance diagram for MIDIIncrementDecrementButtons< RelativeSender, ResetSender >:
Collaboration diagram for MIDIIncrementDecrementButtons< RelativeSender, ResetSender >:

Public Member Functions

void begin () override
 Initialize this updatable. More...
 
void update () override
 Update this updatable. More...
 
void send (long delta, const MIDICNChannelAddress &address)
 
void reset ()
 
AH::IncrementDecrementButtons::State getButtonsState () const
 
void enable ()
 Enable this updatable: insert it into the linked list of instances, so it gets updated automatically. More...
 
void disable ()
 Disable this updatable: remove it from the linked list of instances, so it no longer gets updated automatically. More...
 
bool isEnabled ()
 Check if this updatable is enabled. More...
 

Static Public Member Functions

static void enable (Updatable *element)
 
static void enable (Updatable &element)
 
template<class U , size_t N>
static void enable (U(&array)[N])
 
static void disable (Updatable< T > *element)
 
static void disable (Updatable< T > &element)
 
template<class U , size_t N>
static void disable (U(&array)[N])
 
static void beginAll ()
 Begin all enabled instances of this class. More...
 
static void updateAll ()
 Update all enabled instances of this class. More...
 

Public Attributes

RelativeSender relativeSender
 
ResetSender resetSender
 

Protected Member Functions

 MIDIIncrementDecrementButtons (const AH::IncrementDecrementButtons &buttons, const MIDICNChannelAddress &address, uint8_t multiplier, const MIDICNChannelAddress &resetAddress, const RelativeSender &relativeSender, const ResetSender &resetSender)
 Construct a new MIDIIncrementDecrementButtons. More...
 

Protected Attributes

Updatable< T > * next
 
Updatable< T > * previous
 

Private Attributes

AH::IncrementDecrementButtons buttons
 
const MIDICNChannelAddress address
 
const uint8_t multiplier
 
const MIDICNChannelAddress resetAddress
 

Static Private Attributes

static DoublyLinkedList< Updatable< T > > updatables
 

Detailed Description

template<class RelativeSender, class ResetSender>
class MIDIIncrementDecrementButtons< RelativeSender, ResetSender >

An abstract class for two buttons that send incremental MIDI events.

Definition at line 15 of file Abstract/MIDIIncrementDecrementButtons.hpp.

Constructor & Destructor Documentation

◆ MIDIIncrementDecrementButtons()

template<class RelativeSender, class ResetSender>
MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::MIDIIncrementDecrementButtons ( const AH::IncrementDecrementButtons buttons,
const MIDICNChannelAddress address,
uint8_t  multiplier,
const MIDICNChannelAddress resetAddress,
const RelativeSender &  relativeSender,
const ResetSender &  resetSender 
)
inlineprotected

Construct a new MIDIIncrementDecrementButtons.

Todo:
Documentation

Definition at line 22 of file Abstract/MIDIIncrementDecrementButtons.hpp.

Member Function Documentation

◆ begin()

template<class RelativeSender, class ResetSender>
void MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::begin ( )
inlineoverridevirtual

Initialize this updatable.

Implements AH::Updatable< T >.

Definition at line 33 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ update()

template<class RelativeSender, class ResetSender>
void MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::update ( )
inlineoverridevirtual

Update this updatable.

Implements AH::Updatable< T >.

Definition at line 35 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ send()

template<class RelativeSender, class ResetSender>
void MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::send ( long  delta,
const MIDICNChannelAddress address 
)
inline

Definition at line 46 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ reset()

template<class RelativeSender, class ResetSender>
void MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::reset ( )
inline

Definition at line 50 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ getButtonsState()

template<class RelativeSender, class ResetSender>
AH::IncrementDecrementButtons::State MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::getButtonsState ( ) const
inline

Definition at line 61 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ enable() [1/4]

template<class T = NormalUpdatable>
void AH::Updatable< T >::enable ( )
inlineinherited

Enable this updatable: insert it into the linked list of instances, so it gets updated automatically.

Definition at line 45 of file Updatable.hpp.

◆ enable() [2/4]

template<class T = NormalUpdatable>
static void AH::Updatable< T >::enable ( Updatable< T > *  element)
inlinestaticinherited

Definition at line 85 of file Updatable.hpp.

◆ enable() [3/4]

template<class T = NormalUpdatable>
static void AH::Updatable< T >::enable ( Updatable< T > &  element)
inlinestaticinherited

Definition at line 87 of file Updatable.hpp.

◆ enable() [4/4]

template<class T = NormalUpdatable>
template<class U , size_t N>
static void AH::Updatable< T >::enable ( U(&)  array[N])
inlinestaticinherited

Definition at line 90 of file Updatable.hpp.

◆ disable() [1/4]

template<class T = NormalUpdatable>
void AH::Updatable< T >::disable ( )
inlineinherited

Disable this updatable: remove it from the linked list of instances, so it no longer gets updated automatically.

Definition at line 55 of file Updatable.hpp.

◆ disable() [2/4]

template<class T = NormalUpdatable>
static void AH::Updatable< T >::disable ( Updatable< T > *  element)
inlinestaticinherited

Definition at line 95 of file Updatable.hpp.

◆ disable() [3/4]

template<class T = NormalUpdatable>
static void AH::Updatable< T >::disable ( Updatable< T > &  element)
inlinestaticinherited

Definition at line 97 of file Updatable.hpp.

◆ disable() [4/4]

template<class T = NormalUpdatable>
template<class U , size_t N>
static void AH::Updatable< T >::disable ( U(&)  array[N])
inlinestaticinherited

Definition at line 100 of file Updatable.hpp.

◆ isEnabled()

template<class T = NormalUpdatable>
bool AH::Updatable< T >::isEnabled ( )
inlineinherited

Check if this updatable is enabled.

Note
Assumes that the updatable is not added to a different linked list by the user.

Definition at line 69 of file Updatable.hpp.

◆ beginAll()

template<class T = NormalUpdatable>
static void AH::Updatable< T >::beginAll ( )
inlinestaticinherited

Begin all enabled instances of this class.

See also
begin()

Definition at line 73 of file Updatable.hpp.

◆ updateAll()

template<class T = NormalUpdatable>
static void AH::Updatable< T >::updateAll ( )
inlinestaticinherited

Update all enabled instances of this class.

See also
update()

Definition at line 80 of file Updatable.hpp.

Member Data Documentation

◆ buttons

template<class RelativeSender, class ResetSender>
AH::IncrementDecrementButtons MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::buttons
private

Definition at line 66 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ address

template<class RelativeSender, class ResetSender>
const MIDICNChannelAddress MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::address
private

Definition at line 67 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ multiplier

template<class RelativeSender, class ResetSender>
const uint8_t MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::multiplier
private

Definition at line 68 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ resetAddress

template<class RelativeSender, class ResetSender>
const MIDICNChannelAddress MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::resetAddress
private

Definition at line 69 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ relativeSender

template<class RelativeSender, class ResetSender>
RelativeSender MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::relativeSender

Definition at line 72 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ resetSender

template<class RelativeSender, class ResetSender>
ResetSender MIDIIncrementDecrementButtons< RelativeSender, ResetSender >::resetSender

Definition at line 73 of file Abstract/MIDIIncrementDecrementButtons.hpp.

◆ updatables

template<class T = NormalUpdatable>
DoublyLinkedList< Updatable< T > > AH::Updatable< T >::updatables
staticprivateinherited

Definition at line 106 of file Updatable.hpp.

◆ next

Updatable< T > * DoublyLinkable< Updatable< T > >::next
protectedinherited

Definition at line 305 of file LinkedList.hpp.

◆ previous

Updatable< T > * DoublyLinkable< Updatable< T > >::previous
protectedinherited

Definition at line 306 of file LinkedList.hpp.


The documentation for this class was generated from the following file: