w-frank / juce-string-model

Realistic string instrument model using physical modelling. Includes a delay line to create echo patterns in the stereo sound field.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JUCE String Model

Realistic string instrument model using physical modelling. Includes a delay line to create echo patterns in the stereo sound field. Built using the JUCE audio application framework.

Based on the excellent tutorial by JUCE.

Build Environment

  • JUCE v6.0.4
  • Ubuntu 18.04.5 LTS

Build

cd Builds/LinuxMakefile
make

Run

cd Builds/LinuxMakefile/build
./StringModel

About

Realistic string instrument model using physical modelling. Includes a delay line to create echo patterns in the stereo sound field.


Languages

Language:C++ 71.3%Language:Makefile 28.7%