13
0

Backport Mixbus delivery patch

This commit is contained in:
Robin Gareus 2019-04-09 14:33:27 +02:00
parent e0e5ee0b44
commit 1780cbe179
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -112,6 +112,9 @@ protected:
gain_t _current_gain;
boost::shared_ptr<PannerShell> _panshell;
#ifdef MIXBUS
public: /* expose target_gain to mixbus processor Route::process_output_buffers */
#endif
gain_t target_gain ();
private: