Control Surface  1.1.0
MIDI Control Surface library for Arduino
Public Member Functions | List of all members
IChord Class Referenceabstract

#include <Chords.hpp>

Inheritance diagram for IChord:
Collaboration diagram for IChord:

Public Member Functions

virtual ~IChord ()=default
 
virtual const int8_t * begin () const =0
 
virtual const int8_t * end () const =0
 

Detailed Description

Definition at line 8 of file Chords.hpp.

Constructor & Destructor Documentation

◆ ~IChord()

virtual IChord::~IChord ( )
virtualdefault

Member Function Documentation

◆ begin()

virtual const int8_t* IChord::begin ( ) const
pure virtual

Implemented in Chord< N >.

◆ end()

virtual const int8_t* IChord::end ( ) const
pure virtual

Implemented in Chord< N >.


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