Zurück zum Ranking

juce-framework/JUCE

C++juce.com

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.

jucec-plus-pluscppaudioframeworkpluginvstvst3audiounitauauv3aax
Sterne-Wachstum
Sterne
8.7k
Forks
2.1k
Wochenwachstum
Issues
268
5k
Sept. 2012Apr. 2017Dez. 2021Juli 2026
README

alt text

JUCE is an open-source cross-platform C++ application framework for creating desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts. JUCE can be easily integrated with existing projects via CMake, or can be used as a project generation tool via the Projucer, which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, and Linux Makefiles as well as containing a source code editor.

Getting Started

The JUCE repository contains a master and develop branch. The develop branch contains the latest bug fixes and features and is periodically merged into the master branch in stable tagged releases (the latest release containing pre-built binaries can be also downloaded from the JUCE website).

JUCE projects can be managed with either the Projucer (JUCE's own project-configuration tool) or with CMake.

The Projucer

The repository doesn't contain a pre-built Projucer so you will need to build it for your platform - Xcode, Visual Studio and Linux Makefile projects are located in extras/Projucer/Builds (the minimum system requirements are listed in the minimum system requirements section below). The Projucer can then be used to create new JUCE projects, view tutorials and run examples. It is also possible to include the JUCE modules source code in an existing project directly, or build them into a static or dynamic library which can be linked into a project.

For further help getting started, please refer to the JUCE documentation and tutorials.

CMake

Version 3.22 or higher is required. To use CMake, you will need to install it, either from your system package manager or from the official download page. For comprehensive documentation on JUCE's CMake API, see the JUCE CMake documentation. For examples which may be useful as starting points for new CMake projects, see the CMake examples directory.

Building Examples

To use CMake to build the examples and extras bundled with JUCE, simply clone JUCE and then run the following commands, replacing "DemoRunner" with the name of the target you wish to build.

cd /path/to/JUCE
cmake . -B cmake-build -DJUCE_BUILD_EXAMPLES=ON -DJUCE_BUILD_EXTRAS=ON
cmake --build cmake-build --target DemoRunner

Minimum System Requirements

Building JUCE Projects

  • C++ Standard: 17 (20 when building with JUCE_USE_WINDOWS_MIDI_SERVICES enabled)
  • macOS/iOS: Xcode 12.4 (Intel macOS 10.15.4, Apple Silicon macOS 11.0)
  • Windows: Visual Studio 2019 (Windows 10 version 1607)
  • Linux: g++ 7.0 or Clang 6.0 (for a full list of dependencies, see here).
  • Android: Android Studio (NDK 26) on Windows, macOS or Linux

Deployment Targets

  • macOS: macOS 10.11 (x86_64, Arm64)
  • Windows: Windows 10 version 1607 (x86_64, x86, Arm64, Arm64EC)
  • Linux: Mainstream Linux distributions (x86_64, Arm64/aarch64, (32 bit Arm systems like armv7 should work but are not regularly tested))
  • iOS: iOS 12 (Arm64, Arm64e, x86_64 (Simulator))
  • Android: Android 7 - Nougat (API Level 24) (arm64-v8a, armeabi-v7a, x86_64, x86)

Contributing

Please see our contribution guidelines.

Licensing

See LICENSE.md for licensing and dependency information.

AAX Plug-Ins

AAX plug-ins need to be digitally signed using PACE Anti-Piracy's signing tools before they will run in commercially available versions of Pro Tools. These tools are provided free of charge by Avid. Before obtaining the signing tools, you will need to use a special build of Pro Tools, called Pro Tools Developer, to test your unsigned plug-ins. The steps to obtain Pro Tools Developer are:

  1. Sign up as an AAX Developer here.
  2. Request a Pro Tools Developer Bundle activation code by sending an email to devauth@avid.com.
  3. Download the latest Pro Tools Developer build from your Avid Developer account.

When your plug-ins have been tested and debugged in Pro Tools Developer, and you are ready to digitally sign them, please send an email to audiosdk@avid.com with the subject "PACE Eden Signing Tools Request". You need to include an overview of each plug-in along with a screen recording showing the plug-in running in Pro Tools Developer, with audio if possible.

Please also include the following information:

  • Company name
  • Admin full name
  • Telephone number

Once the request is submitted, PACE Anti-Piracy will contact you directly with information about signing your plug-ins. When the plug-ins have been signed, you are free to sell and distribute them. If you are interested in selling your plug-ins on the Avid Marketplace, please send an email to audiosdk@avid.com.

Ähnliche Repositories
spotify/pedalboard

🎛 🔊 A Python library for audio.

C++GNU General Public License v3.0vst3vst3-host
spotify.github.io/pedalboard
6.2k346
helio-fm/helio-sequencer

Libre music sequencer for desktop and mobile platforms

C++GNU General Public License v3.0audio-applicationsmusic-composition
helio.fm
3.5k139
zrythm/zrythm

a highly automated and intuitive digital audio workstation - official mirror

C++Otherdawmusic-composition
zrythm.org
3.1k131
monocasual/giada

Your Hardcore Loop Machine.

C++GNU General Public License v3.0giadamidi
giadamusic.com
2.1k115
kushview/element

Element Audio Plugin Host

C++audio-applicationsvst-host
kushview.net/element/
1.6k128
benkuper/Chataigne

Artist-friendly Modular Machine for Art and Technology

C++GNU General Public License v3.0artjuce
benjamin.kuperberg.fr/chataigne
1.6k90
Tracktion/tracktion_engine

Tracktion Engine module

C++Otheraudiocpp
1.4k211
christophhart/HISE

The open source framework for sample based instruments

C++Othersampler-enginejuce
hise.audio
1.4k163
jatinchowdhury18/AnalogTapeModel

Physical modelling signal processing for analog tape recording

C++GNU General Public License v3.0audio-effectaudio-plugin
1.4k74
GuitarML/SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier.

C++Apache License 2.0audio-processingguitar
guitarml.com
1.3k62
sudara/awesome-juce

A curated list of JUCE modules, templates, plugins, oh my!

RubyRubyGemsMIT Licenseawesome-listjuce
1.3k64
DBraun/DawDreamer

Digital Audio Workstation with Python; VST instruments/effects, parameter automation, FAUST, JAX, Warp Markers, and JUCE processors

C++GNU General Public License v3.0juceaudio
dirt.design/DawDreamer/
1.3k95