summaryrefslogtreecommitdiffstats
path: root/src/modules/module-ladspa-sink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition between IO thread creation and pa_sink_put(). Move activat...Lennart Poettering2007-10-011-1/+1
* drop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND flags, since they were...Lennart Poettering2007-09-241-1/+1
* Fix the assignment of control values by using the right variable for indexing.Tanu Kaskinen2007-09-221-1/+1
* include the name of the master sink in the name for piggy-backed virtual sinksLennart Poettering2007-09-221-4/+7
* clamp sample data to -1 .. 1, before passing it to the plugin; if a control p...Lennart Poettering2007-09-211-33/+123
* add LADSPA sink than can be piggy-backed ontop of another sinkLennart Poettering2007-09-171-0/+565