https://github.com/sdangelo/brickworks
Brickworks
https://github.com/sdangelo/brickworks
algorithm android audio audio-processing daisy-seed dsp effect fx ios library music plugin plugins synth synthesis synthesizer toolkit vst vst3 webaudio
Last synced: about 2 months ago
JSON representation
Brickworks
- Host: GitHub
- URL: https://github.com/sdangelo/brickworks
- Owner: sdangelo
- License: gpl-3.0
- Created: 2022-11-15T23:47:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T12:54:52.000Z (about 1 year ago)
- Last Synced: 2024-03-19T13:58:04.952Z (about 1 year ago)
- Topics: algorithm, android, audio, audio-processing, daisy-seed, dsp, effect, fx, ios, library, music, plugin, plugins, synth, synthesis, synthesizer, toolkit, vst, vst3, webaudio
- Language: C++
- Homepage: https://www.orastron.com/brickworks
- Size: 1.73 MB
- Stars: 75
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> This repository is archived. Development continues at: https://git.orastron.com/orastron/brickworks. See you there.# Brickworks
Brickworks is a music DSP toolkit that supplies you with the fundamental building blocks for creating and enhancing audio engines on any platform.
You can find information and documentation [on the official web page](https://www.orastron.com/brickworks).
## Subfolders
* `examples`: synth and an effect examples in VST3, LV2, Web Audio, Daisy Seed, Android app, iOS app, and command line program formats;
* `include`: header files.## Legal
Copyright (C) 2021-2024 Orastron Srl unipersonale.
Authors: Stefano D'Angelo, Paolo Marrone.
All the code in the repo is released under GPLv3. See the `LICENSE` file. Alternatively, we offer a commercial license that doesn't restrict usage with respect to time, projects, or developers involved. More details [on the official web page](https://www.orastron.com/brickworks#license-pricing).
The `include/bw_rand.h` file contains code from https://nullprogram.com/blog/2017/09/21/, which was released into the public domain by its author.
VST is a registered trademark of Steinberg Media Technologies GmbH.
All trademarks and registered marks are properties of their respective owners. All company, product, and service names used are for identification purposes only. Use of these names, trademarks, and brands does not imply endorsement.