Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IChord Class Referenceabstract

#include <MIDI_Constants/Chords/Chords.hpp>

Detailed Description

Definition at line 8 of file Chords.hpp.

+ Inheritance diagram for IChord:
+ Collaboration diagram for IChord:

Public Member Functions

virtual ~IChord ()=default
 
virtual const int8_tbegin () const =0
 
virtual const int8_tend () const =0
 

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: