File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ struct LFOSpec final : ::StoneyDSP::StoneyVCV::Spec
3838public:
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 {};
You can’t perform that action at this time.
0 commit comments