Andrew Belt
|
4b96600f11
|
Rename LED* component classes to VCV*.
|
3 years ago |
Andrew Belt
|
15b58ec7dd
|
Delete SvgLatch. Add latch setting to SvgSwitch.
|
3 years ago |
Andrew Belt
|
d3efc476df
|
Specify member field class in template Module::config*() methods.
|
3 years ago |
Andrew Belt
|
466e3737a7
|
Use deprecated attribute for PRIVATE on Clang since the error attribute was just added in clang 13.
|
3 years ago |
Andrew Belt
|
2676883311
|
Reset autosave dir if template patch cannot be loaded.
|
3 years ago |
Andrew Belt
|
d3463094db
|
Use menu item helpers in ParamWidget::createContextMenu().
|
3 years ago |
Andrew Belt
|
70bd833e97
|
Use Switch behavior in SvgLatch.
|
3 years ago |
Andrew Belt
|
a194b6f34f
|
Add SvgLatch.
|
3 years ago |
Andrew Belt
|
f97612e0d1
|
Remove shadow from CKSS switches.
|
3 years ago |
Andrew Belt
|
5c433f6308
|
Revert "Change default cable colors to Pyer's design."
This reverts commit 07b7a362f7 .
|
3 years ago |
Andrew Belt
|
e200ae1d93
|
Revert component color scheme change.
|
3 years ago |
Andrew Belt
|
0b71cbf3b4
|
PRIVATE is ignored on global variables so remove it.
|
3 years ago |
Andrew Belt
|
b22f88b8aa
|
Rename INTERNAL to PRIVATE. Add PRIVATE to several functions/symbols that plugins should never call/use.
|
3 years ago |
Andrew Belt
|
ff92575e40
|
Add Internal struct to history::State.
|
3 years ago |
Andrew Belt
|
07b7a362f7
|
Change default cable colors to Pyer's design.
|
3 years ago |
Andrew Belt
|
faaaa7f620
|
Get numInputs, numOutputs, and sampleRate each audio block in Audio, instead of when the stream opens.
|
3 years ago |
Andrew Belt
|
cb238dc863
|
Rename dsp::int24_t to Int24. Prevent warning of attribute on clang.
|
3 years ago |
Andrew Belt
|
ee5c998ed7
|
Make dsp::int24_t compile on Windows GCC.
|
3 years ago |
Andrew Belt
|
4023367874
|
Add ability to toggle master module in Audio.
|
3 years ago |
Andrew Belt
|
3ecced7389
|
Add scissor in LedDisplay::drawLayer().
|
3 years ago |
Andrew Belt
|
ad37b1b212
|
Make default implementation of dsp::convert() the default cast.
|
3 years ago |
Andrew Belt
|
9fd506bff7
|
Add dsp::convert().
|
3 years ago |
Andrew Belt
|
9a635b54e7
|
Change APP_ARCH global to APP_OS.
|
3 years ago |
Andrew Belt
|
3183508373
|
Unset user token if invalid.
|
3 years ago |
Andrew Belt
|
99f820f1cd
|
Deserialize empty plugin whitelist from settings.
|
3 years ago |
Andrew Belt
|
003c72c216
|
Add -framework SystemConfiguration on Mac since curl now calls SCDynamicStoreCopyProxies().
|
3 years ago |
Andrew Belt
|
ec96220eb6
|
Upgrade curl and openssl. Compile OpenSSL with no-pinshared.
Initialize/destroy openssl in network::init/destroy().
|
3 years ago |
Andrew Belt
|
c4f35364bf
|
Add moduleWhitelist to settings (again). Finish module whitelist syncing in library::. Add module whitelist filtering to Browser.
|
3 years ago |
Andrew Belt
|
19390c83d4
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
947170198f
|
Add port name to PortCableItem in port context menu.
|
3 years ago |
Andrew Belt
|
d09fbf84f0
|
Add cable menu item and create cable menu item to port context menu (WIP).
|
3 years ago |
Andrew Belt
|
b39ab9e4ce
|
Check pointers in menu item helpers.
|
3 years ago |
Andrew Belt
|
379d6ebd5b
|
Add tinyexpr to LICENSE-dist.
|
3 years ago |
Andrew Belt
|
44a11a3ffc
|
Add alternative shell commands to system::archiveDirectory() and unarchiveToDirectory().
|
3 years ago |
Andrew Belt
|
e32031a501
|
Revert using RTLD_DEEPBIND for loading plugins on Linux.
|
3 years ago |
Andrew Belt
|
cd71d926e4
|
Compile with -march=nehalem. Remove -std=c11 for C files because it causes M_PI, M_SQRT2, etc to not be defined.
|
3 years ago |
Andrew Belt
|
bcc9c6facf
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
3abe6aa804
|
Implement all Core panel redesigns. Reorganize Core module class and SVG names.
|
3 years ago |
Andrew Belt
|
f665e52811
|
Use stoll() on Windows to convert module patch storage name to int64_t.
|
3 years ago |
Andrew Belt
|
13690a8757
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
94bff3c1a3
|
Implement new panel design in CV-MIDI, MIDI-CC, and MIDI-Gate.
|
3 years ago |
Andrew Belt
|
d2dc475749
|
Add note about overlapping arrays in FFT wrapper.
|
3 years ago |
Andrew Belt
|
117383f783
|
Compile for core2.
|
3 years ago |
Andrew Belt
|
8de2c36de3
|
Add Window::activateContext().
|
3 years ago |
Andrew Belt
|
8d911c559e
|
Log edition name instead of abbreviation in standalone adapter.
|
3 years ago |
Andrew Belt
|
bd9363d051
|
Change default manifest version in helper.py to 2.0.0.
|
3 years ago |
Andrew Belt
|
319ece9430
|
Set ModuleWidget width to 12HP if SVG panel has zero width.
|
3 years ago |
Andrew Belt
|
ce7469d102
|
Rename Core panels. Implement Audio and MIDI-CV redesigns.
|
3 years ago |
Andrew Belt
|
0c2506789a
|
Merge branch 'v2' of github.com:VCVRack/Rack-private into v2
|
3 years ago |
Andrew Belt
|
efaa237e18
|
Add Core panel redesigns by Pyer.
|
3 years ago |