JUCE

For the TV network formerly known as JCTV, see JUCE TV.
JUCE (Jules' Utility Class Extensions)
Original author(s) Jules Storer
Developer(s) ROLI
Initial release 2004 (2004)
Written in C++
Operating system Cross-platform
Type Development library
License GPL, commercial
Website www.juce.com

JUCE is an open-source cross-platform C++ application framework, used for the development of desktop and mobile applications. JUCE is used in particular for its GUI and plug-ins libraries.

The aim of JUCE is to allow software to be written such that the same source code will compile and run identically on Windows, Mac OS X and Linux platforms. It supports various development environments and compilers, such as GCC, Xcode, Visual Studio and Code::Blocks.

History

It was first released to the public in 2004, and has been maintained by Jules Storer of Raw Material Software in the United Kingdom. It is covered by a dual GPL/commercial license.

JUCE and Raw Material Software were acquired in November 2014 by London-based hardware manufacturer ROLI for an undisclosed amount.[1][2] As part of the acquisition, JUCE founder Jules Storer was to join ROLI as head of software architecture, and editor-in-chief of JUCE. Jules announced to JUCE users that

"...for the foreseeable future, it's still going to be me who either writes or approves every line of code that gets into the library. I'm hoping that within a couple of years we'll have a team of brilliant coders who are all pumping out code that perfectly matches the quality and style of the JUCE codebase"

[3]

Official support

JUCE is intended to be usable in exactly the same way on multiple platforms and compilers. Raw Material Software gives the following list of platforms and compilers on which support is officially confirmed; others may work, but have not been officially tested.

Supported platforms

JUCE is supported on the following platforms.

Supported compilers

JUCE is officially confirmed to work properly with the following compilers.

Features

Like many other frameworks (e.g., Qt, wxWidgets, GTK+, etc.), JUCE contains classes providing a range of functions that cover user-interface elements, graphics, audio, XML and JSON parsing, networking, cryptography, multi-threading, an integrated interpreter that mimics ECMAScript's syntax, and various other commonly used features. Application developers needing several third-party libraries may thus be able to consolidate and use only the JUCE library, or at least reduce the number of third-party libraries they use. In this, the original inspiration was Java's JDK, and JUCE was intended to be "something similar for C++".

A notable feature of JUCE when compared to other similar frameworks is its large set of audio functionality; this is because JUCE was originally developed as a framework for Tracktion, an audio sequencer, before being split off into a standalone product. JUCE has support for audio devices (such as CoreAudio, ASIO, ALSA, JACK, WASAPI, DirectSound) and MIDI playback, polyphonic synthesizers, built-in readers for common audio file formats (such as WAV, AIFF, FLAC, MP3 and Vorbis), as well as wrappers for building various types of audio plugin, such as VST effects and instruments. This has led to its widespread use in the audio development community.[4]

JUCE comes with wrapper classes for building audio and browser plugins. When building an audio plugin, a single binary is produced that supports multiple plugin formats (VST & VST3, RTAS, AAX, Audio Units). Since all the platform and format-specific code is contained in the wrapper, a user can build Mac and Windows VST/VST3/RTAS/AAX/AUs from a single codebase.

Browser plugins are handled in a similar way: a single binary is produced that functions as both an NPAPI and an ActiveX plugin.

Tools

The "Introjucer" is an IDE tool for creating and managing JUCE projects. When the files and settings for a JUCE project have been specified, the Introjucer automatically generates a collection of 3rd-party project files to allow the project to be compiled natively on each target platform. It can currently generate Xcode projects, Visual Studio projects, Linux Makefiles, Android Ant builds and CodeBlocks projects. As well as providing a way to manage a project's files and settings, it also has a code editor, an integrated GUI editor, and wizards for creating new projects and files.

See also

References

  1. "Music Hardware Maker ROLI Acquires JUCE, A Key Music Industry Framework". TechCrunch. 2014-11-18. Retrieved 2016-03-19.
  2. "JUCE has been acquired by ROLI! | JUCE C++ Library". Juce.com. 2014-11-18. Retrieved 2016-03-19.
  3. https://web.archive.org/web/20130807023518/http://www.juce.com/ecosystem. Archived from the original on August 7, 2013. Retrieved August 30, 2013. Missing or empty |title= (help)

Further reading

External links

This article is issued from Wikipedia - version of the 10/16/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.