mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-29 17:35:33 +00:00
Changed deploy to use JTAG
This commit is contained in:
parent
97dd9d9e3f
commit
57b92cad75
2
Makefile
2
Makefile
@ -13,4 +13,4 @@ libdaisy:
|
||||
daisysp:
|
||||
cd $(DAISYSP_DIR) && make
|
||||
lib: libdaisy daisysp
|
||||
deploy: lib all program-dfu
|
||||
deploy: lib all program
|
||||
|
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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user