This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Fix Host FPS redraw bug
pull/1639/head
Cameron Leger
6 years ago
parent
43717e8b54
commit
945c6d2f36
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/vst2_main.cpp
+ 1
- 2
src/vst2_main.cpp
View File
@@ -1879,12 +1879,11 @@ VstIntPtr VSTPluginDispatcher(VSTPlugin *vstPlugin,
#ifdef YAC_LINUX
// pump event queue (when not using _XEventProc callback)
wrapper->events();
#e
lse
#e
ndif // YAC_LINUX
if(0 == wrapper->redraw_ival_ms)
{
wrapper->queueRedraw();
}
#endif // YAC_LINUX
break;
case effEditGetRect:
Write
Preview
Loading…
Cancel
Save