diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-03 13:17:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-03 13:17:37 +0100 |
| commit | fa61fc99549264810e17fcd35abffe9e8ddab5b2 (patch) | |
| tree | 855ce952ed8b416bbab33cd6debbd0f2b7379597 /src/lib/upmixer_a.h | |
| parent | 3b67c79bf4534e72a7eceaa6e566e7b7c949e4f7 (diff) | |
Various work on audio mapping.
Fix everything up so that the audio mapping view in
the audio panel reflects the processor (or lack of).
Diffstat (limited to 'src/lib/upmixer_a.h')
| -rw-r--r-- | src/lib/upmixer_a.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h index 32e3f5fb6..9a927b0cf 100644 --- a/src/lib/upmixer_a.h +++ b/src/lib/upmixer_a.h @@ -28,10 +28,12 @@ public: std::string name () const; std::string id () const; ChannelCount in_channels () const; - int out_channels (int) const; + int out_channels () const; boost::shared_ptr<AudioProcessor> clone (int) const; boost::shared_ptr<AudioBuffers> run (boost::shared_ptr<const AudioBuffers>); void flush (); + void make_audio_mapping_default (AudioMapping& mapping) const; + std::vector<std::string> input_names () const; private: BandPassAudioFilter _left; |
