Merge pull request #819 from diizy/mixeriph2

Ensure that NotePlayHandles get processed before the InstrumentPlayHandl...
This commit is contained in:
Tobias Doerffel
2014-06-09 13:43:51 +02:00
3 changed files with 25 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ public:
virtual Flags flags() const
{
return IsSingleStreamed | IsMidiBased;
return IsSingleStreamed;
}
virtual PluginView * instantiateView( QWidget * _parent );