aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-16 18:31:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-04-16 18:31:40 +0000
commit282e416ef5570bf3bcd25e61c2fc0f3b60425785 (patch)
tree80b47606ac1a9c5334357f8b07f6b1f97c96f2db /packages
parent1fcfa61ccc6eecc088bb93c3e240a424f0119480 (diff)
added info about ASIO4ALL to Windows README
svn path=/trunk/; revision=11038
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 68adccbb..009a5af3 100644
--- a/packages/Makefile
+++ b/packages/Makefile
@@ -350,6 +350,9 @@ endif
ifeq ($(OS_NAME),windows)
echo "<p>To make sure that all of the included libraries are loaded when Pd runs, " >> $(README_FILE)
echo "double-click <code>C:\Program Files\pd\pd-settings.reg</code> to import the settings to the registry. WARNING: this will overwrite any existing Pd preferences!</p>" >> $(README_FILE)
+ echo "<h3>ASIO4ALL</h3>" >> $(README_FILE)
+ echo "<p><a href=\"http://www.asio4all.com/\" target=\"_blank\">ASIO4ALL</a> is a cost-free <a href=\"http://en.wikipedia.org/wiki/Audio_Stream_Input/Output\" target=\"_blank\">ASIO</a> audio driver. Is it highly recommended for use with Pd. Download and install it, then when you launch Pd, choose the <strong>ASIO</strong> option from the <strong>Media</strong> menu. Using ASIO4ALL should mean less crashes and troubles, as well as better audio performance." >> $(README_FILE)
+ echo "</p>" >> $(README_FILE)
endif
echo "<h3>Installing Externals, Objects, and Help files</h3>" >> $(README_FILE)
echo "<p>" >> $(README_FILE)