Skip to content

Commit

Permalink
Fix control loop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 18, 2023
1 parent 44d59a7 commit 4edbf7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kyma/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ auto patch = daisy::patch_sm::DaisyPatchSM{};

static auto process(daisy::AudioHandle::InputBuffer /*in*/, daisy::AudioHandle::OutputBuffer out, size_t size) -> void
{
patch.ProcessAllControls();

auto* const leftOut = out[0];
auto* const rightOut = out[1];

Expand Down

0 comments on commit 4edbf7c

Please sign in to comment.