Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Oct 29, 2021
1 parent 7ad32da commit a44d9ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions architecture/faust/gui/APIUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,11 +392,11 @@ class APIUI : public PathBuilder, public Meta, public UI
{
int index = getParamIndex(path);
if (index >= 0) setParamValue(index, v);
#ifdef DEBUG
#ifdef DEBUG
if (index < 0) {
fprintf(stderr, ">>## Unknown parameter at path=%s\n",(path == nullptr ? "NULL" : path));
fprintf(stderr, ">>## Unknown parameter at path = %s\n", (path == nullptr ? "NULL" : path));
}
#endif
#endif
}

double getParamRatio(int p) { return fItems[uint(p)].fConversion->faust2ui(*fItems[uint(p)].fZone); }
Expand Down

0 comments on commit a44d9ad

Please sign in to comment.