Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | | *
  • | | |\
  • | |/ /
  • |/| |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | | | *
  • | |_|/
  • |/| |
  • * | |
  • * | |
  • * | |
  • e1d92dff Correct CairoImage::loadFromMemory by falkTX 2023-10-15 14:59:24 +0200
  • e5949582 Set auto-scale-factor early, cleaner GL setup by falkTX 2023-10-11 15:18:12 +0200
  • 9b62626d Ensure 0,0 offset for embed windows by falkTX 2023-10-11 15:03:28 +0200
  • 06c18eeb Add width, height args to puglFallbackOnResize by falkTX 2023-10-11 14:55:19 +0200
  • 69852182 Add control-input-port-change-request to lv2 ttl, cleanup by falkTX 2023-10-11 14:45:42 +0200
  • 77bd69ef Add plugin-side parameters to cairoui example by falkTX 2023-10-11 14:41:01 +0200
  • 26373f3c Fix some code comments by falkTX 2023-10-11 14:40:20 +0200
  • 43aeb8bc Improve trigger handling for VST2 and VST3 by falkTX 2023-10-11 14:39:53 +0200
  • ee3d794e Fix missing offset to LV2 ctrl input port param change requests by falkTX 2023-10-11 14:39:02 +0200
  • bafe8b9d Declare the hardcoded dpf param symbols in the public API by falkTX 2023-10-11 14:38:14 +0200
  • 63dfb761 Reduce scope of ScopedSafeLocale usage on VST2, following others by falkTX 2023-09-29 19:36:53 +0200
  • c24763e9 recorrection, we only need ScopedSafeLocale for state handling by falkTX 2023-09-29 19:32:58 +0200
  • 7f453003 Fix last commit, also fix non-english locales for clap by falkTX 2023-09-29 19:29:33 +0200
  • 4f11f8cc Fix CLAP plugins under hosts without latency callbacks Closes #432 by falkTX 2023-09-29 19:13:33 +0200
  • b4f37189 Fix typo by falkTX 2023-09-29 18:59:51 +0200
  • 07436d43 Fix edge cases detected by clap validator by falkTX 2023-09-29 18:57:26 +0200
  • c8db1098 (refs/pull/432/head) Fix crash on CLAP hosts that do not implement latency extension by Dalton Messmer 2023-09-28 19:46:49 -0400
  • 50a55c6e Fix VST3 usage with non-english locales by falkTX 2023-09-28 15:19:33 +0200
  • 018e45db Fix ringbuffer write by falkTX 2023-09-13 18:35:33 +0200
  • eccd7fd7 Fix previous commit, make sure LV2 host knows about file change by falkTX 2023-09-07 11:30:04 +0200
  • 51ee4488 LV2: Use state mapPath for storing files nicely with the host by falkTX 2023-09-06 14:22:28 +0200
  • 61d38eb6 vst2: fix plugin->host param changes, cleanup whitespace by falkTX 2023-08-27 17:36:43 +0200
  • cb630fab Fix stuck notes in native MIDI handling by falkTX 2023-08-27 11:32:36 +0200
  • 1fc0c6b1 Fix RingBuffer::tryWrite, cleanup by falkTX 2023-08-27 10:40:52 +0200
  • c11f93d5 Fix RingBuffer::getReadableDataSize, add a few methods by falkTX 2023-08-27 09:21:28 +0200
  • 58d5c4fd (refs/pull/401/merge) Merge 6e3d846c0f into 227a7015a8 by AnClark Liu 2023-08-06 01:40:54 +0200
  • 227a7015 Do not crash if pugl world/view creation fails by falkTX 2023-07-27 11:51:18 +0200
  • 072cc448 Better handling of pugl world creation failures by falkTX 2023-07-27 11:17:53 +0200
  • ba7783b0 Fix crash with jack under ARM by falkTX 2023-07-25 13:06:01 +0200
  • 044b74cb X11: make modifier key behaviour consistent with other platforms by falkTX 2023-07-11 18:36:14 +0200
  • ed6a093a Fix wasm fullscreen behaviour by falkTX 2023-07-08 16:28:04 +0200
  • 644f0659 Add className var to filedialog, to be used later by falkTX 2023-07-08 16:27:33 +0200
  • 4ec91fe2 (refs/pull/357/merge) Merge 116fee0381 into e288f163bb by rghvdberg 2023-05-22 12:23:27 -0700
  • e288f163 Use custom DPF_DEBUG macro for leak class, DEBUG was too generic by falkTX 2023-05-22 17:32:11 +0200
  • eba58491 Fix typo leading to missing plugin resources on macOS by falkTX 2023-05-21 15:08:44 +0200
  • 802e4460 wasm: store uploaded files inside a specific dir by falkTX 2023-05-21 03:48:51 +0200
  • b4460beb travesty: do not define V3_VIEW_PLATFORM_TYPE_NATIVE for wasm by falkTX 2023-05-18 15:39:15 +0200
  • 1736c842 Fix use of CMAKE_CROSSCOMPILING_EMULATOR with spaces by falkTX 2023-05-17 17:44:29 +0200
  • a4c83bfd Fix typo in package-osx-bundles.sh by Patrick Desaulniers 2023-05-14 16:53:12 -0400
  • a68a40e7 (refs/pull/421/head) Fix typo in package-osx-bundles.sh by Patrick Desaulniers 2023-05-14 16:53:12 -0400
  • d8c26737 travesty: change a v3_param_changes arg to use const by falkTX 2023-05-14 03:15:44 +0200
  • 581cfa5a travesty: add c++ variant for bstream by falkTX 2023-05-13 01:00:15 +0200
  • 2cf3e6e6 travesty: add C++ variants of v3_component_handler[2] structs by falkTX 2023-05-11 23:42:21 +0200
  • 0f43c511 Comment out -fsanitize=address DEBUG option, too much hassle by falkTX 2023-05-11 04:31:43 +0200
  • 16b632a4 Make macOS package script more dynamic, no forced formats by falkTX 2023-05-05 16:00:14 +0200
  • a0963ec1 Fix wasm buffer size changes and audio input port mismatch by falkTX 2023-05-03 22:57:45 +0200
  • 49d447b4 wasm audio: log unexpected values used for processing by falkTX 2023-05-03 20:05:38 +0200
  • 19d93ef4 Do not try to build cairo backend under wasm by falkTX 2023-05-03 18:39:41 +0200
  • b344d6b2 Fix typo by falkTX 2023-05-03 18:39:21 +0200
  • bd8cc43b Add non-callback JACK API to jackbridge by falkTX 2023-04-27 17:25:40 +0200
  • 79cd0a46 Remove a debug print by falkTX 2023-04-23 19:46:17 +0200
  • dc6557a3 Allow building VST3 plugins with non-embed external UI (skips UI) by falkTX 2023-04-22 21:36:42 +0200
  • b64f46f9 Ignore a few cmake temporary files by falkTX 2023-04-22 19:27:41 +0200
  • 5c22ff06 Expose window repaint for plugin format implementations by falkTX 2023-04-22 18:17:23 +0200
  • 56b5fb3d Allow DISTRHO_PLUGIN_TARGET_STATIC_NAME for giving these a name by falkTX 2023-04-17 18:29:43 +0200
  • 5c649d17 cmake: implement static lib target by falkTX 2023-04-17 16:41:22 +0200
  • 5b767058 Add value smoother classes, originally from Jean Pierre Cimalando by falkTX 2023-04-14 17:21:21 +0200
  • 34952157 Fix previous commit by falkTX 2023-04-14 12:27:56 +0200
  • c7e4ac43 Alternative approach to detect makefile string escape by default by falkTX 2023-04-14 11:51:21 +0200
  • 5f0d913a Allow to skip error with DISTRHO_PLUGIN_WANT_FULL_STATE_WITH_LADSPA by falkTX 2023-04-14 11:33:31 +0200
  • 9c14be03 LADSPA doesn't allow bounded hints on toggles by falkTX 2023-04-14 11:33:15 +0200
  • 4f65386c Allow access to ParameterEnumerationValues::deleteLater by falkTX 2023-04-12 19:53:47 +0200
  • 784309eb Fix typo by falkTX 2023-04-06 19:07:42 +0200
  • ef960c26 Fix ParameterEnumerationValues backwards compat by falkTX 2023-04-06 15:14:38 +0200
  • a1995bf8 Fix build with old cmake by falkTX 2023-04-05 21:58:22 +0200
  • 4d783d76 Use wasapi on windows standalones by falkTX 2023-04-02 21:57:27 +0200
  • f3c35fe5 Only set WIN32_EXECUTABLE for mingw by falkTX 2023-04-02 15:22:55 +0200
  • d6547570 Also set win32 gui type on makefile by falkTX 2023-04-02 15:19:53 +0200
  • eb68bf8d Expand DGL makefile stuff, set USE_GLES2 by default on wasm by falkTX 2023-04-02 15:14:47 +0200
  • 3a5b87b7 cmake: reorder some definitions by falkTX 2023-04-02 14:58:05 +0200
  • 0b5d0c18 cmake: Build win32 gui application if custom UI available by falkTX 2023-04-02 14:43:52 +0200
  • 9a86c808 Revert latest changes, do not work in the end by falkTX 2023-04-01 22:32:02 +0200
  • 7d0f157f Another one.. by falkTX 2023-04-01 21:08:27 +0200
  • 235309a9 Different attempt.. by falkTX 2023-04-01 21:06:13 +0200
  • ff79a8c0 Try to workaround clang complaining by falkTX 2023-04-01 21:03:20 +0200
  • 665cd0aa Automatically retry 2nd RtAudio device when safe to do so by falkTX 2023-04-01 01:56:14 +0200
  • ede02ba4 Fix previous commit by falkTX 2023-04-01 01:54:52 +0200
  • 02f27ba0 Improve error message when standalone fails to start by falkTX 2023-04-01 01:43:09 +0200
  • 8a03182c Comment out unimplemented clap file loader by falkTX 2023-03-31 22:53:42 +0200
  • 1a3b6242 Fix whitespace by falkTX 2023-03-31 22:30:27 +0200
  • 66c87359 Fix a typo, use the correct double type by falkTX 2023-03-31 19:42:18 +0200
  • 1412663c wasm: deal with offset within a page, allow to skip mousewheel by falkTX 2023-03-31 19:16:40 +0200
  • 3e85ddae Fix knob drag letting events pass through when diff is near zero by falkTX 2023-03-31 02:28:01 +0200
  • 82b7841a Remember last used filename dir when using requestStateFile by falkTX 2023-03-30 15:50:39 +0200
  • e6ec6721 Add Color::invert() by falkTX 2023-03-29 15:43:28 +0200
  • 073b662b Alternative approach to disable unwanted mic/input details on wasm by falkTX 2023-03-29 01:16:43 +0200
  • ab6a4920 Use old style of mouse position for non-modgui wasm builds by falkTX 2023-03-29 00:01:12 +0200
  • 81217817 Fix macOS build by falkTX 2023-03-28 00:23:11 +0200
  • b0d860f5 Partially revert changes to ParameterEnumerationValues by falkTX 2023-03-27 15:46:01 +0200
  • 354be5a6 Fix a warning by falkTX 2023-03-27 15:36:24 +0200
  • cc053280 cmake: add dgl/src/Layout.cpp to build, enable dbus if available by falkTX 2023-03-27 14:09:29 +0200
  • ca55015b Adjust a few comments on the file browser dialog by falkTX 2023-03-27 14:06:38 +0200
  • b29e345b Move common code to DistrhoDetails.hpp; add constexpr attributes by falkTX 2023-03-27 14:05:16 +0200
  • 7a8bb954 Make wasm move/leave events not bound by canvas area by falkTX 2023-03-14 18:59:22 +0100
  • 116dfbd2 Rebuild dgl libs as needed by falkTX 2023-03-14 18:57:10 +0100
  • 413f7b13 CMake: Add SDL2 dependency libs on Win32 JACK build by AnClark 2023-03-13 18:35:23 +0800
  • 70ef17d9 (refs/pull/417/head) CMake: Add SDL2 dependency libs on Win32 JACK build by AnClark 2023-03-13 18:35:23 +0800
  • 90004b0d Makefile cleanup by falkTX 2023-03-05 14:22:57 +0100
  • 08a99f5a Expose VST2/3_BINARY_DIR in base makefile, handy for packaging by falkTX 2023-03-05 12:23:36 +0100
  • c6304d2e clap: always use state extension by falkTX 2023-03-01 15:47:13 +0100