aptrn / stocaudio-modules

VCV Rack Modules
https://zombie.stocaudio.com
GNU General Public License v3.0
19 stars 3 forks source link

Update for VCV 2? #13

Closed trevormeier closed 2 years ago

trevormeier commented 2 years ago

Hi there—any plans to update Stocaudio modules for VCV Rack version 2?

RichieHindle commented 2 years ago

+1 from me!

I was delighted with how well Polyspread worked in this demo: https://youtu.be/sTIqb63t7e8?t=114

I haven't tested them thoroughly, but it looks like a simple increment to the main version number is all that's needed:

index ce27dee..65122fa 100644
--- a/plugin.json
+++ b/plugin.json
@@ -1,7 +1,7 @@
 {
   "slug": "stocaudio",
   "name": "stocaudio",
-  "version": "1.0.1",
+  "version": "2.0.1",
   "license": "BSD-3-Clause",
   "author": "Alessandro Petrone",
   "authorEmail": "contact@stocaudio.com",
aptrn commented 2 years ago

Hey, sure update it's on the way. I tested VCV2 with my old modules yesterday. They seem to actually work without any change beside incrementing versioning number indeed. I was planning to drop four of those (manSeq, btnSeq, polySlew and Clock) though. This because when I first released those modules there were not many polyphonic oriented utilities. Now I think those functions are pretty backed up and we don't need those anymore. Polyturing needs many fixes to be ok by the way, I'll check those out first.

RichieHindle commented 2 years ago

Great news - thanks!