Has anyone coded their own Vegas plug-in filter or export code? Suppose I wanted to write some of my own code that works on the individual pixels in a video frame in Vegas 8.
Now, Sony does offer the "Video Plugin Development Kit"
http://www.sonycreativesoftware.com/download/step2.asp?DID=210
with some example code for filters that iterate over each pixel in the video frame. That's exactly what I want to do-- except I want to use the 32-bit float mode in Vegas 8. The video dev.kit above dates from 2003, and needless to say it makes no reference to the new 32-bit mode. Is there any update to that dev.kit, or is there another one available? Thanks for any help!