a79c1928dFix bridged plugin UIs appearing behind main carla window on macOS by
falkTX
2021-06-28 19:45:53 +0100
6a1c518ebUse posix_spawn to launch macOS bridges by
falkTX
2021-06-28 18:29:08 +0100
bf8f6912fStrip macOS binaries by
falkTX
2021-06-28 18:28:51 +0100
668a9a420Use posix_spawn for macOS bridge mode scanning by
falkTX
2021-06-28 17:23:09 +0100
f77e56291Do not use 64bit int or long double for midi plugin playback by
falkTX
2021-06-28 17:06:11 +0100
9af9c405bRemove favorite plugins from list when they fail to load by
falkTX
2021-06-28 14:36:57 +0100
3e50d8b2bFix canvas split/join action by
falkTX
2021-06-28 14:02:53 +0100
9994ecf44splitted is not a word by
falkTX
2021-06-28 13:13:54 +0100
92ba944c1Fix Qt version checks, allow canvas eyecandy for >= qt5.12 by
falkTX
2021-06-28 12:45:06 +0100
faa1d4f92Fix initial size for LV2 macOS UIs with no UI resize extension by
falkTX
2021-06-26 14:31:10 +0100
c515833bdFix a compiler warning by
falkTX
2021-06-26 14:08:13 +0100
ca44f4bc5CI tweaks by
falkTX
2021-06-22 12:15:52 +0100
5f7020f73More CI tweaks by
falkTX
2021-06-22 09:58:40 +0100
0947e523eTry fixing CI by
falkTX
2021-06-21 22:26:45 +0100
8eba3f67bImplement parameter groups for VST2 plugins (carla implementation) by
falkTX
2021-06-21 16:00:55 +0100
3242f135dUse our metadata thread-safe mutex for the new check, seems to work by
falkTX
2021-06-12 00:18:26 +0100
8ed845f73Not so smart handling for now, jack2 meta-data is finicky.. by
falkTX
2021-06-11 23:55:15 +0100
3fd7f6beaOne more fix by
falkTX
2021-06-11 23:47:08 +0100
e5f4d02e8Alternative approach to deal with jack postponed events Might fix pipewire for real now, needs testing by
falkTX
2021-06-11 23:38:50 +0100
70e41f19bRevert "React to jack callbacks as fast as possible, fixing pipewire usage" by
falkTX
2021-06-11 22:49:49 +0100
53be3c449Carla-VST: Ignore hosts calling effOpen twice, dont print error by
falkTX
2021-06-11 22:48:40 +0100
695afbea1Fix carla-vst-wine symbol visibility by
falkTX
2021-06-11 22:47:36 +0100
fe3a04456Fix strict build by
falkTX
2021-06-11 22:47:20 +0100
e2adf99eb (refs/pull/1435/head)Add missing separator in SF2 search path by
Douglas Brebner
2021-06-04 15:33:25 +0100
75ea9f5b2Listen to X11 plugin UI resize events automatically by
falkTX
2021-05-30 22:49:46 +0100
f7320fe49Give keyboard focus to X11 plugin UIs by
falkTX
2021-05-28 23:26:00 +0100
62a641017Do not set jack latency callbacks, we do nothing with them by
falkTX
2021-05-26 15:31:31 +0100
591a859c8Use _M_ARM64 macro to set win64 mode by
falkTX
2021-05-26 15:31:11 +0100
7a3a805b7 (refs/pull/1426/head)compile python files to reduce program startup time by
houston
2021-05-21 10:41:49 +0200
8cf41ee5e (refs/pull/1417/head)Update install.sh by
José Eduardo Montenegro Cavalcanti de Oliveira
2021-05-07 23:22:27 -0300
a7e028091Update from mingw32 to mingw-w64 by
José Eduardo Montenegro Cavalcanti de Oliveira
2021-05-07 23:06:25 -0300
bda14f9c7Update .travis.yml by
José Eduardo Montenegro Cavalcanti de Oliveira
2021-05-07 22:59:37 -0300
7a3829a10Adds new pub key to Google Chrome repository by
José Eduardo Montenegro Cavalcanti de Oliveira
2021-05-07 22:54:42 -0300
491d33f50One more assertion ignored for jack metadata/uuid by
falkTX
2021-04-24 16:11:20 +0100
c777cd02dReact to jack callbacks as fast as possible, fixing pipewire usage Closes#1348 by
falkTX
2021-04-24 15:48:13 +0100
a4e3c8fbd (refs/pull/1397/head)remove two forgotten prints by
houston
2021-04-20 17:19:43 +0200
e3fec2638change portgroups API, first add ports without portgroup_id info, then add portgroup with port_id_list (tuple). Remove portgroup before to remove ports by
houston
2021-04-20 16:44:48 +0200
545304f5cFix build with GCC11 Closes#1396 by
falkTX
2021-04-15 13:18:37 +0100
74ee581a3 (tag: v2.3.0)Fix build by
falkTX
2021-04-13 18:25:05 +0100
b612c7512Fix carla-single/standalone-bridges not having default options enabled by
falkTX
2021-04-13 18:18:33 +0100
6275b66a4Use .0 suffix for packaged files by
falkTX
2021-04-13 10:24:49 +0100
377115d4cBump version as 2.3.0 by
falkTX
2021-04-13 10:23:02 +0100
2a6a7de04Fix main client name for multiple carlas inside NSM Closes#1279 by
falkTX
2021-04-11 15:24:54 +0100
c261dece8Do not run 2nd instance of lv2 plugin if it has event output(s) Fixes#1350 by
falkTX
2021-04-11 14:15:45 +0100
10b491b30Tentative fix for missing vst3 poly aftertouch by
falkTX
2021-04-11 13:55:15 +0100
3ee39e897Use fixed buffers on standalone bridge mode by
falkTX
2021-04-11 13:39:53 +0100
f7e674ffeWhitespace cleanup by
falkTX
2021-04-11 13:24:46 +0100
a17f13932midipattern: use Esc key to close UI by
falkTX
2021-04-11 12:54:18 +0100
10cd9d039midipattern; kill note on event removal by
falkTX
2021-04-11 12:40:18 +0100