Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • |/
  • *
  • *
  • *
  • | *
  • |/
  • | *
  • |/
  • | *
  • |/
  • | *
  • |/
  • | *
  • |/
  • | *
  • |/
  • | *
  • |/
  • *
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • cd503269 add meson build files (WIP) by Alexandros Theodotou 2020-05-03 17:19:49 +0100
  • 65c7c68a Implement Wave selector as parameter in vex for MOD by falkTX 2020-02-15 17:32:53 +0000
  • 7ce2603d Remove arpeggiator from vex linux-embed build by falkTX 2020-02-15 16:49:44 +0000
  • 88ffab39 Make temper work as linux-embed plugin by falkTX 2020-02-15 16:42:39 +0000
  • 1324e4ad Don't include opengl headers when not required by falkTX 2020-02-15 16:24:27 +0000
  • 45189f72 Update gitignore Closes #32 by falkTX 2020-01-26 17:54:27 +0000
  • e4213b41 Fix klanfalter build with SSE (includes header inside namespace) by falkTX 2020-01-26 17:49:57 +0000
  • 98231711 Compile complains about the extra values to toggleOn/Off by Gitter Dude 2019-06-12 14:51:14 +0200
  • fd4f0024 Compile complains about not knowing variable type by Gitter Dude 2019-06-12 14:56:01 +0200
  • 9ea83336 Compile complains about deprectated keyword 'throw' by Gitter Dude 2019-06-12 14:57:47 +0200
  • 697060c0 Compile complains about whitespace indentation by Gitter Dude 2019-06-12 14:58:52 +0200
  • 986afb10 Fix build against gcc9 (compiler bug) Closes #45 by falkTX 2020-01-26 17:26:19 +0000
  • 697358a4 Fix a compiler warning by falkTX 2020-01-26 17:06:50 +0000
  • 4ccd6e72 Import temper plugin, fix to build with C++11 by falkTX 2020-01-26 11:39:55 +0000
  • a89fc2af Add juce_dsp and juce_opengl modules here by falkTX 2020-01-26 11:38:29 +0000
  • 7e62235e Use build system flags also for lv2_ttl_generator by Andreas Müller 2019-10-09 00:11:12 +0200
  • bfeea069 (refs/pull/46/head, refs/pull/31/head) Use build system flags also for lv2_ttl_generator by Andreas Müller 2019-10-09 00:11:12 +0200
  • 00ad25fd Fix build with gcc9 by Andreas Müller 2019-08-01 22:29:06 +0200
  • 014a55aa Assume SSE present for flac; Fix build for neon by falkTX 2019-09-15 13:11:30 +0100
  • 4f38133f Remove useless backup file by falkTX 2019-09-15 01:06:59 +0100
  • cee14bbe (refs/pull/42/head) Fix build with gcc9 by Andreas Müller 2019-08-01 22:29:06 +0200
  • 5d942dee (refs/pull/40/head) Compile complains about whitespace indentation by Gitter Dude 2019-06-12 14:58:52 +0200
  • ed10ce29 (refs/pull/39/head) Compile complains about deprectated keyword 'throw' by Gitter Dude 2019-06-12 14:57:47 +0200
  • 76d643dd (refs/pull/38/head) Compile complains about not knowing variable type by Gitter Dude 2019-06-12 14:56:01 +0200
  • 64e6140c (refs/pull/37/head) Compile complains about fixed buffer size by Gitter Dude 2019-06-12 14:53:43 +0200
  • ee738ccd (refs/pull/36/head) Compile complains about the extra values to toggleOn/Off by Gitter Dude 2019-06-12 14:51:14 +0200
  • 9542e00c (refs/pull/32/head) fix root Makefile getting ignored by Alexandros Theodotou 2019-04-24 11:31:04 +0100
  • 500ac85e Force-fix Linux thread priorities See https://github.com/DISTRHO/juce/issues/7 by falkTX 2019-01-12 21:12:48 +0100
  • 713be25f (camomile) Add camomile as plugin by falkTX 2018-07-16 21:21:21 +0200
  • dbb6fbe1 Small changes needed for a few plugins (expose running format type) by falkTX 2018-07-16 01:10:57 +0200
  • 212312a3 Adjust LV2 wrapper for dynamic midi in/out without macros by falkTX 2018-07-15 23:58:59 +0200
  • c742e91f Split LV2 export code into new file by falkTX 2018-07-05 09:07:19 +0200
  • a82fff05 (tag: 2018-04-16) Fix lv2 ttl generation missing audio ports by falkTX 2018-04-04 18:45:01 +0200
  • 0ae7124b Fix previous commit (include lv2 parameters.h) by falkTX 2018-04-04 14:54:03 +0200
  • 876a75de Fix LV2 sample rate changes Was fixed in DPF and Carla, now in Juce LV2 wrapper too by falkTX 2018-04-04 12:29:38 +0200
  • 10818c4e Merged-in some Ogg-Vorbis security fixes by falkTX 2018-04-04 00:01:52 +0200
  • f1669351 Update LV2 wrapper to work with latest juce by falkTX 2018-04-03 23:30:45 +0200
  • 77fbcbc9 Fix build with gcc4 by falkTX 2018-04-03 10:11:23 +0200
  • a81d6294 Add juce-opl plugin by falkTX 2018-04-02 22:31:07 +0200
  • 4f6ea414 Add "libs" make target by falkTX 2018-04-02 22:29:44 +0200
  • 7bf5c7e7 Update dexed by falkTX 2018-04-02 21:52:06 +0200
  • 84f65e68 Remove symlinks from TAL code, fixup include paths instead by falkTX 2018-02-11 11:58:42 +0100
  • b200e740 klangfalter: Add autogain on/off, hide autogain (level) from host by falkTX 2018-01-01 16:25:09 +0100
  • fcabdd86 Test saving and restore of klangfalter autogain by falkTX 2018-01-01 16:03:45 +0100
  • 7963c057 Cherry-pick a commit from juce upstream by falkTX 2018-01-01 15:12:27 +0100
  • e11e2b20 Build juce and plugins without JUCE_ALLOW_STATIC_NULL_VARIABLES by falkTX 2017-10-10 20:46:22 +0200
  • 7f21bd39 Fix build against latest juce changes by falkTX 2017-09-30 16:25:04 +0200
  • 365ca740 Update juce by falkTX 2017-09-30 16:15:02 +0200
  • 3128f11f Fix klangfalter for latest juce by falkTX 2017-09-25 18:58:11 +0200
  • aee4ee63 Fix drowaudio to build against latest juce by falkTX 2017-09-25 18:57:56 +0200
  • 8b17b768 Update juce by falkTX 2017-09-25 18:57:36 +0200
  • 03576917 Makefile: Use LIBDIR and SRCDIR Fixes #9 by falkTX 2017-08-26 15:43:15 +0100
  • 973008e0 Update juce again by falkTX 2017-08-26 14:52:12 +0100
  • 73270d08 Specify JUCE_ALSA_MIDI_NAME to skip creating a juce app Related to #21 and #20 by falkTX 2017-08-26 13:59:05 +0100
  • 2be76131 Build HiReSam and refine plugins by falkTX 2017-08-23 22:37:47 +0100
  • a216b512 Add HiReSam plugin by falkTX 2017-08-23 22:08:33 +0100
  • 6842a43e Add ReFine plugin by falkTX 2017-08-23 21:01:26 +0100
  • 0c5706ef Update LUFSMeter by falkTX 2017-08-23 20:42:14 +0100
  • af87c602 Update juce by falkTX 2017-08-23 20:24:17 +0100
  • 4982628c Import juce fix, convert strings to float using system locale by falkTX 2017-08-22 21:05:38 +0100
  • a1d4957c Update obxd (discoDSP version) by falkTX 2017-08-22 15:06:39 +0100
  • fb62971d Update dexed to latest upstream code by falkTX 2017-08-22 13:15:06 +0100
  • c890991d Update easySSP dsp-utility by falkTX 2017-08-22 09:53:27 +0100
  • b8e70c26 Remove now unused juce license splashScreen components by falkTX 2017-08-21 10:32:47 +0100
  • 627bbb2e Use Juce in GPL mode, remove tracking by falkTX 2017-08-21 09:28:33 +0100
  • ede2e096 Don't show juce splash screen or report data usage by falkTX 2017-08-21 09:25:07 +0100
  • 6ea71c82 Add 2 more juce patches by falkTX 2017-08-21 01:21:11 +0100
  • c087c79e Update juce (mingw fixes) by falkTX 2017-08-21 01:20:57 +0100
  • b0d40d73 Delete old juce files by falkTX 2017-08-19 22:54:34 +0100
  • 6385d570 Update ports for new juce by falkTX 2017-08-19 22:54:19 +0100
  • 01f63d2c Update juce build stuff by falkTX 2017-08-19 22:53:43 +0100
  • c2802be7 Update juced for new juce changes by falkTX 2017-08-19 22:53:08 +0100
  • 0dca4530 Update drowaudio for new juce changes by falkTX 2017-08-19 22:52:56 +0100
  • 516d50bf Update scripts by falkTX 2017-08-19 22:52:39 +0100
  • 7ae1722c Update gitignore by falkTX 2017-08-19 22:52:02 +0100
  • 9f75198c Update juce by falkTX 2017-08-19 22:46:49 +0100
  • 09a3eb02 Update juce patches by falkTX 2017-08-19 22:43:32 +0100
  • f591a106 (carla-water-base) Add lv2_nogen make target by falkTX 2017-08-04 15:20:28 +0200
  • 9157156c Disable ALSA for linux-embed builds by falkTX 2017-08-04 15:11:52 +0200
  • 5fc08316 Tweak plugins to build against JUCE_LINUX_EMBED by falkTX 2017-08-04 14:28:31 +0200
  • 34a68e8a Update plugin premake.lua files for JUCE_LINUX_EMBED by falkTX 2017-08-04 14:28:10 +0200
  • 8d81db82 Update main premake scripts for JUCE_LINUX_EMBED by falkTX 2017-08-04 14:27:36 +0200
  • 28ab64e7 Disable some juce stuff for JUCE_LINUX_EMBED by falkTX 2017-08-04 14:26:58 +0200
  • d7b78cf1 Update gitignore by falkTX 2017-08-04 14:25:50 +0200
  • 91ab4a34 Patch dRowAudio module for JUCE_LINUX_EMBED by falkTX 2017-08-04 14:25:34 +0200
  • 54f2f13e Update juce, now supporting JUCE_LINUX_EMBED by falkTX 2017-08-04 14:24:56 +0200
  • bef9436d Update juce (README update only) by falkTX 2017-02-20 17:11:56 +0100
  • 2ae52fe9 Update juce by falkTX 2017-02-08 09:37:34 +0100
  • a88340b3 Juce update complete by falkTX 2017-01-02 17:05:18 +0000
  • d0894d73 Update gitignore by falkTX 2017-01-02 17:05:10 +0000
  • 7c71b313 Fix plugins against latest juce by falkTX 2017-01-02 17:04:54 +0000
  • ab739da1 Update premake scripts to handle juce changes, also -pthread by falkTX 2017-01-02 17:04:12 +0000
  • 20ba6358 Don't build juce-demo-host for now by falkTX 2017-01-02 17:03:36 +0000
  • cdc0511f Update juce by falkTX 2017-01-02 17:03:12 +0000
  • 020c3f32 Remove LV2 latency port from all plugins except pitchedDelay by falkTX 2016-12-30 03:28:24 +0000
  • 004e649a Fix index of klangfalter param by falkTX 2016-12-30 03:27:45 +0000
  • c50ccd3d Remove auto-gain on/off button and parameter Doesn't work properly, causing very loud sound when clicked So, remove it, as if it was always on by falkTX 2016-12-30 02:42:05 +0000
  • 6a99270c Update klangfalter to latest upstream code by falkTX 2016-12-30 00:33:07 +0000
  • 5ca92d52 Fix last commit, sorry by falkTX 2016-11-24 16:13:09 +0100
  • d9ea97dc Fix LV2 MIDI output by falkTX 2016-11-21 10:21:10 +0100