Skip to content

Commit 54a2c45

Browse files
committed
edit 'test/StoneyVCV/LFO.cpp' - update test spec
Signed-off-by: StoneyDSP <nathanjhood@googlemail.com>
1 parent 28c4d3e commit 54a2c45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/StoneyVCV/LFO.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ struct LFOSpec final : ::StoneyDSP::StoneyVCV::Spec
3838
public:
3939
const ::std::string slug, name , description, manualUrl;
4040
const bool hidden;
41-
static constexpr ::StoneyDSP::size_t NUM_PARAMS = 0U;
42-
static constexpr ::StoneyDSP::size_t NUM_INPUTS = 0U;
43-
static constexpr ::StoneyDSP::size_t NUM_OUTPUTS = 0U;
41+
static constexpr ::StoneyDSP::size_t NUM_PARAMS = 4U;
42+
static constexpr ::StoneyDSP::size_t NUM_INPUTS = 2U;
43+
static constexpr ::StoneyDSP::size_t NUM_OUTPUTS = 4U;
4444
static constexpr ::StoneyDSP::size_t NUM_LIGHTS = 2U;
4545
const ::rack::math::Vec size;
4646
LFOSpec()
@@ -50,7 +50,7 @@ struct LFOSpec final : ::StoneyDSP::StoneyVCV::Spec
5050
manualUrl("https://stoneydsp.github.io/StoneyVCV/md_docs_2LFO.html"),
5151
hidden(false),
5252
size(
53-
45.0F, // ::rack::window::mm2px(30.479999995F),
53+
135.0F, // ::rack::window::mm2px(30.479999995F),
5454
380.0F //::rack::window::mm2px(128.693333312F)
5555
)
5656
{};

0 commit comments

Comments
 (0)