SYNTHPOD "1" "Feb 24, 2017"
NAME
synthpod - a lightweight nonlinear LV2 plugin container
SYNOPSIS
synthpod_alsa [options] [bundle-path]
DESCRIPTION
synthpod is a lightweight nonlinear LV2 plugin container, aka host.

It is a pure stand-alone ALSA client with NSM session support and ALSA AUDIO/MIDI.

It is also a first-class LV2 plugin (http://open-music-kontrollers.ch/lv2/synthpod#stereo).

OPTIONS

-v

Print version and license information

-h

Print usage information

-g

Load GUI

-G

Do NOT load GUI (default)

-k

Kill DSP with GUI

-K

Do NOT kill DSP with GUI (default)

-b

Enable bad plugins

-B

Disable bad plugins (default)

-a

Enable CPU affinity

-A

Disable CPU affinity (default)

-O

Disable playback

-I

Disable capture

-t

Force 2 channel stereo mode

-T

Do NOT force 2 channel stereo mode

-x

Notify about XRuns

-X

Do NOT notify about XRuns

-y audio-priority

Audio thread realtime priority (70)

-Y

Disable audio thread realtime priority

-w worker-priority

Worker thread realtime priority (60)

-W

Disable worker thread realtime priority

-l

Socket link path (shm:///synthpod), e.g. tcp://*:9090

-d device

Use same device for Playback and Capture ("hw:0")

-o playback-device

Use separate Playback device ("hw:0")

-i capture-device

Use separate Capture device ("hw:0")

-r sample-rate

Sample Rate (48000)

-p sample-period

Frames per period (1024)

-n period-number

Number of periods of playback latency (3)

-s sequence-size

Minimal byte size of event sequence buffers (8192)

-c slave-cores

Number of slave cores for parallel audio processing (auto)

-f update-rate

Update rate in frames per second of GUI
FILES

$HOME/.lv2/Synthpod_default.preset.lv2 Default bundle state directory

$HOME/.lv2 Default LV2 preset directory

LICENSE
GNU General Public License 3
AUTHOR
Hanspeter Portner (dev@open-music-kontrollers.ch).
SEE ALSO
synthpod_jack(1), synthpod_dummy(1), synthpod_sandbox(1)