Hello, another question to the source code experts: is there a known problem with copying of automation nodes? (I am in doubt, maybe I indroduced it while working on my bezier patch...)
I noted, that the FloatAuto::copy_from(ptr) function is called very frequently. Most of the "traffic" is generated by Autos::copy_from(). A single click on the fade automation courve (without drag) generates 60 calls to this function, translating into hundreds of copies on automation nodes, each called with another pointer address (as far as I can see). At this point, I expected a single copy call (to fill out the newly generated automation node) and maybe another call for some "undo" function, there seems no need for so much copying. Is this known behaviour? Anyone noted this alredy? Any hints, pointers, tips greatly appreciated... Hermann _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
