Commit Graph

  • c96d08746b
    Implement VST3 parameter outputs falkTX 2023-05-14 03:20:55 +0200
  • c935ce4e5d
    Setup VST3 audio buffers properly falkTX 2023-05-14 01:19:31 +0200
  • 2e13cc8eca
    Implement VST3 save/restore chunk falkTX 2023-05-13 20:59:16 +0200
  • c531861ac0
    Stop using JUCE on non mac/win systems falkTX 2023-05-13 20:53:58 +0200
  • 5e5188c415
    Cleanup falkTX 2023-05-13 18:39:01 +0200
  • 03a7674433
    fix windows build, discovery regression, vst3 UI param changes falkTX 2023-05-13 00:57:31 +0200
  • 7eeb222ae3
    Start listening for vst3 callbacks falkTX 2023-05-13 00:39:13 +0200
  • fb820c94ac
    More vst3 details falkTX 2023-05-12 20:05:24 +0200
  • 0175570f1d
    Fix non-linux posix build (typo) falkTX 2023-05-11 23:47:00 +0200
  • 776acbba63
    Many VST3 hosting details, get UIs to appear falkTX 2023-05-11 23:45:20 +0200
  • f7d2ab8682
    Correct vst3 auto-discovery too falkTX 2023-05-11 18:19:57 +0200
  • b2d8c0a358
    Fix VST3 discovery falkTX 2023-05-11 18:16:42 +0200
  • b5e9b3c1c9
    Cleanup falkTX 2023-05-11 17:20:16 +0200
  • f225438974
    Really fix build falkTX 2023-05-11 15:02:38 +0200
  • e76e7747d2
    Skip building sfzero module for static plugin targets falkTX 2023-05-11 14:56:16 +0200
  • f2940bcad0
    Fix build falkTX 2023-05-11 14:27:36 +0200
  • 5e34da6887
    discovery-api: auto-timeout stuck plugins, fix paths for mac/win falkTX 2023-05-11 14:19:36 +0200
  • b160a9b189
    discovery: try same plugin under macos x64 rosetta for non-juce falkTX 2023-05-11 14:18:48 +0200
  • 7321be60c6
    Add auto-scanning plugin API, with initial implementation falkTX 2023-05-11 04:30:04 +0200
  • b32f6dbad8
    Allow usage of CARLA_DISCOVERY_PATH env var for cached types falkTX 2023-05-11 04:29:32 +0200
  • 59fc42412f
    Reduce starting pipe message to debug falkTX 2023-05-11 04:29:03 +0200
  • cccc6ace77
    water: allow getting common program files special dir for windows falkTX 2023-05-11 04:06:01 +0200
  • 7fd7490c66
    discovery: Allow to output information via pipe falkTX 2023-05-11 02:51:58 +0200
  • 9b1401d345
    Skip sfz support for static plugin targets falkTX 2023-05-11 02:43:53 +0200
  • 432eaa1506
    Fix bridge overflow after VLA changes falkTX 2023-05-11 02:43:15 +0200
  • a6d8560dae
    Implement getPluginCategoryFromString falkTX 2023-05-11 01:58:26 +0200
  • 3ec0eb2eb8
    Add CarlaPipeCommon::readNextLineAsString() variant falkTX 2023-05-11 01:56:38 +0200
  • 054e75a0a1
    Fix crash after latest changes falkTX 2023-05-10 18:37:16 +0200
  • fb9475762d
    Force things to build falkTX 2023-05-09 01:10:35 +0200
  • 0a563b8150
    Fix MSVC build falkTX 2023-05-09 00:34:08 +0200
  • f782294135
    Fix typo and a warning falkTX 2023-05-09 00:12:23 +0200
  • da93bdd3e9
    Fix clap discovery for MSVC falkTX 2023-05-08 23:35:56 +0200
  • b93cb19975
    Stop using VLAs on code that will be used in OBS falkTX 2023-05-08 23:05:52 +0200
  • 08d9645747
    MSVC compat for internal engine details falkTX 2023-05-08 21:43:07 +0200
  • 23d015f49c
    Adjust getBinaryTypeFromFile to allow Qt usage falkTX 2023-05-08 03:52:34 +0200
  • 7b728bfcf3
    Add getBinaryTypeAsString utility function falkTX 2023-05-08 03:51:57 +0200
  • cd668d966d
    More MSVC compat, cleanup thread code falkTX 2023-05-07 21:19:09 +0200
  • 2ed57a0272
    Fix a silly MSVC error falkTX 2023-05-07 20:52:13 +0200
  • a2411edbba
    Assume MSVC has proper C++11 support falkTX 2023-05-07 19:19:46 +0200
  • 077049d88c
    Split water atomics, skip building those not supported by msvc falkTX 2023-05-07 18:45:34 +0200
  • 62838c8b85
    Even more MSVC compat falkTX 2023-05-07 18:19:50 +0200
  • a28db63576
    Continue MSVC compat falkTX 2023-05-07 17:50:39 +0200
  • abdfcd78db
    More MSVC compat details falkTX 2023-05-07 17:22:09 +0200
  • 518ad5d423
    More MSVC warning handling falkTX 2023-05-07 17:11:52 +0200
  • 8b3f95cd15
    Another MSVC compat fix falkTX 2023-05-07 16:36:49 +0200
  • 22b5176486
    ignore some macos deprecation warnings falkTX 2023-05-07 16:32:22 +0200
  • a2cd6f2b68
    ignore a warning falkTX 2023-05-07 16:11:38 +0200
  • e06df7ae82
    Make water atomic methods compatible with MSVC falkTX 2023-05-07 16:00:44 +0200
  • f75582a2f3
    Fix build with win32 unicode falkTX 2023-05-07 15:17:00 +0200
  • 1591b84f1a
    Add specialized water static lib content for OBS falkTX 2023-05-07 14:41:52 +0200
  • d029cd22a8
    More cleanup, allow to pick qt for utils info methods (stub) falkTX 2023-05-07 00:53:45 +0200
  • d7e79fd4f3
    Fix a compiler warning falkTX 2023-05-06 22:57:43 +0200
  • 6234db602b
    set NOMINMAX for utils windows include falkTX 2023-05-06 22:36:06 +0200
  • 0ff297d2c2
    more spreadout use of BUILDING_CARLA_OBS macro falkTX 2023-05-06 22:30:06 +0200
  • 75597bc303
    tweak lilv msvc build falkTX 2023-05-06 21:48:20 +0200
  • 9fb3f216b0
    Cleanup falkTX 2023-05-06 21:27:17 +0200
  • 7d04167083
    Use _WIN32 instead of __WIN32__ for internal lilv falkTX 2023-05-06 20:55:42 +0200
  • 955b1bb88c
    better qt6 compat falkTX 2023-05-06 20:52:54 +0200
  • 5508fb256a
    Allow to skip sfz and water use for cached plugin info falkTX 2023-05-06 20:37:14 +0200
  • 933c3c6812
    Fix frontend qt6 compat falkTX 2023-05-06 20:36:50 +0200
  • 68fa12d9e1
    Another msvc fix, missing include falkTX 2023-05-06 19:31:06 +0200
  • 6f8ff6d977
    Add internal BridgeTextReader to cleanup bridge reading code falkTX 2023-05-06 19:28:44 +0200
  • 8ece0553fb
    Cleanup ringbuffer code falkTX 2023-05-06 19:14:43 +0200
  • 16e645c26c
    More msvc compat falkTX 2023-05-06 18:49:57 +0200
  • e7b077b06b
    bridge utils: do not use sprintf falkTX 2023-05-06 18:00:53 +0200
  • 4aa25f7264
    More msvc compat falkTX 2023-05-06 17:55:48 +0200
  • 1d0a4cb81e
    Dont use VLAs falkTX 2023-05-06 17:25:14 +0200
  • 6d3ee107e7
    Cleanup whitespace falkTX 2023-05-06 15:42:22 +0200
  • 5d2d9a70d9
    Fix a "possible loss of data" warning falkTX 2023-05-06 15:32:59 +0200
  • 48994f6522
    Fix carla_shm_create_temp for unicode windows builds falkTX 2023-05-06 15:15:42 +0200
  • cf8d885999
    Remove use of REAL_BUILD macro falkTX 2023-05-06 15:13:07 +0200
  • fd6271dcfe
    Only use __builtin_expect for gnuc compatible compilers falkTX 2023-05-06 14:57:01 +0200
  • aea5dcc302
    msvc compat for print utils falkTX 2023-05-06 14:39:32 +0200
  • 384b9198b1
    MSVC doesnt have cxxabi.h header falkTX 2023-05-06 14:17:24 +0200
  • f5ad53a086
    Ignore a compiler warning falkTX 2023-05-04 18:49:42 +0200
  • 6258d69589
    Do not use `getDefaultValue` for JUCE plugins falkTX 2023-05-04 18:19:47 +0200
  • f1a30531b9
    Cleanup CARLA_PLUGIN_ONLY_BRIDGE macro usage falkTX 2023-05-03 17:52:34 +0200
  • 2cb5950eb0
    Cleanup core lib linkage falkTX 2023-05-03 17:47:17 +0200
  • 96b67721b6
    Adjustments as needed for Carla as OBS plugin falkTX 2023-05-02 00:22:22 +0200
  • 9c00a93cb8
    Introduce CARLA_PLUGIN_ONLY_BRIDGE build macro falkTX 2023-05-02 00:21:34 +0200
  • 4267d5e2a3
    minor bridge spec comments falkTX 2023-04-30 14:57:51 +0200
  • f6ca0a6a09
    Add .clang-format on root, so external usage doesnt complain falkTX 2023-04-29 19:02:43 +0200
  • fdccb45be7
    More CI tweaks falkTX 2023-04-23 23:19:48 +0200
  • 360cfaaefc
    Tweak CI falkTX 2023-04-23 22:32:43 +0200
  • d2d8d66bb1
    Cleanup CI files falkTX 2023-04-23 21:05:29 +0200
  • 31acb85999
    Use -fno-strict-aliasing for sord source builds falkTX 2023-04-23 16:47:20 +0200
  • 3b92085050
    Set DGL flags correctly falkTX 2023-04-23 00:22:16 +0200
  • 44c6615f2a
    Remove the use of mingw-std-threads falkTX 2023-04-22 20:50:38 +0200
  • 5adae9496f
    Cleanup falkTX 2023-04-20 21:44:07 +0200
  • 296bfc1a4f
    Make ysfx optional, enabled by default falkTX 2023-04-19 17:03:29 +0200
  • a9ba8c42cb
    Fix a typo falkTX 2023-04-19 16:51:00 +0200
  • cf11562c50
    Fix build with custom DGL namespace falkTX 2023-04-15 22:14:59 +0200
  • 6dcb915106 Fix LTO when used together with DPF falkTX 2023-04-15 19:40:27 +0200
  • 6f22f09d23
    Fix frontend build under windows falkTX 2023-04-15 17:58:09 +0200
  • 04d3e126b4
    Give up trying to merge all into 1 static lib, too much breakage falkTX 2023-04-15 16:30:03 +0200
  • 7131a918b2
    Tweak CARLA_ENGINE_WITHOUT_UI behaviour falkTX 2023-04-14 01:40:53 +0200
  • 4a7c1bcc85
    Have C++ plugin list dialog start to do something.. falkTX 2023-04-13 20:30:52 +0200
  • 9d6ae34a9c
    Copy python code to C++, commented out, fill out some more details falkTX 2023-04-13 16:37:08 +0200
  • c3408b1cd8
    Fix C compat falkTX 2023-04-11 16:45:51 +0200
  • 73642f9f6b
    Tweak frontend cpp code to make cmake autouic happy falkTX 2023-04-11 16:33:11 +0200