Plugins that are built for Rack v2

Also AS (Alfredo Santamaria) will build with only the json change

5 Likes

Xenakios has made a few updates to VCV Library - Atelier Palette in the last couple of days for v2.

One can build from his GitHub - Xenakios/Atelier at v2 branch, noting you may have to change RACK_DIR in Makefile

This branch also includes the addition of the LFO mode by anlexmatos.

2 Likes

Note that I am still working on it, but it’s probably mostly going to be stuff like adding all the CV port names for the new tooltips. I haven’t thoroughly tested the builds myself, but they appear to be working on Windows and Mac. I’ll look into adding the LFO mode thing, I had somehow missed merging that previously.

3 Likes

(My previous post edited) Now that I see you’ve merged the LFO mode PR I can delete my fork.

I’ve updated Chortling Hamster Modules to work with VCV Rack Community Edition 2.git.042a9ce0. I’ll make some binaries tomorrow night (bit tired tonight!) and update this post when I do.

The v2 branch is on GitHub if anyone wants to make their own build: GitHub - chortlinghamster/modules at v2

Thanks @marc_boule for the indirect help with the segment displays in Bitwise and getting them working with the dark room mode. :slight_smile:

Update: Added a release on GitHub which contains binaries for macOS, Linux and Windows: Release v2 for VCV Rack Community Edition 2.git.042a9ce0 · chortlinghamster/modules · GitHub

6 Likes

I’ve tested Hampton Harmonics modules against the new Rack-2 version 2.git.042a9ce0 on mac, and it is still working well.

2 Likes

works here on Win10 too :+1:

1 Like

rcm-modules has a V2 branch that compiles

The following can be built for v2 with just the json change:

  • Wiqid Repelzen

  • ML Modules

  • RackWindows

  • SVModular Drumkit

  • Scanner Darkly (Orca’s Heart)

  • Aaron Static (Chord CV)

  • az-vcv modules (Modulo sequencer) needs the json change and also change: app::mm2px to window::mm2px on line 64 of modulo.hpp

Currently have 865 modules running in V2! (which is something like 31% of what’s available in V1)

3 Likes

Orca’s Heart not stable here on linux, random crashes, no clue in log.

Admiral, Agave, ChowDSP, ESeries, Extratone, FehlerFabrik, kocmoc, KRTPluginA, Lyrae, MockbaModular, Mosquito and ZetaCarinaeModules build fine on Linux and just need the json change

1 Like

compiles without issues,
but here rack crashes, when I try to add it to a patch

1 Like

how is that? You must have a few which are not mentioned here. I have already 46 developers, but only 745 modules. :metal: :sunglasses:

lol not sure - but I’ll soon have a few more based on the list you just posted…nice work!

I only have 45 plugins so far - I’d post a picture of the plugins I have compiled but forum seems to be getting errors when uploading images for last couple of days.

For me I can add it to a patch and use it, but then if I close rack and open it again Rack crashes - pretty sure its Orca doing that

1 Like

No problems here on Win 10 Rack-2.git.042a9ce0

MockbaModular crashes Rack on startup for me

[0.230 warn src/plugin.cpp:161 loadPlugin] Could not load plugin /Users/Steve/Documents/Rack2/plugins/MockbaModular: Plugin defines module ReVoltah but it is not defined in manifest

Axioma and Catronomix also just need the json change

950 modules now - close to the 1k milestone :slight_smile:

Add

,
{
  "slug": "ReVoltah",
  "name": "ReVoltah",
  "description": "Simple voltage range adapter",
  "tags": [
  "Utility"
      ]
}

to the list of modules in plugin.json

NB: the initial ,

1 Like

Thanks Steve - that worked.

dBiz also compiles with the json change (albeit with a lot of warnings)

with Mockba fixed and dBiz that makes… 1016 modules! :slight_smile:

What platform are you compiling dBiz on? I got no warnings at all…

Compiling on Mac - most if not all the warnings (26 of them) are about things being deprecated - ‘SVGSwitch’, ‘SVGPort’ etc