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 93d3fff123
water: Add back a way to get win appdata and programfiles
2 years ago
..
buffers Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
containers Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
files water: Add back a way to get win appdata and programfiles 2 years ago
maths Start cleaning up the water 2 years ago
memory Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
midi Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
misc Start cleaning up the water 2 years ago
processors Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
streams Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
synthesisers Avoid jassert name clashes, makefile stuff 5 years ago
text More cleanup 2 years ago
threads Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
xml Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 2 years ago
.kdev_include_paths Add .kdev_include_paths files 3 years ago
Makefile Do not enable pthreads for wasm builds 2 years ago
README Water cleanup 6 years ago
common.hpp Fix windows build 2 years ago
water.cpp Really fix windows build 2 years ago
water.files.cpp Add water::MemoryInputStream 2 years ago
water.h Start cleaning up the water 2 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.