fixed execution order bug that was causing the first two frame numbers to output...
[puredata.git] / packages / debian / README.Debian
blob68994f36801b4d5c98a43624abe0d6adbd02999a
1 pd for Debian
2 ----------------------
4 Soundcards and Drivers
5 =======================
7 Pd uses your soundcard in a way to reduce the latency introduced by 
8 audio buffering. This may in some circumstances introduce distortions.
10 There are different methods to solve this problem.
12 1) starting pd with certain flags:
14  -audiobuf <n>
16  sets the number of fragments used in the OSS driver, and additionally
17  triggers the "good old and stable" device interface.
19  -noadc
21  start pd in output only mode.
24 2) Using ALSA with OSS emulation
27 Configuration
28 ==============
30 Instead of passing your command line flags to pd, you can write them
31 into your ~/.pdrc file. Each commandline switch on its own line like
33  -path /usr/lib/pd/doc
34  -frags 4
35  -noadc
36  -lib Gem
40  -- Guenter Geiger <geiger@debian.org>, Tue,  3 Aug 1999 14:33:26 +0200