diff --git a/Makefile b/Makefile index 291ae20..0c65321 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,4 @@ libdaisy: daisysp: cd $(DAISYSP_DIR) && make lib: libdaisy daisysp -deploy: lib all program-dfu +deploy: lib all program diff --git a/src/main.cpp b/src/main.cpp index f11fbf0..1143519 100644 --- a/src/main.cpp +++ b/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};