Skip to content

Commit

Permalink
* Call effEditIdle from UpdateDisplay (suggested by Torben)
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Sep 23, 2008
1 parent 8ea37f1 commit 1a73b4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dssi-vst-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,8 @@ hostCallback(AEffect *plugin, long opcode, long index,
case audioMasterUpdateDisplay:
if (debugLevel > 1)
cerr << "dssi-vst-server[2]: audioMasterUpdateDisplay requested" << endl;
plugin->dispatcher(plugin, effEditIdle,
0, 0, NULL, 0);
break;

case audioMasterBeginEdit:
Expand Down

0 comments on commit 1a73b4b

Please sign in to comment.