Commit Graph
-
3a9c6c389
Improve debug messages by
falkTX
2022-10-14 12:53:57 +0100
-
72131be48
Correct jackbridge build flags by
falkTX
2022-10-14 12:49:12 +0100
-
a67681efe
Fix internal jack client for new main-thread-idle behaviour by
falkTX
2022-10-14 10:51:33 +0100
-
a31246bc4
LTO must not be used for building wine stuff (not just linking) by
falkTX
2022-10-14 00:44:28 +0100
-
67e9684d5
Also prevent -flto from wine link flags by
falkTX
2022-10-14 00:32:27 +0100
-
274d6fe3f
Prevent -static-lib{gcc,stdc++} flags from going to winelib stuff by
falkTX
2022-10-13 22:54:14 +0100
-
6dd511b96
Disable LTO for wine32 and wine64 steps if enabled by
falkTX
2022-10-13 22:27:50 +0100
-
6adc2afa2
Use LIB_EXT for wine libs copying by
falkTX
2022-10-13 01:21:27 +0100
-
c2bd7cf63
Never embed UIs for windows bridges, feature is X11 only by
falkTX
2022-10-12 22:11:11 +0100
-
df1338860
Implement embedCustomUI for CLAP by
falkTX
2022-10-12 19:59:09 +0100
-
2beb82b2e
Fix make install missing some files by
falkTX
2022-10-12 19:50:29 +0100
-
bae7149b0
Bump version to 2.6.0-alpha1 by
falkTX
2022-10-12 13:07:42 +0100
-
c06652302
Bump version to 2.5.2 by
falkTX
2022-10-12 13:05:32 +0100
-
8c74c5395
fix pkgconfig files having bad includedir/libdir variables by
Alexandros Theodotou
2022-10-10 00:07:03 +0900
-
93ce26e67
Revert "outer frame for carla-lv2" stuff, make it verbose instead by
falkTX
2022-10-10 20:09:12 +0100
-
4547f2611
Import fixes from main branch into hotfix-2.5 one by
falkTX
2022-10-12 11:51:21 +0100
-
1d154adbf
Add missing file by
falkTX
2022-10-12 02:36:27 +0100
-
13e983334
Cleanup by
falkTX
2022-10-12 02:36:12 +0100
-
6c27da80e
Implement CLAP latency, handle special host callbacks when possible by
falkTX
2022-10-12 02:04:46 +0100
-
33e8c5cef
Allow plugins to request idle time from main thread, without UI by
falkTX
2022-10-12 00:44:48 +0100
-
bf501c8ce
Fix build for posix systems without X11 by
falkTX
2022-10-11 16:35:25 +0100
-
a28817264
Only use epoll on linux, clap posix-fd related by
falkTX
2022-10-11 15:37:01 +0100
-
e354cefa1
Fix build without GUI by
falkTX
2022-10-10 23:56:47 +0100
-
1671118eb
Revert "outer frame for carla-lv2" stuff, make it verbose instead by
falkTX
2022-10-10 20:09:12 +0100
-
643510222
Set synth and has-gui flags during clap discovery by
falkTX
2022-10-10 12:06:44 +0100
-
7a56a6421
Add discovery workaround for JUCE-based CLAP plugins by
falkTX
2022-10-10 11:36:29 +0100
-
f0b1c5070
Fix headers for C builds Fixes #1691 by
falkTX
2022-10-09 20:02:18 +0100
-
66e964a65
Mention clap in "make features" by
falkTX
2022-10-09 16:19:37 +0100
-
269d184c3
fix make install (missing pluginlist dir) by
Alexandros Theodotou
2022-10-10 01:48:47 +0900
-
092683534
(refs/pull/1692/head)
fix make install (missing pluginlist dir) by
Alexandros Theodotou
2022-10-10 01:48:47 +0900
-
-
-
39033669f
(refs/pull/1690/head)
add meson build config for host plugin and discovery by
Alexandros Theodotou
2022-10-09 17:46:10 +0900
-
-
-
699515158
fix pkgconfig files having bad includedir/libdir variables by
Alexandros Theodotou
2022-10-10 00:07:03 +0900
-
00ca2a67e
(refs/pull/1689/head)
fix pkgconfig files having bad includedir/libdir variables by
Alexandros Theodotou
2022-10-10 00:07:03 +0900
-
-
-
bce85af45
Alternative approach to qt5 tools setup by
falkTX
2022-10-09 16:00:54 +0100
-
9b89e62b0
Cleanup by
falkTX
2022-10-09 15:20:58 +0100
-
b34ae7dae
Fix last commit by
falkTX
2022-10-09 14:51:44 +0100
-
d45925295
Prepare makefile for reorganize changes by
falkTX
2022-10-09 14:40:40 +0100
-
d9f3d78ab
Use kqueue as alternative to epoll for CLAP posix fd on BSDs by
falkTX
2022-10-09 14:40:02 +0100
-
703972c1d
Improve CLAP host vs plugin side UI resize by
falkTX
2022-10-08 23:24:22 +0100
-
a615fefaf
Implement CLAP posix-fd extension, fix things with current plugins by
falkTX
2022-10-08 22:02:45 +0100
-
f86efd509
Fix CLAP MIDI output by
falkTX
2022-10-08 18:03:29 +0100
-
9abb529de
Implement CLAP state by
falkTX
2022-10-08 17:49:34 +0100
-
e325490ff
Implement custom path selection for CLAP plugins by
falkTX
2022-10-08 17:40:29 +0100
-
a20f53ad0
Handle CLAP param and MIDI out, better timers, stubs for state by
falkTX
2022-10-07 22:47:51 +0100
-
bf27dcad5
Deal with clap ui resize by
falkTX
2022-10-07 04:09:31 +0100
-
044428594
Implement CLAP host gui and a few more details by
falkTX
2022-10-07 03:37:54 +0100
-
728bbc30a
Deal with clap multi-IO audio, MIDI input by
falkTX
2022-10-06 13:26:09 +0100
-
75d0d6638
Handle CLAP parameters and some events by
falkTX
2022-10-04 23:10:37 +0100
-
9e0b62d4f
Add constexpr to some definitions by
falkTX
2022-10-04 23:10:21 +0100
-
057b2dbfb
CLAP processing, initial setup for ports and params by
falkTX
2022-10-03 22:05:59 +0100
-
9fff0e9b1
Forgot a water prefix.. by
falkTX
2022-10-03 17:30:51 +0100
-
a2791c967
Build clap stuff with -ObjC++ under macOS by
falkTX
2022-10-03 17:27:53 +0100
-
65d988bf2
Fix macOS build by
falkTX
2022-10-03 17:13:14 +0100
-
bb440eb73
Keep building not-yet-converted Qt UI files, fixes build by
falkTX
2022-10-03 16:16:17 +0100
-
6b7da3895
More details for CLAP hosting by
falkTX
2022-10-03 15:18:47 +0100
-
6646cc4c7
Tweaks for getting clap plugins to show up by
falkTX
2022-10-02 16:27:36 +0100
-
ec6eaf420
Start of clap plugin discovery by
falkTX
2022-10-02 16:02:15 +0100
-
6c764cc0f
Define constexpr as nothing for old compilers by
falkTX
2022-10-02 13:29:21 +0100
-
3b2ab38ad
water: Remove use of CharPointerType by
falkTX
2022-10-02 13:28:50 +0100
-
9e6f23602
Push new stub file by
falkTX
2022-10-02 13:27:45 +0100
-
679e507f0
Define PLUGIN_CLAP and add stub files by
falkTX
2022-10-01 22:42:32 +0100
-
83d924b1c
Remove now unused file by
falkTX
2022-08-08 04:19:36 +0100
-
5db10df8b
Start moving files around by
falkTX
2022-07-19 21:56:44 +0100
-
-
7d23ab72b
(tag: v2.5.1)
Force usage of i686-w64-mingw32 for win32 builds on 64bit systems by
falkTX
2022-09-27 22:37:43 +0100
-
a4be9f00b
Restore positions of external patchbay graph nodes by
falkTX
2022-09-26 21:04:35 +0100
-
65a161685
Adjust for JUCE MIDI API changes, fix external MIDI connections by
falkTX
2022-09-26 20:42:04 +0100
-
9ce3534a0
Correct last commit, ensure ysfx uses generic approach for wasm by
falkTX
2022-09-26 18:39:57 +0100
-
76cdd50bf
Ignore MIDI ports known to cause issues in JUCE engine by
falkTX
2022-09-26 14:40:02 +0100
-
dc8a90443
Change default driver on windows from DirectSound to Windows Audio by
falkTX
2022-09-26 14:24:30 +0100
-
4aced2409
Ignore some compiler warnings from qt side by
falkTX
2022-09-26 14:22:38 +0100
-
ffeb4e38f
Fix logic around engine driver listings by
falkTX
2022-09-26 13:36:49 +0100
-
d3eb12e6a
Use an outer frame for carla-lv2 outgoing events by
falkTX
2022-09-24 19:43:21 +0100
-
9844d7631
Fix a small leak by
falkTX
2022-09-24 19:25:08 +0100
-
efbebc59f
Fix free/delete[] misusage by
falkTX
2022-09-24 19:24:54 +0100
-
1eaa17543
Make malloc usage consistent in CarlaString class by
falkTX
2022-09-24 19:24:20 +0100
-
d87b2f47b
Cleanup ysfx setup by
falkTX
2022-09-24 19:05:29 +0100
-
144cc3053
Fully remove water::Variant use by
falkTX
2022-09-24 18:55:37 +0100
-
cd0fdbf1e
Stop using NamedValueSet in AudioProcessorGraph by
falkTX
2022-09-24 18:55:10 +0100
-
658b5e30c
Do not set scale factor for LV2 plugin UIs on macOS by
falkTX
2022-09-22 00:39:20 +0100
-
8c58d0994
Bump version to 2.5.1 by
falkTX
2022-09-15 00:55:00 +0100
-
160b5860e
Fix several race conditions by
falkTX
2022-09-15 00:46:14 +0100
-
c9fc68aaa
Use generic implementation for ysfx eel riscv builds by
falkTX
2022-09-14 01:03:44 +0100
-
963f194b0
Correct last commit by
falkTX
2022-08-25 02:37:53 +0100
-
982492712
Alternative approach for systems without MAP_LOCKED (build&runtime) by
falkTX
2022-08-25 02:31:57 +0100
-
be097364a
Math utils performance tweaks by
falkTX
2022-08-23 00:25:23 +0100
-
c7b4ee9c3
Set X11 utf8 window title for plugin UIs by
falkTX
2022-08-09 13:50:27 +0100
-
69816b798
noop: remove trailing whitespace by
Alexandros Theodotou
2022-08-09 20:50:32 +0900
-
423a0b246
Fix build with older SDL2 by
falkTX
2022-08-09 13:37:47 +0100
-
4797b6d21
(refs/pull/1660/head)
noop: remove trailing whitespace by
Alexandros Theodotou
2022-08-09 20:50:32 +0900
-
183dc9651
enable UTF-8 window titles for X11 UIs by
Alexandros Theodotou
2022-08-09 20:50:10 +0900
-
-
1ec2dbc53
Fix typo by
falkTX
2022-08-09 03:44:13 +0100
-
08f2eb33b
Fix build with new wine by
falkTX
2022-08-09 01:57:21 +0100
-
c6f49f6da
Make sure SDL is disabled for static plugin target by
falkTX
2022-08-05 01:24:28 +0100
-
e27292f71
(refs/pull/1658/head)
Add SIGUSR2 handler in bridge plugin to re-load state. by
Sander Vocke
2022-08-04 11:39:31 +0000
-
-
11888f43e
(refs/pull/1649/head)
use a better approach to detect available ysfx/jsfx optimizations by
Moody Liu
2022-07-27 18:26:56 +0100
-
e3a0aad27
Add missing file by
falkTX
2022-07-26 03:12:23 +0100
-
33ef884b2
Update included DPF by
falkTX
2022-07-25 17:56:52 +0100
-
d7d94ec51
Fix not building static binaries on windows (2.5.0 regression) by
falkTX
2022-07-25 17:55:58 +0100
-
01f93b40d
Fix win32 CI stuff by
falkTX
2022-07-22 00:36:07 +0100
-
a79bfe2e4
add riscv64 support by
Moody Liu
2022-07-21 00:41:43 +0100
-