Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/w-frank/juce-string-model
Last synced: 3 months ago
JSON representation
Realistic string instrument model using physical modelling. Includes a delay line to create echo patterns in the stereo sound field.
- Host: GitHub
- URL: https://github.com/w-frank/juce-string-model
- Owner: w-frank
- Created: 2020-11-15T09:53:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T10:03:41.000Z (almost 4 years ago)
- Last Synced: 2024-04-23T04:50:28.476Z (7 months ago)
- Language: C++
- Homepage:
- Size: 85.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-juce - juce-string-model - frank](https://github.com/w-frank)</sup> | Realistic string instrument model using physical modelling and includes a delay line| |4|Β 4Β years<sub><sup>π΄</sup></sub>| (Instruments)
README
# 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](https://github.com/juce-framework/JUCE)
audio application framework.Based on the excellent tutorial by [JUCE](https://docs.juce.com/master/tutorial_dsp_delay_line.html).
## Build Environment
* JUCE v6.0.4
* Ubuntu 18.04.5 LTS## Build
```bash
cd Builds/LinuxMakefile
make
```## Run
```bash
cd Builds/LinuxMakefile/build
./StringModel
```