/*! \page tutorial Tutorial The Synthesis ToolKit is a set of C++ classes. In order to go beyond the simple example programs we provide, it is necessary to know some basics about programming in C and C++. STK's "target audience" includes people who: Most ToolKit programmers will likely end up writing a class or two for their own particular needs, but this task is typically simplified by making use of pre-existing STK classes (filters, oscillators, etc.). The following tutorial chapters describe many of the fundamental ToolKit concepts and classes. All tutorial programs are included in the projects/examples directory. -# \ref fundamentals -# \ref hello -# \ref compile -# \ref filtering -# \ref realtime -# \ref crealtime -# \ref instruments -# \ref controlin -# \ref multichannel -# \ref polyvoices */