aboutsummaryrefslogtreecommitdiffstats
path: root/core/effectslot.h
diff options
context:
space:
mode:
authorChris Robinson <chris.kcat@gmail.com>2022-07-15 06:14:25 -0700
committerChris Robinson <chris.kcat@gmail.com>2022-07-15 06:14:25 -0700
commit0f4679981b575cc76158126dec7d9bdda3ba1c29 (patch)
tree77e9176befdeb963e7dd791fc50df3db34f789bc /core/effectslot.h
parent0b9fc03545f7418be89bb9a8901b342ce84a5f67 (diff)
Allocate EffectSlots in clusters
Diffstat (limited to 'core/effectslot.h')
-rw-r--r--core/effectslot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/effectslot.h b/core/effectslot.h
index 92fd1961..2470326d 100644
--- a/core/effectslot.h
+++ b/core/effectslot.h
@@ -51,6 +51,8 @@ struct EffectSlotProps {
struct EffectSlot {
+ bool InUse{false};
+
std::atomic<EffectSlotProps*> Update{nullptr};
/* Wet buffer configuration is ACN channel order with N3D scaling.