From af5a46fa324eb139add0bccfc3b9d927980e458a Mon Sep 17 00:00:00 2001 From: Colin Sullivan Date: Thu, 4 May 2023 20:47:06 -0700 Subject: [PATCH] DaisyPatchSM already calls this --- architecture/daisy/ex_faust.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/architecture/daisy/ex_faust.cpp b/architecture/daisy/ex_faust.cpp index 5d87125961..9b840270d9 100644 --- a/architecture/daisy/ex_faust.cpp +++ b/architecture/daisy/ex_faust.cpp @@ -146,7 +146,6 @@ int main(void) #elif defined (PATCHSM) control_UI = new DaisyPatchInitControlUI(&hw, MY_SAMPLE_RATE/MY_BUFFER_SIZE); DSP->buildUserInterface(control_UI); - hw.StartAdc(); #else //initialize UI for seed control_UI = new DaisyControlUI(&hw, MY_SAMPLE_RATE/MY_BUFFER_SIZE);