From 00f74241403521ad7db47b44a7336bd48950a30e Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Sat, 25 Aug 2018 20:51:15 -0500 Subject: [PATCH] Change "ex." to "e.g." --- INSTALL.md | 4 ++-- doc/README-Win.txt | 2 +- include/Stk.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b197bc7..5e32ba6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -37,14 +37,14 @@ Several options can be passed to configure, including: --with-ds = choose DirectSound API support (windows only) --with-wasapi = choose Windows Audio Session API support (windows only) -It is now possible to specify more than one audio and MIDI API where supported. Note, however, that the ALSA library is required in order to compile the RtMidi class in Linux if the `--with-oss` option is provided (only the OSS audio API will be used, not the OSS MIDI API). Typing `./configure --help` will display all the available options. In addition, it is possible to specify the RAWWAVES and INCLUDE paths to configure as (ex. to set to /home/me/rawwaves and /home/me/include): +It is now possible to specify more than one audio and MIDI API where supported. Note, however, that the ALSA library is required in order to compile the RtMidi class in Linux if the `--with-oss` option is provided (only the OSS audio API will be used, not the OSS MIDI API). Typing `./configure --help` will display all the available options. In addition, it is possible to specify the RAWWAVES and INCLUDE paths to configure as (e.g. to set to /home/me/rawwaves and /home/me/include): ./configure RAWWAVE_PATH='$(HOME)/rawwaves/' ./configure INCLUDE_PATH='$(HOME)/include/' The ending "/" is required for the RAWWAVES path. The default behavior will set a relative path that works for the project files included with the distribution (assuming they are not moved). You can also change the RAWWAVE_PATH dynamically via the static Stk::setRawwavePath() function. -If you wish to use a different compiler than that selected by configure, specify that compiler in the command line (ex. to use CC): +If you wish to use a different compiler than that selected by configure, specify that compiler in the command line (e.g. to use CC): ./configure CXX=CC diff --git a/doc/README-Win.txt b/doc/README-Win.txt index f0782b0..aef1223 100644 --- a/doc/README-Win.txt +++ b/doc/README-Win.txt @@ -6,7 +6,7 @@ Please read the file README for more general STK information. The configure script supports MinGW. As well, STK is distributed with Visual C++ .NET project and workspace files (though these may no longer work with current versions of Visual Studio). It no longer compiles with Visual C++ 6.0. -With Windows XP/7, piping works as under unix. Simply fire up the script files (ex. StkDemo.bat) by either double-clicking on them or from within a shell. +With Windows XP/7, piping works as under unix. Simply fire up the script files (e.g. StkDemo.bat) by either double-clicking on them or from within a shell. IMPORTANT VC++ NOTE: When compiling "release" versions of STK programs, link to the release multithreaded library. When compiling "debug" versions, link to the debug multithreaded library. Compiler errors will result otherwise. diff --git a/include/Stk.h b/include/Stk.h index bc35f0a..807c8c6 100644 --- a/include/Stk.h +++ b/include/Stk.h @@ -563,7 +563,7 @@ const unsigned int RT_BUFFER_SIZE = 512; // below. The global STK rawwave path variable can be dynamically set // with the Stk::setRawwavePath() function. This value is // concatenated to the beginning of all references to rawwave files in -// the various STK core classes (ex. Clarinet.cpp). If you wish to +// the various STK core classes (e.g. Clarinet.cpp). If you wish to // move the rawwaves directory to a different location in your file // system, you will need to set this path definition appropriately. #if !defined(RAWWAVE_PATH)