Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | List of all members
EmptySelectorCallback Struct Reference

#include <Selectors/Selector.hpp>

Detailed Description

A callback for the GenericSelector class that does nothing.

Definition at line 23 of file Selector.hpp.

+ Collaboration diagram for EmptySelectorCallback:

Public Member Functions

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

Member Function Documentation

◆ begin()

void begin ( )
inline

Initialize.

Definition at line 25 of file Selector.hpp.

◆ update() [1/2]

void update ( )
inline

Refresh, called periodically.

Definition at line 27 of file Selector.hpp.

◆ update() [2/2]

void update ( setting_t oldSetting,
setting_t newSetting )
inline

Called when the setting changes.

Definition at line 29 of file Selector.hpp.


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