This project is a fork of the Android Open Source Project
'platform_external_sonivox', including a CMake based build system to be
used not on Android, but on any other computer Operating System. Google
licensed this work originally named Sonivox EAS (Embedded Audio
Synthesis) from the company Sonic Network Inc. under the terms of the
Apache License 2.0. Here is the Google source code repository:
https://android.googlesource.com/platform/external/sonivox.git
This is a "wavetable" synthesizer, not using external soundfont files by
default but embedded samples instead. DLS files are also supported. It
is also a MIDI file player and a real time GM synthesizer. It consumes
very little resources, so it may be indicated in projects for small
embedded devices. There is neither MIDI input nor audio output
facilities included in the library. You need to provide your own
input/output.
Changes in v3.6.15
* Add chorus, reverb dry and master gain for sonivoxrender by @rsp4jack
in #26
* The new host wrapper by @rsp4jack in #27
* Implement hwng for macOS and fallback ReadAt for other platforms by
@rsp4jack in #28
* Fix wt_200k_G.c "initializer element is not constant" error with GCC <
8.1 by @dwatteau in #29
Project page: https://github.com/pedrolcl/sonivox
Downloads: https://github.com/pedrolcl/sonivox/releases/tag/v3.6.15
License: Apache 2.0
Hi all!
This time we are releasing version 1.2.0 of Brickworks, our basic audio
DSP toolkit that supplies you with the fundamental building blocks for
creating and enhancing audio engines on any platform, and perhaps more
importantly, the first 15 algorithms from Brickworks Pro, an
ever-expanding collection of state-of-the-art-or-beyond algorithms with
advanced features for the most demanding applications.
Here's a short list of changes for Brickworks 1.2.0:
* Improved compatibility with older/odd C/C++ compilers and made the
C++ APIs completely optional.
* Added new functionality to gain, bit depth reducer, phase generator,
dry/wet mixer, and note on/off event queue modules.
* Added new math routines and buffer-level operations.
* Strenghtened envelope generator implementation.
* Added more debugging checks everywhere.
* Pre-built example VST3 plugins for Windows, macOS and Linux can now
be downloaded from the website.
* All iOS examples now target version 14.0.
* Tons of bug fixes, smaller improvements, and polish.
Brickworks is fully free/open source software (GPLv3 license) and we
also offer proprietary licenses.
Regarding Brickworks Pro, the first 15 modules out now allow you to
create featureful subtractive synthesizers. In particular we have:
* Phase generator and oscillator waveshapers (sawtooth, pulse,
triangle) with hard-sync support and full antialiasing (PolyBLEP-based,
latency-free).
* Generic nonlinear model of 4-pole OTA-based ladder filters with
separated outputs, good for modeling, e.g., SSM2040- and CEM3320-based
VCF circuits.
* DADSHR envelope generator with controllable linear/exponential curve
shapes, fixed phase duration, and sub-sample accuracy.
* Advanced voice allocator with various priority and reassign modes,
unison, and more.
* Arpeggiator with various playing modes, repeats on several ranges
(octaves) and more, and a periodic trigger.
* Integer-ratio IIR sample rate converter based on tunable Type II
Chebyshev filters.
* A faithful digital model of the Roland® Juno-60® chorus circuit.
* A bunch of less fancy but very much needed algorithms (note hold,
real-time safe doubly linked lists, pressed note tracker by pitch and
time, fast Wright omega function approximation).
Brickworks Pro algorithms are individually priced and only proprietary
licenses are available.
You can find more information on the official web page:
https://www.orastron.com/algorithms.
Best regards,
Stefano D'Angelo
Founder and CEO of Orastron - https://www.orastron.com/
Guitarix.vst is the full blown guitarix stack as VST3 plugin for Linux,
using Juce to wrap the guitarix engine into a VST3 plugin.
It allow to load/save your presets, download presets from online and
load external LV2 plugs and IR Files, like the guitarix stand-alone version.
But all that as a VST3 plugin in your DAW. All parameters been exposed
to the DAW, so accessible for automation.
Other than the stand-alone, the VST3 version allows to switch the input
to a real stereo input, so it may match better your channel strip in the
DAW.
For Hdpi users, the GUI is full scalable.
New in this release:
- Add support for Parallel Processing (process second mono chain in
parallel when stereo is selected)
- Fix downloading online presets
- Update included Juce modules to v7.0.12
- Hide disabled controllers in main amp when no-tube is selected
- Update included guitarix engine to latest git head
Project Page:
https://github.com/brummer10/guitarix.vst
Release Page:
https://github.com/brummer10/guitarix.vst/releases/tag/v0.4
regards
hermann
Fluida is a LV2 wrapper around Fluidsynth for Linux and Windows
allowing to load and control Fluidsynth as LV2 plugin.
This release of Fluida add support for Fluidsynth SoundFont Modulators
Envelope and Filter with the following MIDI bindings:
- MIDI CC 73 Soundfont modulator Envelope Attack Time
- MIDI CC 72 Soundfont modulator Envelope Release Time
- MIDI CC 74 Soundfont modulator Filter Cutoff
- MIDI CC 71 Soundfont modulator Filter Resonance
Project Page (Source Code):
https://github.com/brummer10/Fluida.lv2
Release Page (Binaries):
https://github.com/brummer10/Fluida.lv2/releases/tag/v0.9.3