[POLL] which improvements would you like to see most in vcv?

Yep, if you were using something like one of the analogue modelled filters and used say 32 channels for example, that would smash a lot of CPU.

Some machines will handle that, and v3 could possibly handle multithreading better, so it may be worth considering.

Hello - I forgot this:

MIDI→CV module (and surely other MIDI-based VCV stock modules): ā€œlast knownā€ MIDI controller device, restored when the MIDI controller is connected (in case you disconnect, then you reconnect it later).

1 Like

This may be related to your idea, but I was wishing to be able to create custom keywords or identifiers that I can remember. So often I’ll remember what a specific module does and (usually) what it looks like, but for the life of me I cannot remember the name of the plugin it belongs to. Even being able to restrict a search to ā€œFavouritesā€ is not quite enough, since there are so many.

Also, it is difficult to recognize the dark appearance of a module, when I almost always prefer the light version. The module browser doesn’t stick to the ā€œUI Themeā€ preference.

2 Likes

The module browser uses the current settings, then caches the image previews. Modules generally follow ā€œPrefer dark panelsā€ and not the Rack UI theme.

The website previews are always generated with ā€œPrefer dark panelsā€ off and the Light UI theme.

1 Like

This is just something that’s been bugging me forever, and not life-or-death, but: change the text in the Update notification box to read ā€œRack will now automatically restartā€, instead of ā€œPlease restart Rackā€ā€¦ the very first time I updated the Library, I assumed it needed me to manually restart, and it freaked me out a little when it just did it, w/o any input from me.. brand-new users might appreciate not having that mismatch between the text and the behavior.

2 Likes

Go to VCV - Support and tell VCV about the impact this had for you.

The developers have long since lost the experience of being a new user themselves, so good feedback from a new user is important.

Yeah and if you’re too impatient and restart Rack manually before the first one has restarted, then you have 2 instances open and then nothing works :grinning_face_with_smiling_eyes:, well on Windows at least, I don’t know if its the same on Mac.

There’s code in the Rack main startup code that’s meant to prevent two instances running on Windows, so you’ve managed to hit a race condition where that mechanism doesn’t work.

1 Like

You can link two computers through wifi as fas as i understand with this module GitHub - stellare-modular/vcv-link: Ableton Link module for VCV Rack Ā· GitHub

It might be a silly idea, given that in the world of modular synthesis, everything is managed through Patches, but I’ll throw it out there anyway:

Once a Patch is generated, it would be nice to be able to save some ā€œPresetsā€ correlated to that Patch as if it were a standalone synthesizer (with arrow icons to switch between ā€œPresetsā€).

I know this can already be done with Patches themselves, but each time VCV Rack must reloads all the modules and their states, whereas with ā€œPresetsā€ it would just change the modules state and that’s it.

Therefore, it would be much faster to cycle through ā€œPresetsā€ instead of having to click ā€œFile - Openā€ every time to load a new Patch that have the same modules but with different settings / states.

I don’t know, maybe it would be cool..

1 Like

As is so often the case, Stoermelder has you covered here I think. :slight_smile: Several modules in his collection will effectively let you set up ā€œpresetsā€ for a whole set of modules.

It looks like you have to manually map every parameter of every module.. i meant something more immediate like click on ā€œSave Presetā€œ and give some ā€œPreset Nameā€œ :sweat_smile:

tried this one?

There is one (though presently I forget its name) which loads module presets. You’d still need to visit each module in the patch, at least each one whose settings you want to change. But better than mapping every param independently.

There is also transit, which can work on entire modules at a time, and smoothly change their params between ā€œsnapshotsā€. That might be an option as well.

yep, you must be thinking of Stoermelder’s Strip++

@andreya.ek.frisk @fractalgee

Yep, your suggestions are other two additional workarounds. Thanks :slightly_smiling_face:

Imho, such a solution integrated directly into VCV Rack would be perfect, like normal synth.

Ideally, it must compare after the Patch is loaded obviously, because Presets must be correlated only to a Patch (that became like a Synth), and each Patch/Synth has its own Presets (only the save/delete option will be available, because the loading can be automatic as the presets will be saved all within the patch file as an atomic entity).

An example of what i mean (with the arrows you could move from one saved preset to another):

presets_manager

Or maybe, if someone (an Angel :winking_face_with_tongue: ) are able to implement a module capable of doing this without the need to touch the other modules in any way.

I don’t want to bore you, it’s just an idea that in my opinion, especially in the case of Plugins versions of VCV, can be really useful..