Search Rack's issue tracker to check if someone else has posted a similar issue. If you believe the problem has never been reported before, create a GitHub account (it's free) and open an issue with a detailed report containing the following information.
Search Rack's issue tracker to check if someone else has posted a similar feature request. If you believe the feature has never been requested before, create a GitHub account (it's free) and open an issue with a detailed report containing the following information.
Your feature request may be addressed during the next iteration of feature design of Rack. If your request is judged to be not sufficiently useful to other users, it may be closed.
Rack requires at least OpenGL 2.0 with the GL_EXT_framebuffer_object
extension.
If your graphics card supports this, make sure you've installed the latest graphics drivers, and restart Rack.
If this does not fix it, see below for instructions on submitting a bug to Rack's issue tracker.
Documents/Rack/
My Documents/Rack/
~/.Rack/
When running Rack in development mode, it is your current working directory instead.
It is not planned. There are many issues with such a project.
Technical:
Business:
The CPU meter measures the time spent processing each module, not the “resource” of CPU power. In order for playback timing to be consistent, your audio device, and therefore VCV Audio, waits until all samples in the current audio buffer are played before moving onto the next audio buffer. Otherwise, your device's DAC and ADC would play and record at very inconsistent and incorrect sample rates. While waiting, the engine thread is put to sleep, so no energy is consumed by the thread. See CPU timer for more info.
Not at this time. Shortly after Rack 2.0 releases, Rack will also be available as a 64-bit VST2 plugin for around $99. VST3/AU/AAX versions might be released afterwards. All Rack v2 plugins will be compatible with the plugin version of Rack. The primary “standalone” version of Rack v2 will continue to be free/open-source.
Rack's window library GLFW does not support touch input, so Rack relies on the operating system to control the mouse cursor using the touch screen.
This means that multi-touch gestures do not work.
However, you can set "allowCursorLock"
to false
in <Rack user dir>/settings.json
to improve touch cursor handling for knobs.