On Saturday, November 12, 2011, [email protected] wrote: > - Moved all the local timer connects out of setDocument() and into the > ctor. Otherwise the timers were being connected each time a new > sequence was loaded, and this resulted in multiple calls to the handlers > each time a timer would timeout. The more sequences you load, the more > CPU would get used.
Cool work, Ted! This is a great example of we old timers who have been around this code for years not being able to see the forest for the trees. This is a much more reasonable way to implement all this, and should result in measurable improvements in efficiency. -- D. Michael McIntyre ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
