This file is indexed.

/usr/share/doc/puredata/README.Debian is in puredata 0.46.7-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
pd for Debian
----------------------

Running the GUI as standalone
=============================

As of 0.43, it is now possible to run the GUI without the 'pd' process at all.
This allows you to run only the GUI on one machine and have it talk over the
network to the 'pd' process running on a different machine.


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


JACK autostart
==============

The Debian binary of puredata has the automatically starting of the JACK audio
server disabled (so Pd does not hang when you try to quit it).
If you want to use Pd together with JACK, make sure that jackd is running before
starting Pd.


Configuration
==============

There are more and more options for embedding the configuration directly into
the patch.  This means that most of the time, it is best to start Pd with the
default configuration and then let each patch configure Pd as it needs it.
This allows patches to easily run across different installs, machines, and
distros.

You can find more information on configuration in the puredata FAQ:
http://puredata.info/docs/faq/pdsettings

Old, Failsafe Configuration
===========================

Though officially deemed deprecated, it is still possible to use the ~/.pdrc
to include command like flags at startup. 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



 -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Tue, 28 Apr 2015 10:10:51 +0200