Skip to content

Commit

Permalink
prometheus 2 build failing on mac?
Browse files Browse the repository at this point in the history
  • Loading branch information
wlaub committed Feb 6, 2022
1 parent cf3ea6f commit 98300a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Prometheus2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct Prometheus2 : Module {

struct ttt::Biquad** filters;

int filt_order = 2;
// int filt_order = 2;

float out_value[MAX_CHANNELS] = {0};

Expand Down
5 changes: 3 additions & 2 deletions src/prom_filter.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
filt_order = 1;
#define filt_order 1
//filt_order = 1;
double sos[filt_order][6] = {
{
0.9750000000000115,
Expand All @@ -8,4 +9,4 @@ double sos[filt_order][6] = {
-0.95,
0.0
}
};
};

0 comments on commit 98300a9

Please sign in to comment.