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.
Magnus Sandin 7e872cc99f Added sys/types.h to build on Alpine 2 years ago
..
buffers Fix build on old or 32bit systems 6 years ago
containers Revert "Same fix for removeInternal" 3 years ago
files Use utf16 in a few more places 2 years ago
maths Fix a build warning 4 years ago
memory Tweaks for Ildaeil, MemoryOutputStream::getDataAndRelease() 3 years ago
midi Fix some strict compiler warnings 5 years ago
misc Remove Time::getApproximateMillisecondCounter from water 5 years ago
processors Graph: Fix wrong buffer being cleared for unconnected cv ins 4 years ago
streams Add water::MemoryInputStream 2 years ago
synthesisers Avoid jassert name clashes, makefile stuff 5 years ago
text Added sys/types.h to build on Alpine 2 years ago
threads Fix build with old macOS 2 years ago
xml Remove StringPool, barely used and lead to memory corruption 5 years ago
.kdev_include_paths Add .kdev_include_paths files 3 years ago
Makefile Implement VERBOSE make flag 2 years ago
README Water cleanup 6 years ago
common.hpp Cleanup, print error if win32 CreateWindow fails 6 years ago
water.cpp Replace CARLA_EXPORT with separate API / PLUGIN export option 2 years ago
water.files.cpp Add water::MemoryInputStream 2 years ago
water.h Fix build on macOS 10.8 5 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 a generic library or give any support for its use outside of Carla.