Skip to content

Commit

Permalink
[ci] Minor objet fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Apr 27, 2024
1 parent c733b08 commit df3a84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Helpers/Poles.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ struct Poles
halp_meta(uuid, "c01c06ed-2005-46d5-a47b-d9dbc947afea")
struct
{
halp::knob_f32<"Pos", halp::range{-1., 1., 0.}> pos;

struct : halp::spinbox_i32<"Length", halp::range{1, 1000, 20}>
{
void update(Poles& self)
Expand All @@ -32,8 +34,6 @@ struct Poles
}
} length;

halp::knob_f32<"Pos", halp::range{-1., 1., 0.}> pos;

struct : halp::knob_f32<"Sigma", halp::range{0.001, 1., 0.01}>
{
using mapper = halp::log_mapper<std::ratio<95, 100>>;
Expand Down
1 change: 1 addition & 0 deletions examples/Helpers/ValueDelay.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ struct ValueDelay
{
delay.set_sample_rate(500);
delay.maxDelay(100.);
rebuild();
}

void rebuild()
Expand Down

0 comments on commit df3a84f

Please sign in to comment.