{"id":16678922,"url":"https://github.com/greatest-ape/octasine","last_synced_at":"2025-04-04T14:08:13.491Z","repository":{"id":38241786,"uuid":"197913230","full_name":"greatest-ape/OctaSine","owner":"greatest-ape","description":"Frequency modulation synthesizer plugin (VST2, CLAP). Runs on macOS, Windows and Linux.","archived":false,"fork":false,"pushed_at":"2024-07-03T10:59:21.000Z","size":6467,"stargazers_count":684,"open_issues_count":25,"forks_count":17,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T13:08:20.196Z","etag":null,"topics":["audio","clap","dsp","linux","macos","plugin","rust","synthesizer","vst","vst2","windows"],"latest_commit_sha":null,"homepage":"https://www.octasine.com/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greatest-ape.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-20T10:10:08.000Z","updated_at":"2025-03-25T22:53:29.000Z","dependencies_parsed_at":"2024-06-27T14:54:48.509Z","dependency_job_id":"6d171a99-45e0-4fab-b20b-0c21966406c7","html_url":"https://github.com/greatest-ape/OctaSine","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatest-ape%2FOctaSine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatest-ape%2FOctaSine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatest-ape%2FOctaSine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatest-ape%2FOctaSine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greatest-ape","download_url":"https://codeload.github.com/greatest-ape/OctaSine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190251,"owners_count":20898702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","clap","dsp","linux","macos","plugin","rust","synthesizer","vst","vst2","windows"],"created_at":"2024-10-12T13:31:59.874Z","updated_at":"2025-04-04T14:08:13.466Z","avatar_url":"https://github.com/greatest-ape.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eOctaSine\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nFrequency modulation synthesizer plugin (VST2, CLAP). Runs on macOS, Windows and Linux.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eOfficial website with downloads\u003c/strong\u003e\u003cbr\u003e\n  \u003ca href=\"https://www.octasine.com\"\u003eOctaSine.com\u003c/a\u003e\n\u003c/p\u003e\n\n## Screenshots\n\n### Light mode\n\n![Screenshot of OctaSine in light mode](images/screenshot-light.png)\n\n### Dark mode\n\n![Screenshot of OctaSine in dark mode](images/screenshot-dark.png)\n\n## Features\n\n### Four operators\n\nFour 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.\n\n### Flexible routing\n\nFlexible 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.\n\n### Four LFOs\n\nFour 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.\n\n### ADSR envelopes\n\nEach operator is connected to an attack-decay-sustain-release volume envelope with logarithmic slopes. Envelope groups make synchronizing changes a breeze.\n\n### Modulation panning\n\nA 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.\n\n### Cross-platform\n\nRuns 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).\n\n## Installation from source code\n\nPlease note that the recommended way to install OctaSine on macOS and Windows\nis to [download an official release](https://www.octasine.com), not to build it from source.\n\n### macOS\n\n* [Install the Rust compiler](https://rustup.rs/). Choose the stable toolchain\n  when prompted. The compiler requires Apple's XCode build tools. You will\n  probably be prompted to install them.\n* Install git unless it's already installed. If you're using [homebrew](https://brew.sh), run:\n\n```sh\nbrew install git\n```\n\n* Clone this repository to a folder on your computer:\n\n```sh\nmkdir -p \"$HOME/Downloads\"\ncd \"$HOME/Downloads\"\ngit clone https://github.com/greatest-ape/OctaSine.git\ncd OctaSine\n```\n\n* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:\n\n```sh\ngit checkout tags/v0.9.1\n```\n\n* Build and install the plugin:\n\n```sh\n./scripts/macos/build-vst2-and-install.sh\n./scripts/macos/build-clap-and-install.sh\n```\n\n### Windows\n\n* Install [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/). Make sure that the Windows 10 SDK and the English language pack components are included during installation.\n* [Install the Rust compiler](https://rustup.rs/). When prompted, choose the stable toolchain and to modify the path variable.\n* Install [git](https://git-scm.com/downloads).\n* Clone this repository to a folder on your computer and enter it\n* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:\n\n```sh\ngit checkout tags/v0.9.1\n```\n\n* Build and install the plugin:\n\n```cmd\ncargo xtask bundle -p octasine --release --features \"vst2\"\ncargo xtask bundle -p octasine --release --features \"clap\"\n```\n\n* Copy `target\\bundled\\octasine.dll` to your VST plugin folder.\n* Copy `target\\bundled\\octasine.clap` to your CLAP plugin folder.\n\n### Linux\n\n* [Install the Rust compiler](https://rustup.rs/). Choose the stable toolchain when prompted. \n* Install dependencies, e.g.,\n\n```sh\nsudo 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\n```\n\nOn Debian 10, you might need to install some more dependencies:\n\n```sh\nsudo apt-get install libfreetype6-dev libexpat1-dev\n```\n\n* Clone this repository to a folder on your computer, e.g.,\n\n```sh\nmkdir -p \"$HOME/Downloads\"\ncd \"$HOME/Downloads\"\ngit clone https://github.com/greatest-ape/OctaSine.git\ncd OctaSine\n```\n\n* Unless you want to use the bleeding edge development branch, switch to the latest stable version, e.g.:\n\n```sh\ngit checkout tags/v0.9.1\n```\n\n* Build and install the plugin\n\n```sh\ncargo xtask bundle -p octasine --release --features \"vst2\"\ncargo xtask bundle -p octasine --release --features \"clap\"\n```\n\n* Copy `target/bundled/octasine.so` to your VST plugin folder \n* Copy `target/bundled/octasine.clap` to your CLAP plugin folder \n\n## Architecture\n\nSee [ARCHITECTURE.md](ARCHITECTURE.md).\n\n## Copyright and license\n\nCopyright (C) 2019-2024 Joakim Frostegård\n\nOctaSine is distributed under the GNU Affero General Public License, Version 3,\nas published by the Free Software Foundation. See [LICENSE](LICENSE) for\ndetails.\n\nContents of the `contrib` directory are licensed under other terms. Please\nrefer to the contained directories and/or files for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatest-ape%2Foctasine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreatest-ape%2Foctasine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatest-ape%2Foctasine/lists"}