File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#include " GBAP.hpp"
22
3+ #include < score/tools/Debug.hpp>
4+
35#include < QDebug>
46
57#include < algorithm>
Original file line number Diff line number Diff line change 11#pragma once
22
3+ #include < ossia/network/value/value.hpp>
4+
35#include < halp/audio.hpp>
46#include < halp/controls.hpp>
57#include < halp/meta.hpp>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace Example
66void matrix::operator ()(halp::tick t)
77{
88 // Update the output audio channel count if this changed
9- int out_channels = inputs.outs .value + inputs.offs .value ;
9+ int out_channels = inputs.outs .value + inputs.offs .value ;
1010 if (out_channels != this ->prev_outs )
1111 {
1212 outputs.audio .request_channels (out_channels);
You can’t perform that action at this time.
0 commit comments