summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2ResizeFeature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2ResizeFeature.hpp')
-rw-r--r--src/engine/LV2ResizeFeature.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/LV2ResizeFeature.hpp b/src/engine/LV2ResizeFeature.hpp
index d65ea260..9d8d57b2 100644
--- a/src/engine/LV2ResizeFeature.hpp
+++ b/src/engine/LV2ResizeFeature.hpp
@@ -40,6 +40,7 @@ struct ResizeFeature : public Shared::LV2Features::Feature {
port->connect_buffers();
return true;
} else {
+ // TODO: Implement realtime allocator and support this in audio thread
return false;
}
}