ff6b2c855 (refs/pull/1073/head)discovery: print category for vst plugins by
Alexandros Theodotou
2020-04-13 22:37:53 +0100
4a52fb680Fix strict build by
falkTX
2020-04-13 08:27:08 +0100
4cdc7f947Only standalone should call carla_engine_idle by
falkTX
2020-04-13 08:12:01 +0100
8db6aa98eAllow carla-plugin to have full access to Host API by
falkTX
2020-04-13 08:07:23 +0100
c1bd5c441Fix build by
falkTX
2020-04-13 08:06:04 +0100
215103c05Host API calls now require handle as first argument by
falkTX
2020-04-13 07:53:04 +0100
065797876 (tag: v2.1)Fix typo by
falkTX
2020-04-13 04:29:06 +0100
a8a87a8f1Leave a note regarding macOS plugins not being notarized by
falkTX
2020-04-13 04:07:45 +0100
c79e17810Set version as 2.1.0 by
falkTX
2020-04-13 04:03:03 +0100
0f10d81c5Use PORT_TYPE_PARAMETER for CV ports (brown color) by
falkTX
2020-04-13 03:50:35 +0100
86acfaaf6Remove old patchcanvas.py file that was still there by mistake by
falkTX
2020-04-13 03:45:32 +0100
6db098f49Fix mingw/gcc-9 build Closes#1072 by
falkTX
2020-04-13 03:24:16 +0100
48848789bFix crash loading LV2 plugin with CV and latency ports Fixes#1070 by
falkTX
2020-04-13 03:11:30 +0100
678505e87Add a simple cv2audio plugin, per user request by
falkTX
2020-04-13 02:49:05 +0100
9f7f18fbcRevert "Set custom UI scale for VST2 and Juce plugins" by
falkTX
2020-04-11 23:00:26 +0100
01b345f07Set custom UI scale for VST2 and Juce plugins by
falkTX
2020-04-11 00:23:09 +0100
8491fb91fDebug pixel ratio information by
falkTX
2020-04-10 23:06:33 +0100
9249bebbf (tag: v2.1-rc2)Update version of debs for linux build by
falkTX
2020-03-31 01:15:13 +0100
abe09500cDon't catch unwind under clang by
falkTX
2020-03-31 00:42:03 +0100
33889cf3dBump version in build scripts too by
falkTX
2020-03-31 00:32:35 +0100
76e50bf2fBump version by
falkTX
2020-03-31 00:30:47 +0100
0cef38f26 (refs/pull/754/head)Can always drag&drop vst3 files because of bridges by
falkTX
2020-03-31 00:07:09 +0100
65da85d28Increase default size of plugin RT data pool 128 is not even enough for all-notes-off plus random events 512 seems a safe number, for now by
falkTX
2020-03-30 23:56:00 +0100
57e3a99b7Fix missing idle in native plugins, leading to no post rt events by
falkTX
2020-03-30 23:52:56 +0100
27548ae65Alternative approach to postponed rt events by
falkTX
2020-03-30 23:39:37 +0100
5a7b5a1c1Set different uid, name and label for VST Shell plugin Fixes#1054 by
falkTX
2020-03-30 22:33:11 +0100
8d113dc1eFix jack metadata usage for multiple carla instances by
falkTX
2020-03-30 22:01:43 +0100
fe545cc42Fix typo in midi2cv, sorry! by
falkTX
2020-03-30 19:59:53 +0100
050d6775dRename "prevent bad things" option and give it a tooltip Fixes#909 by
falkTX
2020-03-30 19:55:29 +0100
a48ebd3bdAdd sf3 to default soundfont path Closes#905 by
falkTX
2020-03-30 19:46:07 +0100
991b184ddFix for unconventional mouse releases while line is dragging Closes#880 by
falkTX
2020-03-30 19:40:29 +0100
5ec3b8fdaFix build of external plugins by
falkTX
2020-03-30 19:01:38 +0100
2aab68eb9Focus bridged UI when shown by
falkTX
2020-03-30 18:50:51 +0100
a87449110bigmeter plugin does not need fixed buffers fixes#1050 by
falkTX
2020-03-30 17:57:29 +0100
08e416113Specify different lv2 parameters per file type (audio, midi, generic) by
falkTX
2020-03-10 07:26:57 +0000
ea0ae788aTweak static lv2 bundles by
falkTX
2020-03-10 07:14:13 +0000
70d1bd403Merge branch 'develop' of github.com:falkTX/Carla into develop by
falkTX
2020-03-08 02:55:25 +0000
01dfa6d1dMake sure `readSucess` starts initialized by
falkTX
2020-03-08 02:52:46 +0000
ad123a433Optimize pipes (#1048) by
Filipe Coelho
2020-03-08 02:41:45 +0000
46d3a923e (refs/pull/1048/head)Finish optimizations by
falkTX
2020-03-08 02:40:31 +0000
944a6edd4unfinished commit by
falkTX
2020-03-07 23:11:36 +0000
508f2276dHandle stack unwind for carla's "safe" exceptions by
falkTX
2020-03-07 21:44:59 +0000
c87c948a1Reduce pipe allocations for pyqt plugin ui and simple values by
falkTX
2020-03-07 20:47:20 +0000
9a6c17dc5Optimize pipe reads, by reducing allocations by
falkTX
2020-03-07 20:34:34 +0000
3ab3f3c7aIgnore lv2 any patch:writable that is not lv2:Parameter by
falkTX
2020-03-07 18:59:17 +0000
9558263d4Fix previous commit, ensure pool sizes are the same by
falkTX
2020-02-25 11:37:06 +0000
6b2f60716Protect Post-RT events with RAII, use separate pool for pending data by
falkTX
2020-02-24 23:09:41 +0000
48d9d4c43Try to fix a crash on close by
falkTX
2020-02-24 21:36:17 +0000
a511bb259Try to prevent flooding logs with nan warning by
falkTX
2020-02-24 21:02:59 +0000
7ced536c8Try to catch NaN values in gui by
falkTX
2020-02-24 20:43:27 +0000
f781db3bbJACK: update metadata plugin id when changed by
falkTX
2020-02-24 18:54:53 +0000
cef506e97Adjust for LV2 UI parameter value API refresh by
falkTX
2020-02-23 14:05:42 +0000
5b9a630a0Better handling of lv2ui request parameter "already open" status by
falkTX
2020-02-17 19:52:17 +0000
5217efc4cImplement lv2ui request parameter for file paths by
falkTX
2020-02-17 19:34:15 +0000
3b9266662Fix 32bit build by
falkTX
2020-02-17 18:10:30 +0000
12318879cImplement lv2ui background/foreground color by
falkTX
2020-02-17 17:55:50 +0000
ec3b9dac0Fix CarlaPipeCommon::readNextLineAsUInt for values > INT32_MAX by
falkTX
2020-02-17 17:55:19 +0000
ce0cac7d6Fix MIDI CC assignment showing wrong selected value (base 16 vs 10) Fixes#1018 by
falkTX
2020-02-17 12:53:50 +0000
54c075d5aRestrict ffmpeg usage to known good versions Fixes#1017 sorta... by
falkTX
2020-02-17 12:49:21 +0000
41f59c4bfRework jack ports callback handling (get all data during callback) by
falkTX
2020-02-16 22:48:02 +0000
af0acd31cAdd some safety checks around jack port callbacks by
falkTX
2020-02-16 20:52:19 +0000
3e085fab9Fix build without PyQt by
falkTX
2020-02-07 12:29:09 +0000
73c29be96Fix build with gcc-10 Closes#1014 by
falkTX
2020-02-07 12:07:21 +0000
74eef49b6Fix audio and midi file not loading saved file by
falkTX
2020-02-01 11:54:59 +0000
37b6f040cPrevent out of bounds parameter touch in carla-native plugin Fixes#992 by
falkTX
2020-02-01 11:22:31 +0000
3886b3f98Fix carla-lv2 sending invalid param changes via write function by
falkTX
2020-02-01 11:13:58 +0000
4544d8559Fix right-click custom value dialog on skin knobs Fixes#997 by
falkTX
2020-01-27 00:07:47 +0000
ed852ffacAvoid assertion warning with an expected null value by
falkTX
2020-01-23 21:47:30 +0000
cf50b929cDo not allow to enable canvas inline-displays in carla-control by
falkTX
2020-01-20 12:03:43 +0000
57d29b421Fixup carla-control to be in sync with main carla by
falkTX
2020-01-20 12:00:05 +0000
d3b3d5498Move all custom build patches into a single folder by
falkTX
2020-01-20 11:14:04 +0000
9f055db1cMake data/linux/build-all.sh usable as "source", useful for docker by
falkTX
2020-01-20 11:09:02 +0000
7d907da52Really fix multi-client plugin rename by
falkTX
2020-01-18 10:54:15 +0000
d8d331edcPreserve plugin id and icon when renaming in multi-client mode by
falkTX
2020-01-17 17:51:02 +0000
bd811fb1c (tag: v2.1-rc1)Set version in windows zip files by
falkTX
2020-01-16 03:33:15 +0000
dc9bfb02cTweaks for Windows and Linux build by
falkTX
2020-01-16 02:41:01 +0000
34891c61dSet new osx builds to use 10.12 as minimum, skip 32bit bridges by
falkTX
2020-01-16 02:50:46 +0100
54dad659aCleanup by
falkTX
2020-01-16 01:00:25 +0100
ed9ecac94Final tweaks for osx menu roles by
falkTX
2020-01-16 00:49:07 +0100
34ea5ff12Remove menu roles from main UI file by
falkTX
2020-01-15 23:46:20 +0000
314747982Bunch of tweaks for osx builds, seems to work :) by
falkTX
2020-01-16 00:25:45 +0100
c844132c0A few more things needed for release by
falkTX
2020-01-15 21:12:30 +0000
36de0cc07Set version as 2.0-RC1 by
falkTX
2020-01-15 21:08:34 +0000
d26ecc359Fix crash when removing plugin with active cv control ports by
falkTX
2020-01-15 21:06:38 +0000
cfdb181f3Add safety checks around CV control ranges by
falkTX
2020-01-15 20:51:23 +0000
9bdcee228Do not restrict ranges when mapped to CV by
falkTX
2020-01-15 20:41:29 +0000
eb7590a27Prevent an assertion warning by
falkTX
2020-01-15 20:38:05 +0000
25bc60fd4Fix strict and debug bridge build by
falkTX
2020-01-15 20:02:32 +0000
811063326Update submodule (fixes build with external plugins) by
falkTX
2020-01-15 18:57:47 +0000
8255f5a73Allow CV controls in a few more formats, plus in bridges as well by
falkTX
2020-01-15 18:56:21 +0000
3b86fc2f4Cleanup and merge common code; Implement custom MIDI CC ranges by
falkTX
2020-01-15 18:33:56 +0000
9640c9315Ensure only correct parameters can be cv controlled by
falkTX
2020-01-15 18:31:00 +0000
b99fc3c41Fix offset to cv controlled parameters; Dont show range if unmapped by
falkTX
2020-01-15 17:34:38 +0000
7703a681cAllow user to set ranges; Better render of "set value" dialog text by
falkTX
2020-01-15 17:14:57 +0000
82d83a567Improve wording by
falkTX
2020-01-15 16:08:15 +0000
0ac266711Fix wrong data type for python-side mapped range by
falkTX
2020-01-15 16:01:31 +0000
01041411cFix strict build by
falkTX
2020-01-15 15:43:10 +0000
99b49d48bActually load mapped range data by
falkTX
2020-01-15 15:34:37 +0000
357745c09Show mapped range in edit dialog, tweak MIDI CC list by
falkTX
2020-01-15 15:07:47 +0000
1896041fdSave parameter mapped range in project file by
falkTX
2020-01-15 15:07:04 +0000