aboutsummaryrefslogtreecommitdiff
path: root/packages/debian/README.Debian
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-14 23:57:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-12-14 23:57:07 +0000
commit1043d1c47dac33d1a3dfb4df4881c4295eb6cb0d (patch)
treef1abb599799bcb99a2a05eae246f7edb20dcc8d0 /packages/debian/README.Debian
parent3bcbd4a39e4a4293f83e4c8a32354f1355376c7c (diff)
Paul Brossier has become the maintainer for the 'puredata' package and has put his files into the Debian git repo:
http://wiki.debian.org/Alioth/Git http://git.debian.org/?p=collab-maint/puredata.git;a=summary Therefore, I am removing trunk/packages/debian in favor of that git repo. svn path=/trunk/; revision=12837
Diffstat (limited to 'packages/debian/README.Debian')
-rw-r--r--packages/debian/README.Debian40
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/debian/README.Debian b/packages/debian/README.Debian
deleted file mode 100644
index 68994f36..00000000
--- a/packages/debian/README.Debian
+++ /dev/null
@@ -1,40 +0,0 @@
-pd for Debian
-----------------------
-
-Soundcards and Drivers
-=======================
-
-Pd uses your soundcard in a way to reduce the latency introduced by
-audio buffering. This may in some circumstances introduce distortions.
-
-There are different methods to solve this problem.
-
-1) starting pd with certain flags:
-
- -audiobuf <n>
-
- sets the number of fragments used in the OSS driver, and additionally
- triggers the "good old and stable" device interface.
-
- -noadc
-
- start pd in output only mode.
-
-
-2) Using ALSA with OSS emulation
-
-
-Configuration
-==============
-
-Instead of passing your command line flags to pd, you can write them
-into your ~/.pdrc file. Each commandline switch on its own line like
-
- -path /usr/lib/pd/doc
- -frags 4
- -noadc
- -lib Gem
-
-
-
- -- Guenter Geiger <geiger@debian.org>, Tue, 3 Aug 1999 14:33:26 +0200