The Core plugin is actually not a plugin at all. It's built in to the Rack application itself, but you can add Core modules to your rack just like normal modules.
The Audio module merges the virtual Rack world with the physical hardware world. The INPUT section sends up to 8 Rack signals to a hardware audio device for playback, and the OUTPUT section sends up to 8 hardware signals into Rack.
Audio currently supports the following drivers.
After a driver is selected, a particular device can be chosen for the driver. If the device has more than 8 inputs or outputs, you can select the desired range of outputs, offset by a factor of 8.
The sample rate is the number of audio samples per second for the audio device to process. Note that this rate is different than Rack's internal sample rate set from the toolbar at the top of the screen, which determines the number of samples per second for virtual Rack modules to process. If set to different rates, sample rate conversion will occur, resulting in slightly higher CPU usage, slightly less audio fidelity, and slightly more latency.
The block size sets the number of samples to store in the audio buffer before releasing to the audio device.
A higher size results in more latency (blockSize / sampleRate
seconds), but a lower size requires your operating system to communicate with the audio device more frequently, resulting in potentially less audio stability.
A good balance can be found by increasing the block size until no audio “glitches” are heard.
Note: Using multiple Audio modules is experimental and may crash Rack or render unstable audio. Most DAWs avoid this feature entirely by restricting audio to a single input and a single output device for stability reasons, but if using multiple audio devices in Rack works with your configuration, more power to you!
Coming soon
Coming soon
Coming soon
Coming soon
Useful for adding space between modules in your rack. You can resize the panel by dragging the edges horizontally, with a minimum size of 2HP.
Useful for adding patch notes, section titles for organization, instructions, and author information to your patches. You can copy and paste text with Ctrl+C and Ctrl+V.
Rack is a standalone DAW-like application and not a VST/AU plugin because of the major limitations of these formats. It is common to think of physical modular synthesizers as entire self-contained DAWs, and many people use Rack as a complete DAW to compose music and build patches without other software.
However, VCV Bridge allows audio and MIDI to be transferred between Rack and your DAW through the included VST/AU Bridge plugin. Currently VCV Bridge is only a VST/AU effect plugin (Mac and 32/64-bit Windows) for using Rack as a send/return on a DAW track. VSTi/AU instrument plugins, MIDI, and DAW clock transport are coming soon in a later Rack 0.6.* update.
Setting up Bridge in Rack and your DAW is easy, and setup order between the two applications does not matter.
Up to 8 channels of audio entering the Bridge effect plugin are routed to the INPUT section of the Audio module in Rack and then back to the effect plugin.
The 16 automation parameters in the VST/AU Bridge plugin simply generate MIDI-CC messages 0-15, so you can use a Core MIDI-CC interface to convert them to 0-10 V signals in Rack.