Skip to content

killbizz/drowaudio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

A JUCE module for high level audio application development.

dRowAudio is a 3rd party JUCE module designed for rapid audio application development. It contains classes for audio processing and GUI elements.

Additionally, there are several wrappers around 3rd party libraries including:

dRowAudio is written following JUCE's Coding Standard.

This library is hosted on GitHub. Please find the online documentation here.

Prerequisites

This documentation assumes that the reader has a working knowledge of JUCE.

Integration

This fork of dRowAudio requires JUCE 4.3.0.

Platforms

All platforms supported by JUCE are also supported by dRowAudio.

Currently, these platforms include:

  • Windows: Applications and VST/VST3/RTAS/AAX/NPAPI/ActiveX plugins can be built using MS Visual Studio. The results are all fully compatible with Windows XP, Vista, 7, 8, 8.1 and 10.
  • Mac OS X: Applications and VST/VST3/AudioUnit/RTAS/AAX/NPAPI plugins with Xcode.
  • GNU/Linux: Applications and plugins can be built for any kernel 2.6 or later.
  • iOS: Native iPhone and iPad apps.
  • Android: Supported.

License

Copyright (C) 2013 - Present by David Rowland

dRowAudio is provided under the terms of The MIT License (MIT):

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Some portions of the software including but not limited to SoundTouch and FFTReal are included with in the repository but released under separate licences. Please see the individual source files for details.

Other Contributors

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.0%
  • C 14.3%
  • Objective-C++ 2.7%