Commit graph

112 commits

Author SHA1 Message Date
Jean Pierre Cimalando
ae1c4e2245 Redisplay all state on VST editor opened 2020-11-24 07:51:45 +01:00
Jean Pierre Cimalando
03cc5d2e5f Delayed UI updates with locking 2020-11-24 07:24:24 +01:00
Jean Pierre Cimalando
8a7a223777 Make sure to null the editor frame after closing 2020-11-24 01:35:42 +01:00
Jean Pierre Cimalando
2ecf35d154 Add the common IIDs to AudioUnit 2020-11-23 00:22:56 +01:00
Jean Pierre Cimalando
d9ac783b24 Update to VST 3.7.1 2020-11-22 23:43:07 +01:00
Jean Pierre Cimalando
96b4c490e2 Do not store text files at the root of VST and AU bundles 2020-11-14 14:17:02 +01:00
Jean Pierre Cimalando
722225f9f2 Add OSC and plugin-side communication 2020-11-05 05:48:24 +01:00
Jean Pierre Cimalando
af7ee06a81 Fix a pkg-config error in some situations 2020-11-01 15:11:14 +01:00
Jean Pierre Cimalando
e254fe021d Stop path scoring at the first component mismatch 2020-10-30 08:36:52 +01:00
Jean Pierre Cimalando
73051b7135 Improve complexity of the file scoring 2020-10-30 08:17:20 +01:00
Jean Pierre Cimalando
59e939e907 Ensure utf-8 to be used as path encoding 2020-10-30 08:11:17 +01:00
Jean Pierre Cimalando
f1053aa31b Add a debugging helper to dump the trie 2020-10-30 08:05:54 +01:00
Jean Pierre Cimalando
21ed20bce1 Ensure that default paths don't have duplicates 2020-10-30 08:00:41 +01:00
Jean Pierre Cimalando
99b7780ff3 Implement the file trie 2020-10-30 07:31:52 +01:00
Jean Pierre Cimalando
336847ee7c Clear the file index on refresh 2020-10-30 06:24:42 +01:00
Jean Pierre Cimalando
6f8078af45 Allow the file scan to proceed on permission denied 2020-10-30 06:05:13 +01:00
Jean Pierre Cimalando
3db710f101 Do some minor code cleanups 2020-10-30 06:00:30 +01:00
Jean Pierre Cimalando
45285a4a66 VST file search 2020-10-30 05:26:52 +01:00
Jean Pierre Cimalando
a34ac38aec Add helpers to identify the documents directory 2020-10-30 05:26:45 +01:00
redtide
6a2382f37a CI reorganization 2020-10-29 05:21:25 +01:00
Jean Pierre Cimalando
b71be82e27 Put the dylibbundler steps into cmake and out of travis 2020-10-23 23:20:17 -07:00
Jean Pierre Cimalando
f452d7f895 Copy the VST in AU at installation time 2020-10-23 21:53:05 -07:00
Jean Pierre Cimalando
8546b2075f Enable the resource fork again 2020-10-21 10:10:14 +02:00
Jean Pierre Cimalando
6ec8840b1b Force the AU knob mode to linear 2020-10-21 08:34:28 +02:00
Jean Pierre Cimalando
72dfd54933 Remove the warning suppression which broke OBS
The error was: -Wformat-security ignored without -Wformat
2020-10-15 19:38:07 +02:00
Jean Pierre Cimalando
1e6cdd841b Implement MIDI sending to VST from UI 2020-10-14 20:04:59 +02:00
Jean Pierre Cimalando
7a39d6c7cf Eliminate more warnings from Steinberg VST 2020-10-10 17:15:45 +02:00
Jean Pierre Cimalando
a285d387d7 Allow the AudioUnit to build again 2020-09-07 05:52:18 -07:00
Jean Pierre Cimalando
40e48bcc54 User interface update 2020-09-07 13:13:23 +02:00
Jean Pierre Cimalando
1fd7710493 Try cmake hack which disables Release/ output dir in MSVC 2020-09-02 01:44:49 +02:00
Jean Pierre Cimalando
1904aec674 Replace absl::variant 2020-09-02 01:44:49 +02:00
Jean Pierre Cimalando
b92209de74 Support UI in LV2 2020-09-02 01:44:49 +02:00
Jean Pierre Cimalando
e2b8b21967 Separate the editor code from VST 2020-09-02 01:44:46 +02:00
Jean Pierre Cimalando
d240f4f63f vst: set slider default values 2020-08-21 20:34:49 +02:00
Jean Pierre Cimalando
9d8ebaf718 Add VST info panel 2020-08-12 19:23:50 +02:00
Jean Pierre Cimalando
95e730f5b1 Add the playback state on VST 2020-08-11 16:20:55 +02:00
Jean Pierre Cimalando
36f5a62f04 Plugin-level support for host time 2020-08-11 16:04:20 +02:00
redtide
efabd2dfab Rename ringbuffer headers 2020-07-06 00:26:45 +02:00
redtide
d363627f21 Added include files in CMakeLists as support for QtCreator IDE 2020-07-05 22:19:52 +02:00
Paul Ferrand
80d4eaf9c7 Change the default and range for the number of voices in the VST 2020-06-21 20:11:56 +02:00
Jean Pierre Cimalando
65005afa79 Re-layout the controls as 3 columns 2020-06-21 20:06:17 +02:00
Jean Pierre Cimalando
35dc738e18 Add a missing check on message attributes 2020-06-21 20:06:17 +02:00
Jean Pierre Cimalando
429c98ee83 Fix the narrowing conversion problem 2020-06-21 20:06:17 +02:00
Jean Pierre Cimalando
42bf66dd74 Update the VST plugin 2020-06-21 20:06:13 +02:00
Jean Pierre Cimalando
9d49794704 Set a better sfz file default 2020-06-20 16:29:50 +02:00
Jean Pierre Cimalando
846dd6d23f Load a default SFZ if path empty 2020-06-20 13:13:40 +02:00
Jean Pierre Cimalando
c353769c2c Update the VST appearance 2020-05-20 01:09:24 +02:00
Jean Pierre Cimalando
31b5aa6de9 Fix VST problems in our forked submodules, branch sfizz 2020-05-19 21:12:48 +02:00
Jean Pierre Cimalando
8161191ae8 Fix some VST parameter issues 2020-05-16 21:30:58 +02:00
Jean Pierre Cimalando
e527238d16 Add some status messages regarding the AU build 2020-05-14 11:24:02 +02:00