Skip to content

Commit

Permalink
[faust] Fix a small issue with bargraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 29, 2023
1 parent 2cc0a5c commit c34e7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ossia/dataflow/nodes/faust/faust_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ struct faust_exec_ui_clone final : UI
void addHorizontalBargraph(
const char* label, FAUSTFLOAT* zone, FAUSTFLOAT min, FAUSTFLOAT max) override
{
self.controls[o++].second = zone;
self.displays[o++].second = zone;
}

void addVerticalBargraph(
Expand Down

0 comments on commit c34e7fc

Please sign in to comment.