diff --git a/.gitignore b/.gitignore index 739852c..67b7b52 100644 --- a/.gitignore +++ b/.gitignore @@ -104,7 +104,7 @@ xcuserdata #!xcuserdata/**/xcschemes/* #### -# XCode 4 workspaces - more detailed +# Xcode 4 workspaces - more detailed # # Workspaces are important! They are a core feature of Xcode - don't exclude them :) # diff --git a/doc/README-MacOSX.txt b/doc/README-MacOSX.txt index 28588f0..12387b2 100644 --- a/doc/README-MacOSX.txt +++ b/doc/README-MacOSX.txt @@ -10,7 +10,7 @@ It is necessary to install the OS X developer kit (or the command line tools) in Tcl/Tk on OS X: -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. +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. -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. +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. diff --git a/doc/ReleaseNotes.txt b/doc/ReleaseNotes.txt index b9c0eeb..502e3ec 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -155,7 +155,7 @@ v4.1.3: (22 March 2004) v4.1.2: (15 March 2004) - added Linux JACK support to RtAudio - added optional doNormalize argument to WvIn to allow specification of data normalization or not -- added volume control to demo program and various tcl scripts +- added volume control to demo program and various Tcl scripts - added support for dynamic rawwavePath() setting - WaveLoop bug fix - fixed bug in ADSR::setReleaseTime() method @@ -179,7 +179,7 @@ v4.1: (8 October 2002) - added Voicer, SingWave, and VoicForm classes - improvements/fixes to the banded waveguide instruments - demo program now uses Voicer, allowing polyphony -- demo tcl/tk scripts changed to use SKINI PitchChange instead of PitchBend +- demo Tcl/Tk scripts changed to use SKINI PitchChange instead of PitchBend - demo program response to PitchBend modified to octave up/down - several RtAudio fixes and improvements (OS X and Windows ASIO support added) - added nextOut() method to Delay classes diff --git a/doc/doxygen/control.txt b/doc/doxygen/control.txt index 6408655..18d33d4 100644 --- a/doc/doxygen/control.txt +++ b/doc/doxygen/control.txt @@ -28,7 +28,7 @@ then uses the stk::Messager:popMessage() function to retrieve incoming control messages. This function does not block, instead returning a message type of zero when no more messages are in the queue. Many of the example programs included with the ToolKit distribution use a -stk::Messager instance to accept control input from the accompanying tcl/tk +stk::Messager instance to accept control input from the accompanying Tcl/Tk graphical user interfaces, from external MIDI devices, or from SKINI scorefiles. diff --git a/doc/doxygen/download.txt b/doc/doxygen/download.txt index 0585216..570efe3 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -149,7 +149,7 @@ \subsection v4dot1dot2 Version 4.1.2 - Added Linux JACK support to RtAudio. - Added optional doNormalize argument to WvIn to allow specification of data normalization or not. -- Added volume control to demo program and various tcl scripts. +- Added volume control to demo program and various Tcl scripts. - Added support for dynamic rawwavePath() setting. - WaveLoop bug fix. - Fixed bug in ADSR::setReleaseTime() method. @@ -173,7 +173,7 @@ - Added Voicer, SingWave, and VoicForm classes. - Improvements/fixes to the banded waveguide instruments. - Demo program now uses Voicer, allowing polyphony. -- Demo tcl/tk scripts changed to use SKINI PitchChange instead of PitchBend. +- Demo Tcl/Tk scripts changed to use SKINI PitchChange instead of PitchBend. - Demo program response to PitchBend modified to octave up/down. - Several RtAudio fixes and improvements (OS X and Windows ASIO support added). - Added nextOut() method to Delay classes. diff --git a/doc/doxygen/faq.txt b/doc/doxygen/faq.txt index 8df784c..96871a5 100644 --- a/doc/doxygen/faq.txt +++ b/doc/doxygen/faq.txt @@ -69,7 +69,7 @@ If the resultant sound generated by an STK program sounds like noise (and you're \section xwindows Why do I get a Tk display error message? -The following error may be printed to your terminal window (depending on the version of the tcl/tk interpreter you are running) if you attempt to start an STK tcl/tk interface without the X Server first running: +The following error may be printed to your terminal window (depending on the version of the Tcl/Tk interpreter you are running) if you attempt to start an STK Tcl/Tk interface without the X Server first running: \code Application initialization failed: this isn't a Tk applicationcouldn't connect to display ":0.0" diff --git a/doc/doxygen/system.txt b/doc/doxygen/system.txt index e376db5..febd57f 100644 --- a/doc/doxygen/system.txt +++ b/doc/doxygen/system.txt @@ -17,9 +17,9 @@