Mercurial > hg > piper-cpp
diff vamp-client/PiperVampPlugin.h @ 289:26027c3a99a0
Further wiring for ProgramParameters - should now be supported throughout
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 08 Apr 2020 15:02:24 +0100 |
parents | 09753ad777db |
children |
line wrap: on
line diff
--- a/vamp-client/PiperVampPlugin.h Tue Apr 07 18:04:53 2020 +0100 +++ b/vamp-client/PiperVampPlugin.h Wed Apr 08 15:02:24 2020 +0100 @@ -120,7 +120,7 @@ m_config(defaultConfig), m_programParameters(programParameters) { } - + virtual ~PiperVampPlugin() { if (m_state != Finished && m_state != Failed) { try {