Mercurial > hg > piper-cpp
comparison 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 |
comparison
equal
deleted
inserted
replaced
288:c9f63ca1914d | 289:26027c3a99a0 |
---|---|
118 m_psd(psd), | 118 m_psd(psd), |
119 m_defaultConfig(defaultConfig), | 119 m_defaultConfig(defaultConfig), |
120 m_config(defaultConfig), | 120 m_config(defaultConfig), |
121 m_programParameters(programParameters) | 121 m_programParameters(programParameters) |
122 { } | 122 { } |
123 | 123 |
124 virtual ~PiperVampPlugin() { | 124 virtual ~PiperVampPlugin() { |
125 if (m_state != Finished && m_state != Failed) { | 125 if (m_state != Finished && m_state != Failed) { |
126 try { | 126 try { |
127 (void)m_client->finish(this); | 127 (void)m_client->finish(this); |
128 } catch (const std::exception &e) { | 128 } catch (const std::exception &e) { |