From a4b8955f3eb87405ceafe5c8680d9439f441458e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 16 Apr 2009 16:02:25 +0000 Subject: part 2 of 3 of the 2.8 -> 3.0 merge git-svn-id: svn://localhost/ardour2/branches/3.0@4987 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/chan_count.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libs/ardour/chan_count.cc') diff --git a/libs/ardour/chan_count.cc b/libs/ardour/chan_count.cc index eb5033bcfc..1c892c1a87 100644 --- a/libs/ardour/chan_count.cc +++ b/libs/ardour/chan_count.cc @@ -44,5 +44,8 @@ infinity_factory() const ChanCount ChanCount::INFINITE = infinity_factory(); const ChanCount ChanCount::ZERO = ChanCount(); - } // namespace ARDOUR + +std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanCount& c) { + return o << "AUDIO=" << c.n_audio() << ":MIDI=" << c.n_midi(); +} -- cgit v1.2.3