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 84b3316b67
Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF
3 months ago
..
buffers Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 3 years ago
containers Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 3 months ago
files Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 3 months ago
maths Cleanup endianness usage 2 years ago
memory Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 3 months ago
midi Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things 3 years ago
misc water: cleanup time handling, add back file time calls 2 years ago
processors Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 3 months ago
streams Continue cleanup 1 year ago
synthesisers Avoid jassert name clashes, makefile stuff 6 years ago
text water: cleanup file related code, add winMyDocuments property 2 years ago
threads Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 3 months ago
xml Remove use of Carla{String,ScopedLocale,ScopedPointer} for DPF 3 months ago
Makefile Fix macOS water build without mm files 2 years ago
README Water cleanup 7 years ago
common.hpp Make water atomic methods compatible with MSVC 2 years ago
water.cpp Fully remove water::Variant use 3 years ago
water.files.cpp Add water::MemoryInputStream 3 years ago
water.h water: cleanup time handling, add back file time calls 2 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.