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
2022-11-26 18:16:28 +01:00
examples using new API for phase gen + fixed param setting bug + fixes/improvements 2022-11-25 19:17:47 +01:00
include better use of one pole reset state in bw_svf and better omega approx 2022-11-26 18:16:28 +01:00
src using new API for phase gen + fixed param setting bug + fixes/improvements 2022-11-25 19:17:47 +01:00
.gitignore initial import 2022-11-16 00:49:51 +01:00
ChangeLog update ChangeLog 2022-11-25 19:21:14 +01:00
LICENSE initial import 2022-11-16 00:49:51 +01:00
README.md initial import 2022-11-16 00:49:51 +01:00
TODO updated svf to new API (still doc and wah/synth examples broken) 2022-11-23 10:54:48 +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: a synth and an effect example in VST3 and Web Audio formats;
  • include: header files;
  • src: source files.

Copyright (C) 2021, 2022 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 is released under the MIT license. Details in said file.

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.