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

#include <MIDI_Constants/Chords/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 ( )
virtualdefault

Member Function Documentation

◆ begin()

virtual const int8_t* begin ( ) const
pure virtual

Implemented in Chord< N >.

◆ end()

virtual const int8_t* end ( ) const
pure virtual

Implemented in Chord< N >.


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