View Single Post
Old 12-18-2018, 04:58 AM   #392
matt_f
Human being with feelings
 
matt_f's Avatar
 
Join Date: Nov 2018
Posts: 29
Default Abort render

Is there a clean, elegant solution to abort a render within a pcm_sink constructor?

My render will be dependent on the project structure, and in some cases this would make the render invalid. I can do my validation checks when initially showing the sinks config, but the user could change something that would make the render invalid between me showing the config and the user hitting the 'Render' button, so I need to check again at this point and abort if necessary.
matt_f is offline   Reply With Quote