You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.9KB

  1. /*! \mainpage The Synthesis ToolKit in C++ (STK)
  2. \htmlonly
  3. <BODY BGCOLOR="white">
  4. <h3><center><a href="http://www.cs.princeton.edu/~prc/">Perry R. Cook</a> & <a href="http://music.mcgill.ca/~gary/">Gary P. Scavone</a></center></h3>
  5. \endhtmlonly
  6. The <B>Synthesis ToolKit in C++ (STK)</B> is a set of open source
  7. audio signal processing and algorithmic synthesis classes written in
  8. the C++ programming language. STK was designed to facilitate rapid
  9. development of music synthesis and audio processing software, with an
  10. emphasis on cross-platform functionality, realtime control, ease of
  11. use, and educational example code. The Synthesis ToolKit is extremely
  12. portable (it's mostly platform-independent C and C++ code), and it's
  13. completely user-extensible (all source included, no unusual libraries,
  14. and no hidden drivers). We like to think that this increases the
  15. chances that our programs will still work in another 5-10 years. In
  16. fact, the ToolKit has been working continuously for nearly 20 years
  17. now. STK currently runs with realtime support (audio and MIDI) on
  18. Linux, Macintosh OS X, and Windows computer platforms. Generic,
  19. non-realtime support has been tested under NeXTStep, Sun, and other
  20. platforms and should work with any standard C++ compiler.
  21. - \ref information
  22. - \ref classes
  23. - \ref download
  24. - \ref usage
  25. - \ref maillist
  26. - \ref system
  27. - \ref links
  28. - \ref faq
  29. - \ref tutorial
  30. */
  31. <P>
  32. <FONT SIZE=-1>
  33. STK is a registered trademark of Analytical Graphics, Inc., 40 General Warren Blvd., Malvern, PA 19355, the manufacturer of the Satellite Tool KitĀ® (STKĀ®) family of satellite simulation software. Although the term "STK" is used in this website, the content of this site is in no way related to Analytical Graphics, Inc, or its registered STK mark. Nothing in this website should be construed to mean that a business relationship, either past or present, exists between Analytical Graphics, Inc. and the owners of this particular website.
  34. </FONT>