On 2016-01-19 20:59, Miller Puckette wrote:
Sort of. I think it's a bad idea to go through and close all the windows (sometimes closing a window takes time) - but just send objects a message in case they need to get off some resource.
i'm not really interesting about "closing windows". what i do want is to call the "free" method of each object though (assuming that those objects are written properly to free any open ressources in their destructor).
I don't have any examples to hand, except a rather lame one: sending an all-notes-off message to some MIDI output.
so one from the new millenium: locking a network ressource (e.g. an gigabit IP-camera that saturates the the network once it's told to start delivering frames).
fgamsd IOhannes