Andrew Belt
|
44c5fdf8c9
|
Don't export symbols from zstd, rtaudio, and rtmidi in libRack.
|
1 year ago |
Andrew Belt
|
02ca4c66f7
|
Add doc comments
|
1 year ago |
Andrew Belt
|
a273092bdb
|
Use x64 intrinsic header on x64, instead of simde since conflicts with plugins including x64 intrinsic headers.
|
1 year ago |
Andrew Belt
|
d8eba3b982
|
Split APP_ARCH to APP_OS and APP_CPU.
|
1 year ago |
Andrew Belt
|
669a71cbd1
|
Add long arguments with getopt_long().
|
1 year ago |
Andrew Belt
|
a353da3db9
|
Revert "Allow simde to define _mm_loadu_epi8()."
This reverts commit ff8ce35f0d .
|
1 year ago |
Andrew Belt
|
ff8ce35f0d
|
Allow simde to define _mm_loadu_epi8().
|
1 year ago |
Andrew Belt
|
497d806356
|
Bump version. Update changelog.
|
1 year ago |
Andrew Belt
|
f816a8c9af
|
Add space to "Core Audio" audio driver name.
|
1 year ago |
Andrew Belt
|
904a4a79fb
|
Add WIP changelog for Rack 2.2.1.
|
1 year ago |
Andrew Belt
|
75f90aa95e
|
Allow cross-compiling plugins by setting CROSS_COMPILE environment variable to a machine triplet.
|
1 year ago |
Andrew Belt
|
d614db5436
|
Use more readable syntax for checking "aarch64" and "arm64" CPUs.
|
1 year ago |
Andrew Belt
|
20a94860eb
|
Parse "aarch64" in machine triplet as ARM64, to allow compiling on Linux ARM64.
|
1 year ago |
Andrew Belt
|
0bdf380a2c
|
Add "install" and "uninstall" targets in Makefile
|
1 year ago |
Andrew Belt
|
6a292c4192
|
Fix spelling error in changelog.
|
1 year ago |
Andrew Belt
|
0869e42ced
|
Tweak punctuation in changelog.
|
1 year ago |
Andrew Belt
|
3d5118ee78
|
Bump version in Core manifest.
|
1 year ago |
Andrew Belt
|
8fe8d903bb
|
Add simde license.
|
1 year ago |
Andrew Belt
|
ab8d3cd7a0
|
Bump version.
|
1 year ago |
Andrew Belt
|
29f403eceb
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
1 year ago |
Andrew Belt
|
712bc9b920
|
Makefile: Fix DIST_NAME and DIST_SDK quotes.
|
1 year ago |
Andrew Belt
|
1745004f5d
|
Revise changelog.
|
1 year ago |
Andrew Belt
|
1666e6727c
|
Update changelog for 2.2.0.
|
1 year ago |
Andrew Belt
|
866cb01c16
|
Remove unused Window variable.
|
1 year ago |
Andrew Belt
|
73eead277e
|
Update fuzzysearchdatabase and tweak Module Browser search.
|
1 year ago |
Andrew Belt
|
ed3fcb3757
|
Use git tag to get version in Makefile.
|
1 year ago |
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 |