287 modules so far.
(from Core + 10 collections)
Sadly there is a lot of stuff out there that is not ready for VCVRack v2, Valley being a very famous one.
Not even Befaco is fully ready, the branch where the new/main plugins live is not yet updated for v2.
Makes me doubtful that VCVRack v2 will be out in the short-term.. If they do release it, it is going to miss a LOT of modules.
@falktx Wait, so the "Pluginified VCV Rack" is already operational?
@unfa Define "operational".
Still WIP, still has missing features, but already works, you can build it and run it yes.
At the time of writing, status is:
1. You can only run it when building from source, as I did not setup a way to find the resources it needs. so binaries are not redistributable. Paths are hardcoded to where you build from
2. No MIDI
3. No host parameters
4. No state save/load
All the rest already works I guess..
@falktx That is already mighty impressive to me, as I've read that the VCV Rack engine would require a rewrite to be able to sync processing to a host.
@unfa you are correct. that is why I decided to do this now after they published the v2 source code 😉
Doing this in old v1 wouldn't be as easy
@unfa that is to say, the hard part I think is already done by them. this is just plugging things together and trying to put it in a nice package.
@falktx Sure, I'll let you know if I'm going to attempt something.