AnClark / string-machine-neo

Digital model of electronic string ensemble instrument

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

string-machine

This is a virtual-analog string ensemble synthesizer.

This implementation is based on a digital model designed by Peter Whiting. The improvement of the model adds various abilities, in particular a virtual-analog emulation of the bucket brigade delay circuit.

Contributors

Thanks to many persons who contribute to improve this project.

  • S. M. "sm7x7" for providing presets
  • Nicolas Faure "sub26nico", Erwan Lerale "r1" and Éric Forgeot "farvardin" for testing and feedback
  • Olivier Humbert "trebmuh" for creating packages and redistributing

Download

Get from Open Build Service.

Change log

0.1.1 (dev)

This release breaks backwards compatibility.

  • envelope generator fixed, rewritten as exponential AHDSR
  • adjusted the value domain of controls to be more useful: detune, shape filters
  • fixed computation errors regarding the filters
  • implemented the bucket brigade delay
  • provided two switchable chorus models, digital and BBD
  • provided the Solina chorus as independent plugins, 1-in 2-out and 2-in 2-out
  • supported dynamic changes of sample rate
  • added support of MIDI controllers: volume, pan, expression

0.1.0

  • initial release

Build instructions

  1. Obtain prerequisites

Install needed packages:

  • git
  • build-essential
  • pkg-config
  • libx11-dev
  • libgl-dev
  • libcairo2-dev
  1. Check out the repository and submodules
git clone https://github.com/jpcima/string-machine.git
cd string-machine
git submodule update --init
  1. Compile
make
  1. Install

To perform a system-wide installation:

sudo make install

Or, to install only for the current user:

make install-user

About

Digital model of electronic string ensemble instrument

License:Boost Software License 1.0


Languages

Language:C++ 93.1%Language:SourcePawn 3.0%Language:Makefile 1.5%Language:Shell 0.8%Language:C 0.7%Language:Faust 0.5%Language:CMake 0.4%