Commit Graph

  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 062c815c7 Silence a warning by falkTX 2023-05-15 14:29:36 +0200
  • 3604086cb set some runtime script interpreters to /bin/sh by psykose 2023-05-15 01:55:05 +0000
  • 2bc13405d (refs/pull/1775/head) set some runtime script interpreters to /bin/sh by psykose 2023-05-15 01:55:05 +0000
  • c4836a860 frontend: dont use enums for data that goes into qvariant by falkTX 2023-05-15 01:27:25 +0200
  • 6c1f8c305 frontend: make build datatype more clear by falkTX 2023-05-15 01:07:56 +0200
  • fbae8f398 Quick tweaks for OBS just to find discovery tools by falkTX 2023-05-15 00:43:34 +0200
  • 2714ba4ee Initial tests for frontend with auto plugin discovery by falkTX 2023-05-15 00:28:20 +0200
  • 987466a29 Fix plugin bridges after latest changes by falkTX 2023-05-15 00:27:32 +0200
  • 6785064d5 Allow static plugin builds to have JACK driver by falkTX 2023-05-15 00:27:06 +0200
  • 41d76fffa Allow standalone builds with pure-bridge mode by falkTX 2023-05-15 00:26:28 +0200
  • 083a1a0c9 Fix non-linux build by falkTX 2023-05-14 22:04:44 +0200
  • a62cbe08b Fixup a few VST3 details, surge-xt working by falkTX 2023-05-14 18:19:37 +0200
  • b19d3daad Handle VST3 UI resize by falkTX 2023-05-14 17:46:08 +0200
  • c96d08746 Implement VST3 parameter outputs by falkTX 2023-05-14 03:20:55 +0200
  • c935ce4e5 Setup VST3 audio buffers properly by falkTX 2023-05-14 01:19:31 +0200
  • 2e13cc8ec Implement VST3 save/restore chunk by falkTX 2023-05-13 20:59:16 +0200
  • c531861ac Stop using JUCE on non mac/win systems by falkTX 2023-05-13 20:53:58 +0200
  • 5e5188c41 Cleanup by falkTX 2023-05-13 18:39:01 +0200
  • 03a767443 fix windows build, discovery regression, vst3 UI param changes by falkTX 2023-05-13 00:57:31 +0200
  • 7eeb222ae Start listening for vst3 callbacks by falkTX 2023-05-13 00:39:13 +0200
  • fb820c94a More vst3 details by falkTX 2023-05-12 20:05:24 +0200
  • 0175570f1 Fix non-linux posix build (typo) by falkTX 2023-05-11 23:47:00 +0200
  • 776acbba6 Many VST3 hosting details, get UIs to appear by falkTX 2023-05-11 23:45:20 +0200
  • f7d2ab868 Correct vst3 auto-discovery too by falkTX 2023-05-11 18:19:57 +0200
  • b2d8c0a35 Fix VST3 discovery by falkTX 2023-05-11 18:16:42 +0200
  • b5e9b3c1c Cleanup by falkTX 2023-05-11 17:20:16 +0200
  • f22543897 Really fix build by falkTX 2023-05-11 15:02:38 +0200
  • e76e7747d Skip building sfzero module for static plugin targets by falkTX 2023-05-11 14:56:16 +0200
  • f2940bcad Fix build by falkTX 2023-05-11 14:27:36 +0200
  • 5e34da688 discovery-api: auto-timeout stuck plugins, fix paths for mac/win by falkTX 2023-05-11 14:19:36 +0200
  • b160a9b18 discovery: try same plugin under macos x64 rosetta for non-juce by falkTX 2023-05-11 14:18:48 +0200
  • 7321be60c Add auto-scanning plugin API, with initial implementation by falkTX 2023-05-11 04:30:04 +0200
  • b32f6dbad Allow usage of CARLA_DISCOVERY_PATH env var for cached types by falkTX 2023-05-11 04:29:32 +0200
  • 59fc42412 Reduce starting pipe message to debug by falkTX 2023-05-11 04:29:03 +0200
  • cccc6ace7 water: allow getting common program files special dir for windows by falkTX 2023-05-11 04:06:01 +0200
  • 7fd7490c6 discovery: Allow to output information via pipe by falkTX 2023-05-11 02:51:58 +0200
  • 9b1401d34 Skip sfz support for static plugin targets by falkTX 2023-05-11 02:43:53 +0200
  • 432eaa150 Fix bridge overflow after VLA changes by falkTX 2023-05-11 02:43:15 +0200
  • a6d8560da Implement getPluginCategoryFromString by falkTX 2023-05-11 01:58:26 +0200
  • 3ec0eb2eb Add CarlaPipeCommon::readNextLineAsString() variant by falkTX 2023-05-11 01:56:38 +0200
  • 054e75a0a Fix crash after latest changes by falkTX 2023-05-10 18:37:16 +0200
  • fb9475762 Force things to build by falkTX 2023-05-09 01:10:35 +0200
  • 0a563b815 Fix MSVC build by falkTX 2023-05-09 00:34:08 +0200
  • f78229413 Fix typo and a warning by falkTX 2023-05-09 00:12:23 +0200
  • da93bdd3e Fix clap discovery for MSVC by falkTX 2023-05-08 23:35:56 +0200
  • b93cb1997 Stop using VLAs on code that will be used in OBS by falkTX 2023-05-08 23:05:52 +0200
  • 08d964574 MSVC compat for internal engine details by falkTX 2023-05-08 21:43:07 +0200
  • 23d015f49 Adjust getBinaryTypeFromFile to allow Qt usage by falkTX 2023-05-08 03:52:34 +0200
  • 7b728bfcf Add getBinaryTypeAsString utility function by falkTX 2023-05-08 03:51:57 +0200
  • cd668d966 More MSVC compat, cleanup thread code by falkTX 2023-05-07 21:19:09 +0200
  • 2ed57a027 Fix a silly MSVC error by falkTX 2023-05-07 20:52:13 +0200
  • a2411edbb Assume MSVC has proper C++11 support by falkTX 2023-05-07 19:19:46 +0200
  • 077049d88 Split water atomics, skip building those not supported by msvc by falkTX 2023-05-07 18:45:34 +0200
  • 62838c8b8 Even more MSVC compat by falkTX 2023-05-07 18:19:50 +0200
  • a28db6357 Continue MSVC compat by falkTX 2023-05-07 17:50:39 +0200
  • abdfcd78d More MSVC compat details by falkTX 2023-05-07 17:22:09 +0200
  • 518ad5d42 More MSVC warning handling by falkTX 2023-05-07 17:11:52 +0200
  • 8b3f95cd1 Another MSVC compat fix by falkTX 2023-05-07 16:36:49 +0200
  • 22b517648 ignore some macos deprecation warnings by falkTX 2023-05-07 16:32:22 +0200
  • a2cd6f2b6 ignore a warning by falkTX 2023-05-07 16:11:38 +0200
  • e06df7ae8 Make water atomic methods compatible with MSVC by falkTX 2023-05-07 16:00:44 +0200
  • f75582a2f Fix build with win32 unicode by falkTX 2023-05-07 15:17:00 +0200
  • 1591b84f1 Add specialized water static lib content for OBS by falkTX 2023-05-07 14:41:52 +0200
  • d029cd22a More cleanup, allow to pick qt for utils info methods (stub) by falkTX 2023-05-07 00:53:45 +0200
  • d7e79fd4f Fix a compiler warning by falkTX 2023-05-06 22:57:43 +0200
  • 6234db602 set NOMINMAX for utils windows include by falkTX 2023-05-06 22:36:06 +0200
  • 0ff297d2c more spreadout use of BUILDING_CARLA_OBS macro by falkTX 2023-05-06 22:30:06 +0200
  • 75597bc30 tweak lilv msvc build by falkTX 2023-05-06 21:48:20 +0200
  • 9fb3f216b Cleanup by falkTX 2023-05-06 21:27:17 +0200
  • 7d0416708 Use _WIN32 instead of __WIN32__ for internal lilv by falkTX 2023-05-06 20:55:42 +0200
  • 955b1bb88 better qt6 compat by falkTX 2023-05-06 20:52:54 +0200
  • 5508fb256 Allow to skip sfz and water use for cached plugin info by falkTX 2023-05-06 20:37:14 +0200
  • 933c3c681 Fix frontend qt6 compat by falkTX 2023-05-06 20:36:50 +0200
  • 68fa12d9e Another msvc fix, missing include by falkTX 2023-05-06 19:31:06 +0200
  • 6f8ff6d97 Add internal BridgeTextReader to cleanup bridge reading code by falkTX 2023-05-06 19:28:44 +0200
  • 8ece0553f Cleanup ringbuffer code by falkTX 2023-05-06 19:14:43 +0200
  • 16e645c26 More msvc compat by falkTX 2023-05-06 18:49:57 +0200
  • e7b077b06 bridge utils: do not use sprintf by falkTX 2023-05-06 18:00:53 +0200
  • 4aa25f726 More msvc compat by falkTX 2023-05-06 17:55:48 +0200
  • 1d0a4cb81 Dont use VLAs by falkTX 2023-05-06 17:25:14 +0200
  • 6d3ee107e Cleanup whitespace by falkTX 2023-05-06 15:42:22 +0200
  • 5d2d9a70d Fix a "possible loss of data" warning by falkTX 2023-05-06 15:32:59 +0200
  • 48994f652 Fix carla_shm_create_temp for unicode windows builds by falkTX 2023-05-06 15:15:42 +0200
  • cf8d88599 Remove use of REAL_BUILD macro by falkTX 2023-05-06 15:13:07 +0200
  • fd6271dcf Only use __builtin_expect for gnuc compatible compilers by falkTX 2023-05-06 14:57:01 +0200
  • aea5dcc30 msvc compat for print utils by falkTX 2023-05-06 14:39:32 +0200
  • 384b9198b MSVC doesnt have cxxabi.h header by falkTX 2023-05-06 14:17:24 +0200
  • f5ad53a08 Ignore a compiler warning by falkTX 2023-05-04 18:49:42 +0200
  • 6258d6958 Do not use `getDefaultValue` for JUCE plugins by falkTX 2023-05-04 18:19:47 +0200
  • f1a30531b Cleanup CARLA_PLUGIN_ONLY_BRIDGE macro usage by falkTX 2023-05-03 17:52:34 +0200
  • 2cb5950eb Cleanup core lib linkage by falkTX 2023-05-03 17:47:17 +0200
  • 96b67721b Adjustments as needed for Carla as OBS plugin by falkTX 2023-05-02 00:22:22 +0200
  • 9c00a93cb Introduce CARLA_PLUGIN_ONLY_BRIDGE build macro by falkTX 2023-05-02 00:21:34 +0200
  • 4267d5e2a minor bridge spec comments by falkTX 2023-04-30 14:57:51 +0200
  • f6ca0a6a0 Add .clang-format on root, so external usage doesnt complain by falkTX 2023-04-29 19:02:43 +0200
  • fdccb45be More CI tweaks by falkTX 2023-04-23 23:19:48 +0200
  • 360cfaaef Tweak CI by falkTX 2023-04-23 22:32:43 +0200
  • d2d8d66bb Cleanup CI files by falkTX 2023-04-23 21:05:29 +0200
  • 31acb8599 Use -fno-strict-aliasing for sord source builds by falkTX 2023-04-23 16:47:20 +0200
  • 3b9208505 Set DGL flags correctly by falkTX 2023-04-23 00:22:16 +0200