From 7f27d658e18169c4487fb6a65c94b0ece055d043 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 25 Feb 2015 00:43:58 +0100 Subject: [PATCH] annotate prev commit. --- libs/ardour/audio_unit.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/audio_unit.cc b/libs/ardour/audio_unit.cc index 747c6f4b76..2d4ab6bb6c 100644 --- a/libs/ardour/audio_unit.cc +++ b/libs/ardour/audio_unit.cc @@ -979,7 +979,7 @@ AUPlugin::input_streams() const if (input_channels < 0) { - // force PluginIoReConfigure + // force PluginIoReConfigure -- see also commit msg e38eb06 c.set (DataType::AUDIO, 0); c.set (DataType::MIDI, 0); } else { @@ -997,7 +997,7 @@ AUPlugin::output_streams() const ChanCount c; if (output_channels < 0) { - // force PluginIoReConfigure + // force PluginIoReConfigure - see also commit msg e38eb06 c.set (DataType::AUDIO, 0); c.set (DataType::MIDI, 0); } else {