This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1448
Commits
4
Branches
537MB
Tree:
e2c4dc8249
v2
v0.5
v0.6
v1
v2.5.2
v2.5.1
v2.5.0
v2.4.1
v2.4.0
v2.3.0
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.2
v2.1.1
v2.1.0
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.6.2
v0.6.2b
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e2c4dc8249'
${ noResults }
Rack
/
include
/
engine
History
Andrew Belt
30c5b24ec5
Add Engine::yieldWorker() which turns worker spinlocks into mutex locks. Fix race condition in EngineWorker::run() when changing number of threads.
5 years ago
..
Cable.hpp
Move DSP window functions to window.hpp. Use 0-indexed module/cable IDs instead of 1-indexed. Unserialize module/cable IDs as they are in the patch file.
5 years ago
Engine.hpp
Add Engine::yieldWorker() which turns worker spinlocks into mutex locks. Fix race condition in EngineWorker::run() when changing number of threads.
5 years ago
Light.hpp
Add dsp::Counter. Rename dsp::VUMeter to VuMeter. Add Light::setSmoothBrightness(), deprecate setBrightnessSmooth().
5 years ago
Module.hpp
Add assertions to Module helpers.
5 years ago
Param.hpp
Move all metadata from Param to ParamQuantity.
5 years ago
ParamHandle.hpp
Replace ModuleHandle with ParamHandle. Move touchedParam from Engine to RackWidget. Fix param mapping bugs in MIDI-Map.
5 years ago
ParamQuantity.hpp
Initialize OpenGL context before calling scene->draw().
5 years ago
Port.hpp
Draw plugs under wires for CableWidgets in CableContainer.
5 years ago