Skip to content

Commit

Permalink
partially fix #21583
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Jun 28, 2013
1 parent 3a48b70 commit b412a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mscore/seq.cpp
Expand Up @@ -588,6 +588,8 @@ void Seq::process(unsigned n, float* buffer)
processMessages();

if (state == TRANSPORT_PLAY) {
if(!cs)
return;
//
// play events for one segment
//
Expand Down

0 comments on commit b412a80

Please sign in to comment.