Andrew Belt
|
30f33276b0
|
Add plugin slug fallback for "DelexandraVol1".
|
1 year ago |
Andrew Belt
|
bf675ada61
|
Make simple random state global instead of thread-local.
|
2 years ago |
Andrew Belt
|
f97308edfb
|
Clear output audio only if no Ports are subscribed to Device.
|
2 years ago |
Andrew Belt
|
27c2325118
|
Fix /download URL "arch" argument.
|
2 years ago |
Andrew Belt
|
c12f690786
|
Remove "v" from all version messages.
|
2 years ago |
Andrew Belt
|
8916e3b383
|
Merge APP_OS variable into APP_ARCH.
|
2 years ago |
Andrew Belt
|
b7251d7f7c
|
Use "-" instead of "_" in ARCH_NAME Makefile variable and package names.
|
2 years ago |
Andrew Belt
|
b4de7c9fc1
|
Use 16 MIDI loopback devices instead of 1.
|
2 years ago |
Andrew Belt
|
0609ef0ebb
|
Refactor MenuLabel frame rate math in MenuBar.
|
2 years ago |
Andrew Belt
|
36c9c1232e
|
Use sleep-based frame limiting instead of vsync since it's unreliable on buggy graphics drivers.
|
2 years ago |
Andrew Belt
|
b9043d3fda
|
Add doc comments for Window methods.
|
2 years ago |
Andrew Belt
|
9d8624d4b6
|
Add MIDI "Loopback" driver.
|
2 years ago |
Andrew Belt
|
591246a500
|
Replace "frameSwapInterval" setting with "frameRateLimit".
|
2 years ago |
Andrew Belt
|
2cff78999a
|
Set pluginSettingsJ to NULL in settings::destroy().
|
2 years ago |
Andrew Belt
|
9407f0986b
|
Fix dep Cmake variable when cross-compiling Rack plugins.
|
2 years ago |
Andrew Belt
|
b4d3e19ca7
|
Change Makefile variables ARCH_OS_NAME to ARCH_OS, ARCH_NAME to ARCH_CPU, and ARCH_FULL_NAME to ARCH_NAME.
|
2 years ago |
Andrew Belt
|
b09c58c492
|
Fix int32_4 bitshift intrinsics.
|
2 years ago |
Andrew Belt
|
bdc428dd78
|
Replace sse2neon with simde.
|
2 years ago |
Andrew Belt
|
77ee02a051
|
Decrease network connection timeout to 30 seconds.
|
2 years ago |
Andrew Belt
|
b2502f0ea0
|
Add user agent to network requests.
|
2 years ago |
Andrew Belt
|
a6a212789a
|
Add system::sleep().
|
2 years ago |
Andrew Belt
|
765c213ec5
|
Revert arch.mk refactor.
|
2 years ago |
Andrew Belt
|
9fe7910e6a
|
Define ARCH_FULL_NAME in arch.mk. Use "mac_arm64" in dist filenames on Mac arm64.
|
2 years ago |
Andrew Belt
|
90489151f0
|
Refactor arch.mk.
|
2 years ago |
Andrew Belt
|
a053c4bbad
|
Fix dep build on Mac arm64. Update speexdsp to git submodule.
|
2 years ago |
Andrew Belt
|
0133549d19
|
Move tinyexpr to submodule.
|
2 years ago |
Andrew Belt
|
08cd572d51
|
Allow building on ARM64. Only Mac tested, and deps not tested.
|
2 years ago |
Andrew Belt
|
2181d46b79
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
2 years ago |
Andrew Belt
|
fa05737c65
|
Remove screenshot Makefile target.
|
2 years ago |
Andrew Belt
|
ac078c7e6f
|
Revert e87f83aba9
|
2 years ago |
Andrew Belt
|
639c2c6374
|
Build libRack target to root dir instead of build/ dir.
|
2 years ago |
Andrew Belt
|
8ba2eff2bc
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
2 years ago |
Andrew Belt
|
26016a2226
|
Add ARCH_X64 macro when compiling on x64.
|
2 years ago |
Andrew Belt
|
e87f83aba9
|
Move target and standalone target binaries to build/.
|
2 years ago |
Andrew Belt
|
5584e8564e
|
Makefile: Separate standalone adapter variables from Rack build variables.
|
2 years ago |
Andrew Belt
|
a96f9e570e
|
Change Module::getExpander() side argument to int.
|
2 years ago |
Andrew Belt
|
b4bba9ad29
|
Run cleandist target before dist in Makefile.
|
2 years ago |
Andrew Belt
|
dff713f33f
|
Only generate MSYS Makefiles in MSYS shell, not when cross-compiling for Windows.
|
2 years ago |
Andrew Belt
|
adc4c5ab1f
|
Use original dep source URLs as fallbacks if GitHub URLs return an error.
|
2 years ago |
Andrew Belt
|
efa139a8c7
|
Change most dep source URLs to GitHub mirrors.
|
2 years ago |
Andrew Belt
|
5551617aff
|
Update date of version in changelog.
|
2 years ago |
Andrew Belt
|
ca85e0a607
|
Bump version. Update changelog.
|
2 years ago |
Andrew Belt
|
85061331bb
|
Fix RackWidget::squeezeModulePos() setting incorrect positions of right shoved modules.
|
2 years ago |
Andrew Belt
|
3c86df39d1
|
Add string::Version comparator specification to documentation.
|
2 years ago |
Andrew Belt
|
2cb341274a
|
Apply rack offset in ModuleWidget::get/setGridPosition() etc.
|
2 years ago |
Andrew Belt
|
f2e1951d91
|
Align VCV Audio-2 VU meter light thresholds with meter labels.
|
2 years ago |
Andrew Belt
|
ecf1be8b4c
|
When lockModules setting is enabled, also lock selected modules.
|
2 years ago |
Andrew Belt
|
6364cab316
|
Rename "template" module preset in menu items to "default". Hide template preset in preset list.
|
2 years ago |
Andrew Belt
|
d3e6c84fc3
|
Fix expanders occasionally not connecting when removing a module.
|
2 years ago |
Andrew Belt
|
ebad98effb
|
Refactor RackWidget::updateExpanders() to use ModuleWidget::getGridBox().
|
2 years ago |