Instruments.cpp File Reference
#include "Instruments.h"
#include "data/include/templates.h"
#include <iostream>
Include dependency graph for Instruments.cpp:

Variables

const char * simpleInstruments []
 

Variable Documentation

const char* simpleInstruments[]
Initial value:
= {
"Guitar", "guitar",
"Violin", "violin",
"Viola", "viola",
"Cello", "cello",
"Horn", "horn",
"Flute", "flute",
"Oboe", "oboe",
"Clarinet", "clarinet",
"Tenor Sax", "tenorsax",
"Bassoon", "bassoon",
}