Nik
Nik
Also on 10.11.6 & 10.13.6. It is not just the lights but also when reloading a patch the LFOs are not cycling and have to be restarted. Unable to build...
Here is a build for mac with the correct paths: [VCV-Rack-Plugins.zip](https://github.com/mschack/VCV-Rack-Plugins/files/1430616/VCV-Rack-Plugins.zip)
This fixes the SVG links: sed -i - 's/\/mschack\//\/VCV-Rack-Plugins\//g' src/mscHack_Controls.hpp The Makefile needs to be: SOURCES = $(wildcard src/*.cpp) include ../../plugin.mk dist: all mkdir -p dist/VCV-Rack-Plugins cp LICENSE* dist/VCV-Rack-Plugins/ cp...
The only problem bar the links in the Makefile is this: mkdir -p dist/mscHack cp LICENSE* dist/mscHack/ The mac shell wants those commands on a separate line. I'm sure that...
Sorry, but that binary IS NOT WORKING. I don't understand why but I have everything working fine in my source compiled 0.4.0, but it does not work when compiled into...
The problem is that in the windows version resources go in Rack/plugin/this.plugin/res/ but on a Mac they go into ~/Documents/Rack/plugin/this.plugin/res/. That changed in 0.4.0 iirc. I don't know how to...
I should say I am not a dev, just somebody with a bit of Unix sysadmin experience a decade ago. I have looked through your source and compared it to...
The only obvious difference I can find is that in other people's modules when loading SVG assets their call would be to 'res/mschack_screw.svg', whereas yours is to 'plugins/mschack/res/mschack_screw.svg'. I was...
Yes. Working here. Nice one!
OS X 10.11.6 VCV Rack 0.4.0 & VCV Rack latest dev Same error as @davephillips above.