hemmer / mlrVST

VST port of the popular monome app using JUCE. At this stage, the app is in the beta phase, most functionality is there but a lot of polish is still needed.
19 stars 3 forks source link

GUI can become unresponsive when many channels playing #6

Closed hemmer closed 12 years ago

hemmer commented 12 years ago

GUI (both host and plugin) can become sluggish when many channels are playing. This is probably due to the way that the code currently handles repainting during playback (i.e. repaints occur everytime the playback percentage is recalculated).