Brickworks is a music DSP toolkit that supplies you with the fundamental building blocks for creating and enhancing audio engines on any platform. www.orastron.com/brickworks
Go to file
Stefano D'Angelo 8750d5cf89 fix bad commit
2023-03-24 16:13:59 +01:00
examples added initial value to bw_{ap2,hs2,ls2,mm2,notch,peak,svf,wah} 2023-03-23 14:03:27 +01:00
include fix bad commit 2023-03-24 16:13:59 +01:00
.gitignore initial import 2022-11-16 00:49:51 +01:00
ChangeLog use bw_ppm in synth_mono + cosmetic changes 2023-02-20 13:43:10 +01:00
LICENSE initial import 2022-11-16 00:49:51 +01:00
README.md updated README.md and added example building/running documentation 2023-02-20 18:09:17 +01:00
TODO added initial value to bw_{ap2,hs2,ls2,mm2,notch,peak,svf,wah} 2023-03-23 14:03:27 +01:00

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.

Subfolders

  • examples: synth and an effect examples in VST3, Web Audio, and Daisy Seed formats;
  • include: header files.

Copyright (C) 2021-2023 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.

The file examples/common/vst3/plugin.cpp contains code from sse2neon (https://github.com/DLTcollab/sse2neon/), which was released under the MIT license. Details in said file.

The file include/bw_math.h contains code derived from https://dangelo.audio/code/omega.h, which was released under the ISC license. Details in said file.

The file include/bw_rand.h 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.