Skip to content

vinniefalco/SimpleDJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDJ

SimpleDJ is a stand-alone application for Windows, Mac OS, and GNU/Linux systems with X-Windows. It supports decoding, playback, and mixing of up to four audio files simultaneously. This program was written to demonstrate "best practices" for building robust concurrent audio applications.

Dependencies

SimpleDJ has no external dependencies. Nothing outside of the repository is required to build the application. It uses these libraries, which are open source and included in the repository (in the Extern directory)

VFLib

VFLib is a source code collection of individual modules containing functionality for a variety of applications, with an emphasis on building concurrent systems.

JUCE

JUCE (Jules' Utility Class Extensions) is an all-encompassing C++ class library for developing cross-platform software. It contains pretty much everything you're likely to need to create most applications, and is particularly well-suited for building highly-customised GUIs, and for handling graphics and sound.

License

Copyright 2012 Vinnie Falco <e-mail>.
Unless otherwise specified, files are provided under the terms of the MIT License
JUCE is licensed separately, visit Raw Material Software for details, or view the corresponding source files.
Some portions of AppletJUCE are copyright by their respective owners, see the corresponding source files for details.

About

A self-contained set of cross platform applications and audio plugins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published