Skip to content

Commit df3a84f

Browse files
committed
[ci] Minor objet fixes
1 parent c733b08 commit df3a84f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

examples/Helpers/Poles.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ struct Poles
2323
halp_meta(uuid, "c01c06ed-2005-46d5-a47b-d9dbc947afea")
2424
struct
2525
{
26+
halp::knob_f32<"Pos", halp::range{-1., 1., 0.}> pos;
27+
2628
struct : halp::spinbox_i32<"Length", halp::range{1, 1000, 20}>
2729
{
2830
void update(Poles& self)
@@ -32,8 +34,6 @@ struct Poles
3234
}
3335
} length;
3436

35-
halp::knob_f32<"Pos", halp::range{-1., 1., 0.}> pos;
36-
3737
struct : halp::knob_f32<"Sigma", halp::range{0.001, 1., 0.01}>
3838
{
3939
using mapper = halp::log_mapper<std::ratio<95, 100>>;

examples/Helpers/ValueDelay.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ struct ValueDelay
4848
{
4949
delay.set_sample_rate(500);
5050
delay.maxDelay(100.);
51+
rebuild();
5152
}
5253

5354
void rebuild()

0 commit comments

Comments
 (0)