mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-09-14 05:50:31 +00:00
Changed deploy to use JTAG
This commit is contained in:
16
src/main.cpp
16
src/main.cpp
@@ -12,13 +12,15 @@ using namespace daisysp;
|
||||
DaisyPatch patch;
|
||||
|
||||
const std::string MENU_ITEMS[] = {"VCO",
|
||||
"VCA",
|
||||
"Envelope",
|
||||
"LFO",
|
||||
"Logic",
|
||||
"Noise",
|
||||
"Delay",
|
||||
"Reverb"};
|
||||
"VCA",
|
||||
"Envelope",
|
||||
"LFO",
|
||||
"Logic",
|
||||
"Noise",
|
||||
"Delay",
|
||||
"Reverb",
|
||||
"Turing",
|
||||
"Quantizer"};
|
||||
const int MENU_SIZE = sizeof(MENU_ITEMS)/sizeof(*MENU_ITEMS);
|
||||
const int MAX_CHAR_LENGTH = 15;
|
||||
const int MENU_X[] = {0, 5, 10, 5, 0};
|
||||
|
Reference in New Issue
Block a user