Here we provide the complete source code for terpsichore-st
plugin as distributed with Terpsichore software in order to
satisfy the SoundTouch requirement for GNU LGPL v2.1.

1. Compile for Microsoft Windows:
---------------------------------
In order to build for Windows open build\vc\terpsichore-st.vcxproj
with Microsoft Visual Studio and simply compile the project.

2. Compile for Linux:
---------------------
For Linux you need to make build/linux/makefile_terpsichore_st.mk
with the following:

  # apt-get install build-essential

  cd build/linux

  make terpsichore_st
