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.

17 lines
1000B

  1. The Synthesis ToolKit in C++ (STK)
  2. By Perry R. Cook and Gary P. Scavone, 1995--2017.
  3. Please read the file README and INSTALL for more general STK information.
  4. The default realtime support for Macintosh OS X uses the CoreAudio HAL API and is specified during compilation using the __MACOSX_CORE__ preprocessor definition. There is also support for the JACK audio server using the __UNIX_JACK__ preprocessor definition.
  5. It is necessary to install the OS X developer kit (or the command line tools) in order to compile STK. STK was successfully tested on the latest version of OS X.
  6. Tcl/Tk on OS X:
  7. I think that tcl/tk interpreter is now included in the XCode package, since I haven't had to download it for several years now.
  8. It appears that socket support in Tcl/Tk on OS X uses the Nagle algorithm, which produces poor response between changes made in the tcl/tk script and the resulting audio updates. Note that this is only a problem when using a socket connection from a Tcl/Tk script.