Home

Awesome

<h1 align="center">OctaSine</h1> <p align="center"> Frequency modulation synthesizer plugin (VST2, CLAP). Runs on macOS, Windows and Linux. </p> <p align="center"> <strong>Official website with downloads</strong><br> <a href="https://www.octasine.com">OctaSine.com</a> </p>

Screenshots

Light mode

Screenshot of OctaSine in light mode

Dark mode

Screenshot of OctaSine in dark mode

Features

Four operators

Four FM operators with parameters for wave form (sine, square, triangle, saw and noise), volume, panning, feedback and frequency (ratio, free and fine), with visualizations of stereo wave forms after modulation.

Flexible routing

Flexible routing allows setting the operator modulation targets (with some limitations) as well as the amount of signal that is simply added to the final output, enabling additive synthesis.

Four LFOs

Four LFOs with multiple waveforms, oneshot and loop modes and optional DAW BPM sync. They can target most operator parameters and most parameters of lower-index LFOs.

ADSR envelopes

Each operator is connected to an attack-decay-sustain-release volume envelope with logarithmic slopes. Envelope groups make synchronizing changes a breeze.

Modulation panning

A unique feature of OctaSine is that modulation can be panned, enabling positioning FM within the stereo image. Additionally, true stereo panning is implemented, not just balance.

Cross-platform

Runs on macOS (10.15 or later), Windows 10/11 and Linux (X11 only) in VST2- or CLAP-compatible DAWs on 64-bit computers. Synthesis is SIMD-accelerated on x86_64 (SSE2, AVX).

Installation from source code

Please note that the recommended way to install OctaSine on macOS and Windows is to download an official release, not to build it from source.

macOS

brew install git
mkdir -p "$HOME/Downloads"
cd "$HOME/Downloads"
git clone https://github.com/greatest-ape/OctaSine.git
cd OctaSine
git checkout tags/v0.9.1
./scripts/macos/build-vst2-and-install.sh
./scripts/macos/build-clap-and-install.sh

Windows

git checkout tags/v0.9.1
cargo xtask bundle -p octasine --release --features "vst2"
cargo xtask bundle -p octasine --release --features "clap"

Linux

sudo apt-get install cmake git build-essential libx11-dev libxcursor-dev libxcb-dri2-0-dev libxcb-icccm4-dev libx11-xcb-dev pkg-config libgl-dev

On Debian 10, you might need to install some more dependencies:

sudo apt-get install libfreetype6-dev libexpat1-dev
mkdir -p "$HOME/Downloads"
cd "$HOME/Downloads"
git clone https://github.com/greatest-ape/OctaSine.git
cd OctaSine
git checkout tags/v0.9.1
cargo xtask bundle -p octasine --release --features "vst2"
cargo xtask bundle -p octasine --release --features "clap"

Architecture

See ARCHITECTURE.md.

Copyright and license

Copyright (C) 2019-2024 Joakim FrostegÄrd

OctaSine is distributed under the GNU Affero General Public License, Version 3, as published by the Free Software Foundation. See LICENSE for details.

Contents of the contrib directory are licensed under other terms. Please refer to the contained directories and/or files for details.