martin-lueders / ML_modules

free modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
90 stars 18 forks source link

v2: missing knob SVG #71

Closed cschol closed 2 years ago

cschol commented 2 years ago

The following warning appears in the Rack log:

[1.019 warn src/window/Svg.cpp:112 load] Failed to load SVG /home/cschol/src/Rack-2.0-Home/plugins/ML_modules/res/NewRedKnob_28_bg.svg

Looks like NewRedKnob_28_bg.svg is missing from the repository.

martin-lueders commented 2 years ago

Thanks for pointing this out. The problems was simply a wrong filename in ML_components.cpp. However, the component was not used in the plugin.

But I fixed the problem in the latest commit. A rebuild of the module should not be necessary.

cschol commented 2 years ago

Sounds good. Thanks. It will just be included in the next update.