X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=audio_mixer.h;h=9793646c9bac3493651e39643a610c7df75c5d0f;hb=6ffaabac0a523617b686f40c154a25cb548cc561;hp=919cef01e483672957db421f871ab65cf10d8a30;hpb=c6ae618df75df74072f586d9df03610b4a6d353d;p=nageru diff --git a/audio_mixer.h b/audio_mixer.h index 919cef0..9793646 100644 --- a/audio_mixer.h +++ b/audio_mixer.h @@ -142,6 +142,8 @@ public: return locut_enabled[bus]; } + bool is_mono(unsigned bus_index); + void set_stereo_width(unsigned bus_index, float width) { stereo_width[bus_index] = width;