From c531f68a5668a5ce56d000989cd1c6282e73c297 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 25 Aug 2018 22:20:12 -0500 Subject: [PATCH] Change "tcl/tk" to "Tcl/Tk" --- doc/README-MacOSX.txt | 4 ++-- doc/ReleaseNotes.txt | 2 +- doc/doxygen/control.txt | 2 +- doc/doxygen/download.txt | 2 +- doc/doxygen/faq.txt | 2 +- doc/doxygen/system.txt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/README-MacOSX.txt b/doc/README-MacOSX.txt index 17bb5e2..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..19ce9b5 100644 --- a/doc/ReleaseNotes.txt +++ b/doc/ReleaseNotes.txt @@ -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..8440908 100644 --- a/doc/doxygen/download.txt +++ b/doc/doxygen/download.txt @@ -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 @@