Control Surface  1.1.1
MIDI Control Surface library for Arduino
Variables
Bass Namespace Reference

Predefined Chord constants with bass notes. More...

Variables

const Chord< 1 > Single = {{-P8}}
 
const Chord< 2 > Double = {{-P8, -2 * P8}}
 
const Chord< 3 > Triple = {{-P8, -2 * P8, -3 * P8}}
 

Detailed Description

Predefined Chord constants with bass notes.

Variable Documentation

◆ Single

const Chord<1> Single = {{-P8}}

Definition at line 64 of file Chords.hpp.

◆ Double

const Chord<2> Double = {{-P8, -2 * P8}}

Definition at line 65 of file Chords.hpp.

◆ Triple

const Chord<3> Triple = {{-P8, -2 * P8, -3 * P8}}

Definition at line 66 of file Chords.hpp.