Control Surface  1.1.0
MIDI Control Surface library for Arduino
Public Member Functions | Protected Member Functions | List of all members
SimpleNoteCCValueCallback Struct Referenceabstract

#include <NoteCCRange.hpp>

Inheritance diagram for SimpleNoteCCValueCallback:
Collaboration diagram for SimpleNoteCCValueCallback:

Public Member Functions

virtual void begin (const INoteCCValue &)
 
virtual void update (const INoteCCValue &, uint8_t)=0
 
virtual void updateAll (const INoteCCValue &noteccval)
 

Protected Member Functions

 SimpleNoteCCValueCallback ()=default
 

Detailed Description

Definition at line 29 of file NoteCCRange.hpp.

Constructor & Destructor Documentation

◆ SimpleNoteCCValueCallback()

SimpleNoteCCValueCallback::SimpleNoteCCValueCallback ( )
protecteddefault

Member Function Documentation

◆ begin()

virtual void SimpleNoteCCValueCallback::begin ( const INoteCCValue )
inlinevirtual

◆ update()

virtual void SimpleNoteCCValueCallback::update ( const INoteCCValue ,
uint8_t   
)
pure virtual

◆ updateAll()

virtual void SimpleNoteCCValueCallback::updateAll ( const INoteCCValue noteccval)
inlinevirtual

Definition at line 36 of file NoteCCRange.hpp.


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