Question

I'm on Xcode 4.5 and can't get a simple VU Meter working on VSTGUI. I found no documentation for how to send values from the process loop to the CVuMeter Function.

I opened a thread at KVR a time ago: VUMETER and GUI

The code I used, works good, no issues or errors on build. BUT: I can't get it working till now. What's the problem within this code? The VU Meters won't update....

Était-ce utile?

La solution

My guess is that you are not telling VSTGUI to update the editor after setting the value. You might want to check out the again example code which ships with VSTGUI. The vumeter stuff is at the bottom of that class.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top