Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Variables
Bass Namespace Reference

Detailed Description

Predefined Chord constants with bass notes.

Variables

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

Variable Documentation

◆ Single

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

Definition at line 66 of file Chords.hpp.

◆ Double

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

Definition at line 67 of file Chords.hpp.

◆ Triple

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

Definition at line 68 of file Chords.hpp.