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

A callback for NoteCCRange that doesn't do anything. More...

#include <MIDI_Inputs/NoteCCRange.hpp>

Collaboration diagram for NoteCCRangeEmptyCallback:

Public Member Functions

void begin (const INoteCCValue &)
 
void update (const INoteCCValue &, uint8_t)
 
void updateAll (const INoteCCValue &)
 

Detailed Description

A callback for NoteCCRange that doesn't do anything.

Definition at line 33 of file NoteCCRange.hpp.

Member Function Documentation

◆ begin()

void begin ( const INoteCCValue )
inline

Definition at line 35 of file NoteCCRange.hpp.

◆ update()

void update ( const INoteCCValue ,
uint8_t   
)
inline

Definition at line 36 of file NoteCCRange.hpp.

◆ updateAll()

void updateAll ( const INoteCCValue )
inline

Definition at line 37 of file NoteCCRange.hpp.


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