Commit graph

57 commits

Author SHA1 Message Date
Jean Pierre Cimalando
34f9754a99 Fix a clang-tidy problem 2021-04-15 22:21:27 +02:00
Jean Pierre Cimalando
ce1894ccf4 Tempo API in BPM 2021-04-15 22:14:30 +02:00
Jean Pierre Cimalando
29c62cfd68 Export a compatibility entry point for VST2 2021-04-15 18:35:06 +02:00
Jean Pierre Cimalando
18461b09d4 Change the default quality in plugins as well 2021-04-14 20:04:34 +02:00
Jean Pierre Cimalando
3c9a7541a5 Do not require dylibbundler to build 2021-04-12 23:43:50 +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
7a33d3079f Copy editor resources when changed 2021-04-12 06:15:17 +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
Jean Pierre Cimalando
94be9902c1 Sample quality controls in UI 2021-04-10 20:52:16 +02:00
Jean Pierre Cimalando
0035de0269 Devirtualize 2021-04-10 14:43:28 +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
8d68f50bac Move sfizz settings and paths to common plugin sources 2021-04-08 20:30:19 +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
Jean Pierre Cimalando
6c26618dd8 Fix a problem of null-termination with Win32 API 2021-04-06 21:53:19 +02:00
Jean Pierre Cimalando
fafabe53fc Pass the name of the VST3 host program 2021-04-06 21:01:39 +02:00
Jean Pierre Cimalando
77aff4b1df Pass the type of plugin to editor 2021-04-06 20:45:37 +02:00
Jean Pierre Cimalando
20b436c5ae Fix the clang-tidy error 2021-04-06 20:18:53 +02:00
Jean Pierre Cimalando
087180db41 CC automations for VST, saving and loading 2021-04-06 19:50:16 +02:00
Jean Pierre Cimalando
0a40e29a8b Fix inability to save the user directory 2021-04-06 01:18:39 +02:00
Jean Pierre Cimalando
2436414ad8 Allow UI to send value by controller 2021-04-05 18:28:26 +02:00
Paul Fd
993620252b Support polyphonic aftertouch basics 2021-04-04 23:07:43 +02:00
Jean Pierre Cimalando
06ae5d2f52 Add support of background image 2021-04-04 00:00:57 +02:00
Jean Pierre Cimalando
0bcfbc5495 Update active voices with interval based on system clock 2021-04-03 23:26:22 +02:00
Jean Pierre Cimalando
12896fe168 clang-tidy fixes 2021-04-03 23:26:22 +02:00
Jean Pierre Cimalando
9636b3c733 Delete redundant information 2021-04-03 23:26:22 +02:00
Jean Pierre Cimalando
53a5e989e5 Pull model for current CC and switch 2021-04-03 23:26:14 +02:00
Jean Pierre Cimalando
5e06aba595 Send UI the instrument description 2021-04-03 23:25:19 +02:00
Jean Pierre Cimalando
0d8deb1fb9 Keep path and description updated separately 2021-04-03 23:25:19 +02:00
Jean Pierre Cimalando
9d3e365f2e Instrument description in VST and LV2 2021-04-03 23:25:19 +02:00
Jean Pierre Cimalando
68b74cd237 New fixes for clang-tidy 2021-04-01 17:08:26 +02:00
Jean Pierre Cimalando
7091e4d54f Make the importer a library of its own 2021-03-18 16:40:33 +01:00
Jean Pierre Cimalando
cf2832d462 Have interval as constant, and set lower value 2021-03-18 11:26:40 +01:00
Jean Pierre Cimalando
0a63256b65 Background work when idle 2021-03-18 02:29:01 +01:00
Jean Pierre Cimalando
3edf948949 Ensure to initialize the PlayState structure 2021-03-08 16:43:45 +01:00
Jean Pierre Cimalando
0b27ef3845 Fix new MinGW problems after raising c++ standard 2021-03-07 18:12:33 +01:00
Jean Pierre Cimalando
9e362a5507 Ensure to not set vst libs to a lower standard 2021-03-07 18:08:27 +01:00
Jean Pierre Cimalando
37b5c3b1bc Add importer support in plugins 2021-03-07 17:40:05 +01:00
Jean Pierre Cimalando
e3b77b0417 vst: eliminate some string comparisons 2021-03-01 06:59:57 +01:00
Jean Pierre Cimalando
34ca6d69e3 Display key events on VK, with VST 2021-02-23 09:27:20 +01:00