[Summary] Fixing bug: disconnect_all did not wipe input port’s buffer.

This commit is contained in:
Valeriy Kamyshniy 2014-12-02 15:51:51 +02:00
parent 4e49f90be0
commit 33349b260d
2 changed files with 12 additions and 4 deletions

View file

@ -106,6 +106,7 @@ private:
std::vector<WavesDataPort*> _connections;
void _connect (WavesDataPort* port, bool api_call);
void _disconnect_all ();
void _disconnect (WavesDataPort* port, bool api_call);
};