mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-04-30 01:35:34 +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:
|
daisysp:
|
||||||
cd $(DAISYSP_DIR) && make
|
cd $(DAISYSP_DIR) && make
|
||||||
lib: libdaisy daisysp
|
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;
|
DaisyPatch patch;
|
||||||
|
|
||||||
const std::string MENU_ITEMS[] = {"VCO",
|
const std::string MENU_ITEMS[] = {"VCO",
|
||||||
"VCA",
|
"VCA",
|
||||||
"Envelope",
|
"Envelope",
|
||||||
"LFO",
|
"LFO",
|
||||||
"Logic",
|
"Logic",
|
||||||
"Noise",
|
"Noise",
|
||||||
"Delay",
|
"Delay",
|
||||||
"Reverb"};
|
"Reverb",
|
||||||
|
"Turing",
|
||||||
|
"Quantizer"};
|
||||||
const int MENU_SIZE = sizeof(MENU_ITEMS)/sizeof(*MENU_ITEMS);
|
const int MENU_SIZE = sizeof(MENU_ITEMS)/sizeof(*MENU_ITEMS);
|
||||||
const int MAX_CHAR_LENGTH = 15;
|
const int MAX_CHAR_LENGTH = 15;
|
||||||
const int MENU_X[] = {0, 5, 10, 5, 0};
|
const int MENU_X[] = {0, 5, 10, 5, 0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user