netpd-preferences
Configure netpd's default settings.
name
your nickname as shown in chat
say hello
your welcome message that is sent when your chat connects to the server
IP / hostname
IP address or hostname of the server you want to connect to. The default is netpd.org.
port
Port of the server, usually 3025.
instruments path
Configures the directory netpd looks for instruments.
connect at start
Configures whether netpd automatically connects to the server at startup
DSP on at start
Configures whether DSP is automatically turned on at startup.
dynamic DSP-off
Configures whether automatic switching DSP off during certain operations is enabled. Certain operations like loading instruments or effects in mx require Pd's DSP graph to be recompiled. This takes time and is often a cause for audio drop-outs. Some operations even trigger a recompilation many times. In order to avoid that, turning this on turns DSP off during operation like loading instruments. This minimizes drop-outs since DSP is recompiled only once, when it is turned on again. With certain audio backends Pd disconnects the audio card when turning DSP off. With such backends, this option might have adverse effects.
audio latency
Configures audio latency (the time it takes for a signal to go from soundcard input through Pd to soundcard output) so that netpd can compensate for it. Some instruments (like evil or simplesample) use that for properly aligning recorded audio.
Measuring the precise value is a non-trivial process. You might want to calculate an estimated latency by entering some parameters of the currently used audio back-end (check the alsa and jack buttons).
save&close
Any modifications take effect immediately. However, the current configuration is only saved when this button is clicked. The preferences are stored in netpd/netpd-preferences.cnf. If it exists, this file is read by chat at startup.