Commit Graph

  • *
  • *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | *
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • | | *
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • e705b0783 Fix make clean by falkTX 2022-07-15 12:48:17 +0100
  • 60b0774ac Skip msys2 CI builds that broke for no reason by falkTX 2022-05-25 00:36:01 +0100
  • e6ba65f8f Do not use wine in CI builds if we can skip it by falkTX 2022-07-15 12:36:24 +0100
  • 30c59b14d Dont use LTO for windows CI builds for now by falkTX 2022-07-14 18:08:54 +0100
  • e3fb99c57 Fix win32 builds by falkTX 2022-07-14 17:17:11 +0100
  • 2b8c77b2c Bump version to 2.5.0 by falkTX 2022-07-14 15:22:34 +0100
  • db71588a8 Fix windows/mingw build by falkTX 2022-07-14 15:20:53 +0100
  • 9d5992308 Fix strict build by falkTX 2022-07-14 15:13:27 +0100
  • f78670e84 Fix macOS build by falkTX 2022-07-13 20:01:03 +0100
  • 6f82af5da Use full driver settings dialog in engine menu if not running by falkTX 2022-07-13 13:26:53 +0100
  • e9bd43efc Fix macOS build by falkTX 2022-07-13 12:51:46 +0100
  • 08af00906 Update to JUCE 7.0.1, still to update to new playhead APIs by falkTX 2022-07-13 01:04:44 +0100
  • 3d3c4d893 Update included DPF by falkTX 2022-07-13 00:44:02 +0100
  • 7a9b7ba35 Simplify wasm runner, using emscripten_set_interval by falkTX 2022-07-09 19:14:50 +0100
  • 87bc5605d Adjust to the non-threaded usage by falkTX 2022-07-09 17:53:00 +0100
  • 753af115c Also block sem_timedwait usage by falkTX 2022-07-09 17:51:26 +0100
  • da4e0fdbe Make sure no threads are used on wasm by falkTX 2022-07-09 17:50:16 +0100
  • ecfcd4c4a Disable audiofile ops debug on wasm, verified to work by falkTX 2022-07-09 15:56:14 +0100
  • edf5d4786 Set default LV2 path for emscripten by falkTX 2022-07-09 14:28:33 +0100
  • b8fa8f2fa Add missing opus as supported extension in audio file plugin by falkTX 2022-07-09 13:32:44 +0100
  • 6ee03336a Report plugin UI close in embed mode by falkTX 2022-07-08 02:28:09 +0100
  • 33bd1f94b Link DGL against CoreVideo on macOS by falkTX 2022-07-07 09:54:09 +0100
  • c2cc82525 Use emscripten_set_timeout_loop instead of manual management by falkTX 2022-07-07 01:00:33 +0100
  • 93d3fff12 water: Add back a way to get win appdata and programfiles by falkTX 2022-07-06 19:33:53 +0100
  • 8839182a3 Cleanup by falkTX 2022-07-06 18:20:25 +0100
  • 1ee091f4c Really fix build, unless compiler crashes.. by falkTX 2022-07-06 11:41:23 +0100
  • e51aed566 Another build fix by falkTX 2022-07-06 10:52:12 +0100
  • 9cfaa552a Fix a typo by falkTX 2022-07-06 10:44:14 +0100
  • 4b9d6afa6 Ignore pthread_yield for now by falkTX 2022-07-06 10:40:58 +0100
  • fc295224b Set _FILE_OFFSET_BITS=64 for ysfx by falkTX 2022-07-06 10:40:39 +0100
  • f338119cd Fix windows build by falkTX 2022-07-06 10:28:48 +0100
  • ea914aaa4 Fix build after latest changes by falkTX 2022-07-06 10:04:33 +0100
  • ca1544542 One more build fix by falkTX 2022-07-05 09:53:19 +0100
  • 32196dd2f Fix regular build by falkTX 2022-07-05 09:44:46 +0100
  • c4846a56c Reenable audiofile seeking on wasm, which works now by falkTX 2022-07-04 22:27:08 +0100
  • 6b4f88fbc Do not allow to use capture logging thread on wasm by falkTX 2022-07-04 22:26:49 +0100
  • 798733e2f Bring Runner class from DPF, use it for Engine background details by falkTX 2022-07-04 22:26:12 +0100
  • 06d698173 More tweaks for wasm, engine verified to work, still with hacks by falkTX 2022-07-04 20:46:46 +0100
  • 3a57252fd Do not enable pthreads for wasm builds by falkTX 2022-07-04 17:23:34 +0100
  • 956aed13d Update dgl and distrho modules by falkTX 2022-07-04 17:23:14 +0100
  • 71cbec159 Dont use simd for wasm just yet, fix missing APP_EXT usage by falkTX 2022-07-04 15:02:45 +0100
  • f90acb5cb Dont strip wasm binaries, cleanup by falkTX 2022-07-04 14:39:36 +0100
  • 050513441 Fix make clean by falkTX 2022-07-03 02:11:24 +0100
  • 044558959 More tweaks for wasm and sdl by falkTX 2022-07-03 02:04:40 +0100
  • 135c828b6 Add SDL/wasm test code by falkTX 2022-07-03 01:03:37 +0100
  • 247eaff28 Fix SDL engine for SDL1, work wasm workarounds by falkTX 2022-07-03 01:03:09 +0100
  • 728fa9474 Allow to disable JACK, and skip bridges for wasm by falkTX 2022-07-03 01:02:33 +0100
  • cbc44a38d AudioFileReader: workarounds for wasm non-threaded behaviour by falkTX 2022-07-03 01:00:42 +0100
  • 8eb74af19 CarlaThread: Ignore a few things for wasm usage by falkTX 2022-07-03 00:58:26 +0100
  • 96e4fa571 Initial SDL engine implementation by falkTX 2022-07-02 22:04:46 +0100
  • 68af86c5e emscripten related tweaks by falkTX 2022-07-02 21:44:30 +0100
  • b697c28a2 Keep VST3 hosting through JUCE, for now by falkTX 2022-07-02 21:44:16 +0100
  • b23293efe Rework and cleanup makefiles, add WASM var by falkTX 2022-07-02 21:42:01 +0100
  • 770364fd8 Allow to build with custom DGL namespace by falkTX 2022-06-30 20:01:50 +0100
  • f428af389 ysfx build tweaks as needed for armhf and MOD builds by falkTX 2022-06-28 18:48:38 +0100
  • a80680f5a Fix water::DirectoryIterator for windows builds by falkTX 2022-06-27 19:06:26 +0100
  • ea3c8a2f6 Fix a typo by falkTX 2022-06-26 10:58:01 +0100
  • 9b5a23c56 Another attempt at fixing ARM build by falkTX 2022-06-23 19:17:06 +0100
  • ba5ca7006 Support mod:volts as LV2 unit by falkTX 2022-06-21 12:45:47 +0100
  • bdc3373ca Start handling VST3 events by falkTX 2022-06-20 17:39:15 +0100
  • f701e1421 A few vst3 host fixes, no longer crash on load by falkTX 2022-06-20 14:25:55 +0100
  • 389bf4969 Tweak about/features for vst3 usage without juce by falkTX 2022-06-20 13:53:34 +0100
  • 5268e39c7 Hacky juce test code for investigating vst3 keyboard input by falkTX 2022-06-20 13:52:07 +0100
  • b15bc2081 Add some stubs to vst3 host code by falkTX 2022-06-20 10:24:57 +0100
  • 04d53634c Fix the previous armhf fix by falkTX 2022-06-20 09:58:03 +0100
  • 121d7f617 Start python level automated tests, WIP by falkTX 2022-06-19 21:18:07 +0100
  • e78faac20 Make macOS installer allowed to install without rosetta2 by falkTX 2022-06-19 08:47:57 +0100
  • 67c699162 Another armhf fix by falkTX 2022-06-03 18:10:45 +0100
  • 1cf51b15b Alternative approach to fix armhf builds by falkTX 2022-06-03 12:09:22 +0100
  • 22cef6ba4 Allow to link against custom DPF/DGL by falkTX 2022-06-02 19:32:53 +0100
  • 330e00434 Fix armhf (non-aarch64) build by falkTX 2022-06-02 19:19:06 +0100
  • 0a2914088 Correction for ysfx %progbits by falkTX 2022-06-02 12:58:45 +0100
  • a131ae1f1 Make sure to not export ysfx symbols by falkTX 2022-06-02 12:40:38 +0100
  • a2368e903 Another small change needed for ysfx on arm by falkTX 2022-06-02 12:36:54 +0100
  • d4be01707 Fix external plugins submodule, was changed by mistake by falkTX 2022-06-02 12:31:54 +0100
  • c34f6bc8e Reorder makefile static plugin target rules by falkTX 2022-06-02 12:27:27 +0100
  • b38917a3f Add -fsigned-char to ysfx flags by falkTX 2022-06-02 11:31:12 +0100
  • 155ea744e Fix non-linux build by falkTX 2022-06-02 01:29:34 +0100
  • 8beb4c733 Fix 32bit build and some warnings by falkTX 2022-06-02 01:02:10 +0100
  • b4270ccdb Fix ysfx no-gui build by falkTX 2022-06-02 00:42:42 +0100
  • 92c84bab7 Update ysfx by falkTX 2022-06-02 00:42:22 +0100
  • 1f4f1dedc Fix wine plugin build by falkTX 2022-06-01 23:51:00 +0100
  • 91cee1f99 Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things by falkTX 2022-06-01 22:58:58 +0100
  • 1ae5cab23 Disable juce usage on non mac/win builds by falkTX 2022-06-01 22:56:24 +0100
  • acc785f9f Fix DISTRHO_UI_FILE_BROWSER usage by falkTX 2022-05-28 14:50:18 +0100
  • 36beab5b1 Allow to build internal plugins with a custom dpf by falkTX 2022-05-28 03:01:15 +0100
  • 8371c3c39 More tweaks needed for macOS builds by falkTX 2022-05-26 14:42:14 +0100
  • 429019a3c Tweaks to get external dpf plugins to build together by falkTX 2022-05-26 14:39:49 +0100
  • f2362d501 Allow DGL in static builds by falkTX 2022-05-26 13:47:57 +0100
  • de820bb4b Fix a typo by falkTX 2022-05-26 13:28:06 +0100
  • 13c4fe984 Fix macOS build by falkTX 2022-05-26 13:06:58 +0100
  • 2b11eece3 Build fixes by falkTX 2022-05-26 00:15:29 +0100
  • 6e96ae86c Initial code for juce-less VST3 native hosting by falkTX 2022-05-25 23:39:10 +0100
  • 8a50a94c2 (refs/pull/1757/head) Merge remote-tracking branch 'origin/main' by Nick Mikhno 2022-05-25 22:51:08 +0400
  • d8a220848 fix carla build on m1 by Nick Mikhno 2022-05-25 22:46:46 +0400
  • f2c60477e Do not use -fno-gnu-unique on BSD by falkTX 2022-05-25 19:29:51 +0100
  • bd2b142da Do not export extra DllMain for extra internal windows plugins by falkTX 2022-05-25 19:23:20 +0100
  • 0f94a10f4 Tweak HAVE_YSFXGUI files by falkTX 2022-05-25 15:21:04 +0100
  • c1bd5d7aa Fix linux build by falkTX 2022-05-25 15:08:07 +0100
  • 0972c333b Add new file needed for updated dpf by falkTX 2022-05-25 14:18:26 +0100