Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Member Functions | List of all members
EmptySelectorCallback Struct Reference

A callback for the GenericSelector class that does nothing. More...

#include <Selectors/Selector.hpp>

Collaboration diagram for EmptySelectorCallback:

Public Member Functions

void begin ()
 Initialize. More...
 
void update ()
 Refresh, called periodically. More...
 
void update (setting_t oldSetting, setting_t newSetting)
 Called when the setting changes. More...
 

Detailed Description

A callback for the GenericSelector class that does nothing.

Definition at line 24 of file Selector.hpp.

Member Function Documentation

◆ begin()

void begin ( )
inline

Initialize.

Definition at line 26 of file Selector.hpp.

◆ update() [1/2]

void update ( )
inline

Refresh, called periodically.

Definition at line 28 of file Selector.hpp.

◆ update() [2/2]

void update ( setting_t  oldSetting,
setting_t  newSetting 
)
inline

Called when the setting changes.

Definition at line 30 of file Selector.hpp.


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