Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
falkTX a4c05a11cb Fix crash loading bridged plugins with latency 6 years ago
..
buffers Cleanup, noexcept and other small changes in water module 7 years ago
containers Cleanup, noexcept and other small changes in water module 7 years ago
files Fix inverted logic when checking for file stream open 7 years ago
maths Fix build under certain systems 7 years ago
memory Cleanup, noexcept and other small changes in water module 7 years ago
midi More water cleanup 7 years ago
misc Cleanup, noexcept and other small changes in water module 7 years ago
processors Cleanup 7 years ago
streams Fix build on Mac OS and old non-c++11 compilers 7 years ago
text libjack: show all system audio and midi ports; Misc changes 6 years ago
threads Fix crash loading bridged plugins with latency 6 years ago
xml Remove unused XmlElement function which breaks clang build 7 years ago
Makefile Fix build on Mac OS and old non-c++11 compilers 7 years ago
README Add readme to water module directory 7 years ago
common.hpp Fix build after latest commit 7 years ago
water.cpp Only link carla-utils and ui bridges against water file libs 7 years ago
water.files.cpp Fix debug build 7 years ago
water.h Fix typo leading to unloadable plugins, sorry 7 years ago
water.mm More water cleanup 7 years ago

README

This folder contains 'water', a fork of Juce v.4x library code.
This fork takes out everything that is not needed for Carla, and makes it work on generic POSIX systems.

Using Juce version 4 means we can use its GPL v2+ license.
Starting from version 5, Juce uses GPLv3.

Do not use this library in your own code!
There are no plans to make it generic library or any support for its use outside of Carla.