aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/MixerControl.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: doxygen fixupsMax Kellermann2015-03-171-1/+1
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-2/+2
| | | | The old struct config_param remains only for top-level string options.
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* Mixer: add class MixerListenerMax Kellermann2014-02-191-0/+2
| | | | Use a listener interface instead of GlobalEvents.
* mixer/Plugin: pass AudioOutput reference to init()Max Kellermann2014-02-061-1/+2
| | | | Passing a void pointer is unsafe.
* Mixer: use reference instead of pointer for MixerPluginMax Kellermann2014-02-051-1/+1
|
* Mixer: rename struct mixer_plugin to MixerPluginMax Kellermann2014-02-051-2/+2
|
* MixerPlugin: add EventLoop& init() parameterMax Kellermann2014-02-051-1/+2
|
* output: rename struct audio_output to AudioOutputMax Kellermann2014-01-281-1/+1
|
* Mixer*: move to mixer/Max Kellermann2014-01-241-0/+60