1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-05 22:07:42 +02:00

More doxygen

This commit is contained in:
James Crook
2018-11-04 14:19:05 +00:00
parent 648d7ddb73
commit b5d4a828d1
8 changed files with 96 additions and 70 deletions

View File

@@ -39,6 +39,8 @@
Param( Amount, float, wxT("Stretch Factor"), 10.0, 1.0, FLT_MAX, 1 );
Param( Time, float, wxT("Time Resolution"), 0.25f, 0.00099f, FLT_MAX, 1 );
/// \brief Class that helps EffectPaulStretch. It does the FFTs and inner loop
/// of the effect.
class PaulStretch
{
public: