mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
[Summary] Fixing bug: disconnect_all did not wipe input port’s buffer.
This commit is contained in:
parent
4e49f90be0
commit
33349b260d
2 changed files with 12 additions and 4 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue