Orpheus is an audio plug-in based on the JUCE-Framework. Its designed to support artists who want to share their live cooperation over the internet with a broad audience.
Inside of the bin folder you can find some pre-compiled binaries for Orpheus. Unfortunately, I can't provide binaries for every platform and/or plugin format. You'll need to compile the code by yourself in those cases.
This graph shows the component-structure of the Orpheus project. The functionality can be split up into three different sections:
- The audio component - Dealing with the input, output and synchronisation
- The network component - Providing a safe and relient audio-stream
- The GUI component - Dealing with the graphical interface of the plugin
In order to successfully build Orpheus from the source code, you'll need Projucer from the JUCE-Project. Open the ".jucer"-File of the Client or Server package with Projucer and select an development environment where you want to build the project. Projucer will generate a valid project for this environment.