Skip to content

nickbailey/artifastring

 
 

Repository files navigation

Artifastring ("artificial fast string") is a highly optimized
physical simulation of string quartet instruments (violins,
violas, and cellos) for sound synthesis.

Project webpage, description:
http://percival-music.ca/artifastring/


To build from git, run
  ./autogen.sh

To build from a tarball, or to continue a build from git, run
configure as normal, although I recommend a build dir:
  mkdir build
  cd build
  ../configure
To build with debug and swig python bindings, use:
  ../configure --enable-debug --with-swig

To build docs, do
  make docs

About

Artifastring ("artificial fast string") is a highly optimized physical simulation of a violin for sound synthesis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.2%
  • Objective-C 21.6%
  • Python 19.5%
  • C 7.4%
  • M4 1.5%
  • Makefile 0.3%
  • Other 0.5%