1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-17 09:22:33 +02:00
audacity/libraries/lib-components/EffectAutomationParameters.cpp
Panagiotis Vasilopoulos 9d189dc3d2
New library for components
Based off the work of Paul and adapted for Tenacity.

Original commit: 54b5f7d12c167f3905e1030648fc21a79f881e9c

Co-authored-by: Paul Licameli <paul.licameli@audacityteam.org>
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-10-05 08:04:26 +02:00

10 lines
288 B
C++

/**********************************************************************
Tenacity
@file EffectAutomationParameters.cpp
**********************************************************************/
#include "EffectAutomationParameters.h"
CommandParameters::~CommandParameters() = default;