Skip to content

Commit

Permalink
DaisyPatchSM already calls this
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsullivan authored and sletz committed Dec 28, 2023
1 parent e73189c commit af5a46f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion architecture/daisy/ex_faust.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit af5a46f

Please sign in to comment.