annotate prev commit.
authorRobin Gareus <robin@gareus.org>
Tue, 24 Feb 2015 23:43:58 +0000 (00:43 +0100)
committerRobin Gareus <robin@gareus.org>
Tue, 24 Feb 2015 23:43:58 +0000 (00:43 +0100)
libs/ardour/audio_unit.cc

index 747c6f4b76aee3f4fca02e3fbb98cef4aadd6000..2d4ab6bb6cef55350c4b17730823caf2eddecb5a 100644 (file)
@@ -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 {