Commit Graph

  • *
  • *
  • *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • * |
  • * |
  • | *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • | *
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • f1d53644b Update linux build package by falkTX 2020-09-26 10:00:26 +0100
  • ce7366524 Update linux build packages by falkTX 2020-09-24 20:08:57 +0100
  • 7408afef9 Prevent assertion on getUniquePluginName() for short plugin names by falkTX 2020-09-25 11:11:12 +0100
  • 9fa0e3d4c Prevent assertion on getUniquePluginName() for short plugin names by falkTX 2020-09-25 11:11:12 +0100
  • 83ce16bd6 export carla_get_native_plugins_data function by falkTX 2020-09-25 10:54:12 +0100
  • 7366eed20 Fix previous commit by falkTX 2020-09-25 05:24:41 +0100
  • 2c2176dcd Fix previous commit by falkTX 2020-09-25 05:24:41 +0100
  • e50d31a8c only try to use lv2 modgui under linux by falkTX 2020-09-25 05:17:22 +0100
  • 07f8ed730 Fix memory leaks in LV2 stuff by falkTX 2020-09-25 05:08:50 +0100
  • 6e3152ae1 Set NATIVE_PLUGIN_USES_CONTROL_VOLTAGE flag on C relevant plugins by falkTX 2020-09-25 03:37:38 +0100
  • 97c019ca4 Fix CarlaNative.h for strict compiler mode by falkTX 2020-09-25 01:29:08 +0100
  • 967649fa9 Fix macOS build by falkTX 2020-09-25 05:19:54 +0100
  • 602111bbf only try to use lv2 modgui under linux by falkTX 2020-09-25 05:17:22 +0100
  • e99c8a614 test-load carla as lv2 plugin too by falkTX 2020-09-25 05:11:43 +0100
  • cea7ffe5f Fix memory leaks in LV2 stuff by falkTX 2020-09-25 05:08:50 +0100
  • 2e00e352d test-load our vst plugin by falkTX 2020-09-25 04:10:41 +0100
  • d1dd1e4e9 Fix dropped symbols by falkTX 2020-09-25 04:10:18 +0100
  • 0c85fdb63 Cleanup memory of the VST plugin by falkTX 2020-09-25 04:09:56 +0100
  • 5f8a88125 Remove "make test" target, this is for internal testing only by falkTX 2020-09-25 03:39:20 +0100
  • 96e56c02d Load and test all internal plugins by falkTX 2020-09-25 03:38:51 +0100
  • 4e4e03ae2 Set NATIVE_PLUGIN_USES_CONTROL_VOLTAGE flag on C relevant plugins by falkTX 2020-09-25 03:37:38 +0100
  • b81d3d955 Add a test for carla-host-plugin usage by falkTX 2020-09-25 03:10:20 +0100
  • 0fad472b5 Rework some symbol exports, resolving conflicts of standalone/utils by falkTX 2020-09-25 03:08:32 +0100
  • 58854f37d Fix header include test; Add a "make test" target by falkTX 2020-09-25 01:29:33 +0100
  • c986615e3 Fix CarlaNative.h for strict compiler mode by falkTX 2020-09-25 01:29:08 +0100
  • 1f4ce4a05 Remove a useless "<br>" in macOS README by falkTX 2020-09-24 18:53:25 +0200
  • 561f83dee Ignore "-psn_" prefixed CLI args on macOS by falkTX 2020-09-24 18:49:22 +0200
  • dd77f6fb1 Allow to use dark theme/mode on newer macOS by falkTX 2020-09-24 18:44:33 +0200
  • 2385adabd Remove a useless "<br>" in macOS README by falkTX 2020-09-24 18:53:25 +0200
  • f06a1c141 Ignore "-psn_" prefixed CLI args on macOS by falkTX 2020-09-24 18:49:22 +0200
  • 3a1adb7ca Allow to use dark theme/mode on newer macOS by falkTX 2020-09-24 18:44:33 +0200
  • 4f46260a0 Bump dev version for all the files by falkTX 2020-09-24 12:54:28 +0100
  • 6682c1148 Reload plugin parameters after loading project in carla-plugin Fixes #1217 by falkTX 2020-09-24 04:26:29 +0100
  • eb78e41ed Allow to use canvas cut operations without prior window focus Fixes #1176 by falkTX 2020-09-24 03:43:53 +0100
  • 3a4a81eaf Ignore mouse wheel events when dragging canvas around by falkTX 2020-09-24 03:23:03 +0100
  • 3f6d9127d canvas: Only "drop" connection drag for mouse release of left button Fixes #1206 by falkTX 2020-09-24 02:18:20 +0100
  • 838a00566 Implement custom plugin ui title on bridges Fixes #1219 by falkTX 2020-09-24 01:48:45 +0100
  • a1d719548 Prevent assertion when jack driver not running in multi-client mode by falkTX 2020-09-24 00:45:42 +0100
  • 83acd850a Fix plugins having wrong id when switched around in patchbay mode Closes #1259 by falkTX 2020-09-24 00:38:35 +0100
  • 86a056c5d Drop the RC suffix by falkTX 2020-09-24 04:49:36 +0100
  • 6e6604ba4 Reload plugin parameters after loading project in carla-plugin Fixes #1217 by falkTX 2020-09-24 04:26:29 +0100
  • f7ccb5bcf Allow to use canvas cut operations without prior window focus Fixes #1176 by falkTX 2020-09-24 03:43:53 +0100
  • 9acf43907 Ignore mouse wheel events when dragging canvas around by falkTX 2020-09-24 03:23:03 +0100
  • e594ccbfe canvas: Only "drop" connection drag for mouse release of left button Fixes #1206 by falkTX 2020-09-24 02:18:20 +0100
  • 843d32374 Implement custom plugin ui title on bridges Fixes #1219 by falkTX 2020-09-24 01:48:45 +0100
  • e4cce848d Prevent assertion when jack driver not running in multi-client mode by falkTX 2020-09-24 00:45:42 +0100
  • a2bf91dae Fix plugins having wrong id when switched around in patchbay mode Closes #1259 by falkTX 2020-09-24 00:38:35 +0100
  • a383bd93b Better/faster detection for libmagic (when present) by falkTX 2020-09-22 16:17:12 +0100
  • e9eed8bb8 Better/faster detection for libmagic (when present) by falkTX 2020-09-22 16:17:12 +0100
  • 809b9cba2 interposer: add 'exit' (redirects to '_exit') by falkTX 2020-09-21 22:40:12 +0100
  • b12db8419 Match macos local env with build script by falkTX 2020-09-21 19:57:34 +0100
  • 785b25966 (tag: v2.2.0-RC3) Match macos local env with build script by falkTX 2020-09-21 19:57:34 +0100
  • 165dba668 Set 2.2-RC3 version for win/mac builds by falkTX 2020-09-21 19:56:31 +0100
  • b35b401c9 Fix strict build by falkTX 2020-09-21 05:59:36 +0100
  • a2a76b428 Fixup macOS README, mentioning new plugin situation by falkTX 2020-09-21 05:48:25 +0100
  • d71a158af Do not enable all 64 max buses for AU plugins by falkTX 2020-09-21 05:42:45 +0100
  • 6dacdef9f Tweaks for a proper macOS 10.12 build by falkTX 2020-09-21 05:17:19 +0100
  • 321d2670c Fix strict build by falkTX 2020-09-21 05:59:36 +0100
  • 482fcff2b Fixup macOS README, mentioning new plugin situation by falkTX 2020-09-21 05:48:25 +0100
  • 7c2b7f5c3 Set version as 2.2.0-RC3 by falkTX 2020-09-21 05:44:44 +0100
  • e91e7386b Do not enable all 64 max buses for AU plugins by falkTX 2020-09-21 05:42:45 +0100
  • eb4a490b2 Tweaks for a proper macOS 10.12 build by falkTX 2020-09-21 05:17:19 +0100
  • 1e66d1cb8 Only set special plugin ui flags under windows, not wine/bridges by falkTX 2020-09-14 04:09:23 +0100
  • abd600e42 Only set special plugin ui flags under windows, not wine/bridges by falkTX 2020-09-14 04:09:23 +0100
  • aad4beec9 Fix warnings, print error code if win32 process start fails by falkTX 2020-09-14 02:58:11 +0100
  • 85e03bd91 Do not put plugin UIs on top in Windows; Fix window type Fixes #1116 by falkTX 2020-09-14 02:56:56 +0100
  • b07281d3c Do not allow capture logs on windows, even if enabled by falkTX 2020-09-14 02:56:14 +0100
  • b017af63c Give custom message in about page when liblo/osc is not enabled by falkTX 2020-09-14 02:55:19 +0100
  • 9a273b183 Better compatibility with msys2 by falkTX 2020-09-14 02:48:38 +0100
  • 608469729 Fix warnings, print error code if win32 process start fails by falkTX 2020-09-14 02:58:11 +0100
  • 423784089 Do not put plugin UIs on top in Windows; Fix window type Fixes #1116 by falkTX 2020-09-14 02:56:56 +0100
  • e77478c52 Do not allow capture logs on windows, even if enabled by falkTX 2020-09-14 02:56:14 +0100
  • cc6d4281c Give custom message in about page when liblo/osc is not enabled by falkTX 2020-09-14 02:55:19 +0100
  • c4d245ac1 Better compatibility with msys2 by falkTX 2020-09-14 02:48:38 +0100
  • a45be16cc One less include to fix build on macos by falkTX 2020-09-07 22:25:29 +0100
  • 63c5af5d2 Include utils code in carla-host-plugin library by falkTX 2020-09-07 22:07:05 +0100
  • 0c5addb4b Missing symbols in carla-host-plugin Fixes #1251 by falkTX 2020-09-07 18:10:10 +0100
  • 411e0f426 Add carla-host-plugin library, for usage in hosts by falkTX 2020-09-07 14:25:12 +0100
  • 2ee8f9db3 (tag: v2.2.0-RC2) Bump linux script download by falkTX 2020-09-06 14:34:31 +0100
  • b93279cfd Packaging xycontroller in linux binary builds by falkTX 2020-09-06 12:54:07 +0100
  • 90d8dce28 Packaging xycontroller in linux binary builds by falkTX 2020-09-06 12:54:07 +0100
  • 5215baba2 Double-resolution tick for carla-lv2 plugin by falkTX 2020-09-06 12:30:08 +0100
  • 246d6864d Prevent bad vst host from giving carla-plugin invalid time values See #1236 by falkTX 2020-09-06 12:00:37 +0100
  • b2c3a91f1 Clear current project filename on engine stop Fixes #1243 by falkTX 2020-09-06 11:28:26 +0100
  • 40c3c7907 Fix oddities with MIDI learn Closes #1248 by falkTX 2020-09-06 11:23:59 +0100
  • 731190ac9 Fix win32 packing by falkTX 2020-09-06 00:23:41 +0100
  • 862f5fbb9 Fix xycontroller scene not sending all values by falkTX 2020-09-05 23:48:49 +0100
  • 3f05122b8 Generate macos app data for xycontroller-ui by falkTX 2020-09-06 00:41:18 +0200
  • 9f74a1705 Tweak windows packing script by falkTX 2020-09-05 22:25:31 +0100
  • e139c4438 patchcanvas: check validity of a few object's parentItems by falkTX 2020-09-04 00:17:06 +0100
  • 5bc74b054 Double-resolution tick for carla-lv2 plugin by falkTX 2020-09-06 12:30:08 +0100
  • 991f79a0b Prevent bad vst host from giving carla-plugin invalid time values See #1236 by falkTX 2020-09-06 12:00:37 +0100
  • d33cec8ec Clear current project filename on engine stop Fixes #1243 by falkTX 2020-09-06 11:28:26 +0100
  • 13a983c28 Fix oddities with MIDI learn Closes #1248 by falkTX 2020-09-06 11:23:59 +0100
  • 1d83a8781 Fix win32 packing by falkTX 2020-09-06 00:23:41 +0100
  • 32c349f5b Fix xycontroller scene not sending all values by falkTX 2020-09-05 23:48:49 +0100
  • 2f0fff317 Generate macos app data for xycontroller-ui by falkTX 2020-09-06 00:41:18 +0200
  • fcabf2c5c Set version as 2.2.0-RC2 for packaging by falkTX 2020-09-05 22:41:26 +0100
  • d69a49bc3 Tweak windows packing script by falkTX 2020-09-05 22:25:31 +0100
  • b7ee303c5 patchcanvas: check validity of a few object's parentItems by falkTX 2020-09-04 00:17:06 +0100