|
From: Howard M. <ho...@an...> - 2011-04-06 18:18:06
|
Hi all, I can find descriptions of most of the controls' XML attribute definitions, but CVuMeter is not among them. (And even the documentation for the others is really just their names, no notes on how they're expected to be used.) Is there any documentation of the CVuMeter attributes anywhere? Also, how would I implement the slow reduction of my meters once processing stops altogether? I've got code that adds output parameter changes at the end of the processing loop, but when the transport stops, there are (at least in Cubase) no more calls to process. How do I notify my controller (or my meters, directly?) that it needs to step down its output once processing ceases? (In our old versions, we had a timer that talked directly to the meter objects, but in this new vstgui4 project, there's only an XML definition, no objects I can directly talk to.) Thanks, Howard |