Commit graph

176 commits

Author SHA1 Message Date
Jean Pierre Cimalando
e3b0260d9c Fork vstgui to add file dialog updates 2021-04-13 22:43:39 +02:00
Jean Pierre Cimalando
95188b14f5 Make fonts consistent on knobs and labels 2021-04-13 22:12:24 +02:00
redtide
2a0101675d Added missing backcolor to the ccknobs label in theme
should fix also the font size
2021-04-13 21:33:41 +02:00
redtide
5ec58b4bba UI: Restore brighter knob track color 2021-04-13 19:46:23 +02:00
JP Cimalando
5a4b1f5369
Merge pull request #820 from jpcima/hd-apis
Add high-precision API for note, aftertouch and bend
2021-04-12 23:51:31 +02:00
Jean Pierre Cimalando
3c9a7541a5 Do not require dylibbundler to build 2021-04-12 23:43:50 +02:00
redtide
8c09edeef1 UI: set CC knobs theme colors 2021-04-12 20:58:03 +02:00
Jean Pierre Cimalando
5e8d6e0e5a Assign theme colors to the panel 2021-04-12 18:56:59 +02:00
Jean Pierre Cimalando
7ad50886e9 Allow to set knob styles on the control panel 2021-04-12 18:39:29 +02:00
Jean Pierre Cimalando
b76d1682ef Add high-precision API for note, aftertouch and bend 2021-04-12 16:42:39 +02:00
Jean Pierre Cimalando
099ee14b01 Use a color pair for key/switch, giving switch priority 2021-04-12 15:24:34 +02:00
Jean Pierre Cimalando
bc576fad07 Support dynamic theme updates 2021-04-12 14:42:04 +02:00
Jean Pierre Cimalando
7a33d3079f Copy editor resources when changed 2021-04-12 06:15:17 +02:00
redtide
e6bb118d09 UI: Theme selector
Fixed conflict with upstream
2021-04-12 05:48:31 +02:00
Jean Pierre Cimalando
54442fa86c Suppress some vst3sdk warnings raised from headers 2021-04-11 19:43:18 +02:00
Jean Pierre Cimalando
5e063e2c1a Fix some warnings 2021-04-11 19:40:33 +02:00
Jean Pierre Cimalando
86d82060ad Fix note events copy 2021-04-11 19:39:27 +02:00
Jean Pierre Cimalando
6848c0e48e Update automation flags on parameters 2021-04-11 01:23:23 +02:00
JP Cimalando
a49cf37930
Merge pull request #813 from jpcima/sample-quality-setting
Sample quality controls in UI
2021-04-10 21:19:24 +02:00
Jean Pierre Cimalando
94be9902c1 Sample quality controls in UI 2021-04-10 20:52:16 +02:00
redtide
fcc723fa0a UI: components update 2021-04-10 18:24:37 +02:00
Jean Pierre Cimalando
0035de0269 Devirtualize 2021-04-10 14:43:28 +02:00
Paul Fd
c493b5d445 Add Android system dependencies for plugins 2021-04-10 11:52:13 +02:00
Jean Pierre Cimalando
e849ff23ad Organizational changes around vst3-core 2021-04-10 01:35:36 +02:00
Jean Pierre Cimalando
15708c8056 Add cast to please the windows compilers 2021-04-09 17:21:18 +02:00
Jean Pierre Cimalando
d5de4d5b17 Ordered event processing for VST 2021-04-09 17:12:20 +02:00
Jean Pierre Cimalando
a7cc260fb8 Move about icons a bit left 2021-04-09 02:35:44 +02:00
Jean Pierre Cimalando
1ed35fccb5 Link plugin-common with pugixml 2021-04-09 01:33:47 +02:00
Jean Pierre Cimalando
7a78e7627f Utility to get the resource path of the plugin bundle 2021-04-09 01:29:00 +02:00
Jean Pierre Cimalando
8b7761e615 Link common plugin sources with Foundation 2021-04-08 20:32:29 +02:00
Jean Pierre Cimalando
8d68f50bac Move sfizz settings and paths to common plugin sources 2021-04-08 20:30:19 +02:00
Jean Pierre Cimalando
66c54c9e4e OS name with older glib API 2021-04-08 17:58:38 +02:00
Jean Pierre Cimalando
749444368c Better process name 2021-04-08 17:33:19 +02:00
redtide
57f519943b UI: changed Theme naming convetion 2021-04-08 15:52:00 +02:00
Jean Pierre Cimalando
e53b93ba19 Update to VST 3.7.2 2021-04-08 07:07:12 +02:00
Jean Pierre Cimalando
8b434d6c55 Add the VST2 wrapper 2021-04-08 04:13:57 +02:00
Jean Pierre Cimalando
a611d2261f Make vst3sdk_hosting a library target 2021-04-08 03:12:43 +02:00
Jean Pierre Cimalando
8849f3f4c0 Move a VSTGUI helper in vst3sdk_vstgui 2021-04-08 02:59:56 +02:00
Jean Pierre Cimalando
5aa26b58bf Make vst3 core a build-once target 2021-04-08 02:47:49 +02:00
Jean Pierre Cimalando
5b189848cd Make VST3 SDK a distinct target 2021-04-08 02:26:18 +02:00
Jean Pierre Cimalando
01ae6946e3 Make C++ standard the same for lib, plugin and editor 2021-04-08 01:11:06 +02:00
JP Cimalando
3c00c8b750
Merge pull request #793 from jpcima/host-info
Add host info for LV2, and in general
2021-04-07 15:39:29 +02:00
Jean Pierre Cimalando
e3018fed04 Add host info for LV2, and in general 2021-04-07 15:27:36 +02:00
Jean Pierre Cimalando
7c7537b428 Allocate greater port sizes 2021-04-07 15:24:34 +02:00
Jean Pierre Cimalando
45c36e93a8 Fix Atom port corruption in LV2 2021-04-07 15:09:37 +02:00
redtide
1c42bf30d2 UI: About dialog with sysinfo 2021-04-07 02:45:09 +02:00
Jean Pierre Cimalando
8d8f2e236a Update the layout tool, to support multi-line strings 2021-04-07 01:52:50 +02:00
Jean Pierre Cimalando
1aeca9de1c Add native helpers to get the CPU name 2021-04-07 00:31:48 +02:00
Jean Pierre Cimalando
f181a5db75 Add compatibility OS detection with uname 2021-04-06 22:53:20 +02:00
Jean Pierre Cimalando
bcc3dfff3a Add native helpers to get OS name with version 2021-04-06 22:34:08 +02:00