Andrew Belt
|
35930bf7e9
|
Add "Duplicate with cables" menu item to module and module selections.
|
3 years ago |
Andrew Belt
|
ea220eecd5
|
Add KnobScrollSensitivitySlider to View menu.
|
3 years ago |
Andrew Belt
|
61a73b786e
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
3567a370e0
|
Switch back to linking direct libRack.so/dylib/dll path. Reorder
standalone objects and sources.
|
3 years ago |
Andrew Belt
|
1806879398
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
042a20c982
|
Increase maximum Browser zoom to 200%.
|
3 years ago |
Andrew Belt
|
c65636cc9d
|
Revert "Deselect TextField with escape key."
This reverts commit 0563858b26 .
|
3 years ago |
Andrew Belt
|
b951d77280
|
Statically link libgcc on Linux.
|
3 years ago |
Andrew Belt
|
d768226759
|
Use -L. -lRack in standalone target for linking with libRack rather than adding libRack.so/dylib/dll to its objects.
|
3 years ago |
Andrew Belt
|
ab10c56bd8
|
Add future ability for lazily querying RtAudio device infos.
|
3 years ago |
Andrew Belt
|
8124a716b0
|
Use fallback monitor refresh rate if not detected.
|
3 years ago |
Andrew Belt
|
b04e41176a
|
Static link standalone adapter on Linux.
|
3 years ago |
Andrew Belt
|
6cdd459b45
|
Statically link libstdc++ and libgcc on Linux.
|
3 years ago |
Andrew Belt
|
a2cea2d3f8
|
Update changelog.
|
3 years ago |
Andrew Belt
|
1ebd23d20a
|
Disable app update checking until 2.0.
|
3 years ago |
Andrew Belt
|
0563858b26
|
Deselect TextField with escape key.
|
3 years ago |
Andrew Belt
|
c0ecb9a88e
|
Consume up/down arrow keys in TextField.
|
3 years ago |
Andrew Belt
|
096c2c78b3
|
Rename simd/vector.hpp to simd/Vector.hpp. Make sure all useful headers are in rack.hpp.
|
3 years ago |
Andrew Belt
|
4c27086795
|
Use GLFW_PRESS/RELEASE for tracking arrow keys for RackScrollWidget scrolling in Scene, which fixes undesirable scrolling when a TextField is focused.
|
3 years ago |
Andrew Belt
|
4396dc68b2
|
Revise tips.
|
3 years ago |
Andrew Belt
|
43bece9ffb
|
Update email in Core.json.
|
3 years ago |
Andrew Belt
|
799ce004a7
|
Update email address in license and remove a newline.
|
3 years ago |
Andrew Belt
|
967d99db97
|
Add return value to eachNearestGridPos() so compilers don't complain.
|
3 years ago |
Andrew Belt
|
6d5a76788f
|
Adjust formatting of namespace docs.
|
3 years ago |
Andrew Belt
|
df89de7847
|
Move Svg to window:: namespace.
|
3 years ago |
Andrew Belt
|
9ac54241fb
|
Add patch:: namespace.
|
3 years ago |
Andrew Belt
|
f25a17075c
|
Add window:: namespace.
|
3 years ago |
Andrew Belt
|
4e8b9ef301
|
Improve namespace documentation.
|
3 years ago |
Andrew Belt
|
ca19005e1d
|
Pass VERSION macro to src/common.cpp only.
|
3 years ago |
Andrew Belt
|
398210978b
|
Remove EDITION from dist names.
|
3 years ago |
Andrew Belt
|
a4ab06effc
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
20c679f208
|
Set randomizeEnabled to true in Module::configButton().
|
3 years ago |
Andrew Belt
|
b13d8832a0
|
Test and fix Mac code-signing and notarization.
|
3 years ago |
Andrew Belt
|
b48d777ada
|
Get retail Mac version number in system::getOperatingSystemInfo().
|
3 years ago |
Andrew Belt
|
88362055e8
|
Use simpler PortLight design.
|
3 years ago |
Andrew Belt
|
bb3c32820b
|
Fix AudioWidget channel number.
|
3 years ago |
Andrew Belt
|
81b15fb4d8
|
Refactor arch.mk.
|
3 years ago |
Andrew Belt
|
257a2e1dd2
|
Compile dep for Mac 10.9+.
|
3 years ago |
Andrew Belt
|
014db99669
|
Compile Rack and deps for Mac 10.9+.
|
3 years ago |
Andrew Belt
|
aea218376b
|
Remove EDITION from Mac bundle name.
|
3 years ago |
Andrew Belt
|
86aed0ce9d
|
Use Makefile wildcard for presets/ dir in helper.py, since the dir is optional. Fix location of Fundamental.vcvplugin in Mac bundle.
|
3 years ago |
Andrew Belt
|
13673d02f2
|
Remove alphaLabel from MenuBar.
|
3 years ago |
Andrew Belt
|
d5b86f458b
|
Add doc comments to dsp and engine namespaces.
|
3 years ago |
Andrew Belt
|
3675f45cec
|
Add/edit doc comments.
|
3 years ago |
Andrew Belt
|
09030e0299
|
Use clamp in Port::getNumInputs/Outputs().
|
3 years ago |
Andrew Belt
|
b458c189a0
|
Fix incorrect channel count display in AudioWidget.
|
3 years ago |
Andrew Belt
|
768a29b9ae
|
Scan RtAudio devices for all drivers at launch. Make logging more
verbose.
|
3 years ago |
Andrew Belt
|
1206050e4c
|
Fix libarchive linking on Windows.
|
3 years ago |
Andrew Belt
|
4567cc4220
|
Master audio module (the module that clocks Engine) makes more sense.
|
3 years ago |
Andrew Belt
|
d16606acd0
|
Switch to CMake from ./configure for libarchive. Untested on Windows/Linux.
|
3 years ago |