Xenos is a virtual instrument plug-in that implements and extends the Dynamic Stochastic Synthesis (DSS) algorithm invented by Iannis Xenakis. Programmed in C++ with the JUCE framework, Xenos is open-source, cross-platform, and can be built in a number of plug-in formats.
Key features include:
- Authentic DSS engine
- Xenharmonic pitch quantizer
- Custom scale import in the Scala format
- Ten stochastic distributions with up to two parameters each
- First- and second-order random walks
- Variable number of segments per wave cycle
- Variable amplitude envelope
- Polyphonic (64 voices by default)
- MIDI implementation (notes, sustain, pitch bend)
- External MIDI controller assignment
- Parameter automation
- Simple and streamlined interface
- Free and open source
Xenos was first presented to the Meta–Xenakis Global Symposium, and is the subject of a master’s degree from the Media Arts and Technology (MAT) program at UC Santa Barbara.
Watch the Quick Start video on YouTube.
Xenos has been tested on macOS 10.14.6 and Windows 10 (64-bit).
- Download JUCE
- Clone or download Xenos
- Open Xenos.jucer in the Projucer
- Export the project for your IDE and platform, e.g., Xcode (macOS) or Visual Studio 2019 (Windows); see here for more information
- Compile Xenos using your IDE (or make on Linux)
- Move the plug-in binary, e.g., Xenos.component or Xenos.vst3, to the proper location according to your platform, host software, and plug-in format
- e.g.,
/Macintosh HD/Library/Audio/Plug-Ins/Components
(MacOS) - e.g.,
C:\Program Files\Common Files\VST3
(Windows)
- e.g.,
- Open a suitable plug-in host application and add Xenos on a software instrument track
- Download the latest Xenos release from GitHub
- Extract the plug-in binary, i.e., Xenos.component or Xenos.vst3, and move it to the proper location according to your platform, host software, and plug-in format
- e.g.,
/Macintosh HD/Library/Audio/Plug-Ins/Components
(MacOS) - e.g.,
C:\Program Files\Common Files\VST3
(Windows)
- e.g.,
- Open a suitable plug-in host application and add Xenos on a software instrument track