AScustomWorks / AS

VCV Rack Modules
Other
114 stars 16 forks source link

Can't add VU meters #12

Closed zezic closed 6 years ago

zezic commented 6 years ago

After trying to add Mono VU meter or Stereo VU meter to my rack I got nothing. Console is quiet. I'm on Linux and my Rack is built from unstable master branch (0.6).

Does it work for you? Can you hint me on how can I investigate this problem myself?

Thank you a lot for such nice modules collection!

AScustomWorks commented 6 years ago

Not sure what could it be, just tested on Mac with today's v0.6 rack, also tested on VM with linux ubuntu (older v0.6 rack version) both loading fine: vu vu-linux Btw. it's been working fine since I ported the sources to v0.6

zezic commented 6 years ago

OK, thank you. Then it's case related to my system. I'm now familiar enough with modules programming so, I think, I can fix it myself soon.

AScustomWorks commented 6 years ago

Have you tried other modules with VU meters? PvC and dBiz have modules with VU, could be useful to narrow down the possible errors. Also, if you find a fix and is done on the modules, please tell about it ;)

zezic commented 6 years ago

I just checked dBiz modules - meters in mixer works normally. I think, I'll narrow down the problem by disabling parts of code, fix it myself soon and make PR.

AScustomWorks commented 6 years ago

Hi again, found the error(a silly one): name of the svg files for both modules had to start with Uppercase, make a git checkout and pull (already fixed it here on the repository), or just change the case on your local copy ;) Let me know if everything goes fine to close this issue

zezic commented 6 years ago

Huh, right, it works now. Thanks!