From 6ba273d25f2e2e2697d502eb9b56c10da96d7c1e Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Fri, 28 Mar 2008 19:13:14 +0000 Subject: - Created a SPLPEItem class that handles applying a LPE to an Item - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) --- src/live_effects/effect.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/live_effects/effect.cpp') diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index 777be6e77..dc43af0d5 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -132,6 +132,13 @@ Effect::getName() return Glib::ustring( _("No effect") ); } +void +Effect::doBeforeEffect (SPLPEItem *lpeitem) +{ + //Do nothing for simple effects +} + + /* * Here be the doEffect function chain: */ -- cgit v1.2.3