On Nov 26, 2005, at 12:08 AM, christopher clepper wrote:
Update of /cvsroot/pd-gem/Gem/src/Pixes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3227
Modified Files: pix_filmDarwin.cpp Log Message: Added the first check for HD format clips to deal with their trickster frame sizes. Also, a fix for sound continuing after rendering stops.
...snip...
- void pix_filmDarwin :: startRendering()
- {
- //bit of a hack related to stopRendering()
- SetMovieVolume(m_movie, kFullVolume);
- }
- void pix_filmDarwin :: stopRendering()
- {
- //bit of a hack to keep the sound from playing after rendering
stops
- SetMovieVolume(m_movie, kNoVolume);
- }
...I think you need to commit the new pix_filmDarwin.h, because these are not defined currently...
james