aboutsummaryrefslogtreecommitdiffstats
path: root/core/mastering.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mastering.h')
-rw-r--r--core/mastering.h1
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 */