diff options
Diffstat (limited to 'core/mastering.h')
-rw-r--r-- | core/mastering.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/mastering.h b/core/mastering.h index 322d3654..1a36937c 100644 --- a/core/mastering.h +++ b/core/mastering.h @@ -100,5 +100,6 @@ struct Compressor { const float ThresholdDb, const float Ratio, const float KneeDb, const float AttackTime, const float ReleaseTime); }; +using CompressorPtr = std::unique_ptr<Compressor>; #endif /* CORE_MASTERING_H */ |