Fix unutterably terrible thinko in previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@11254 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -233,7 +233,9 @@ Graph::prep()
|
||||
void
|
||||
Graph::trigger (GraphNode* n)
|
||||
{
|
||||
pthread_mutex_lock (&_trigger_mutex);
|
||||
_trigger_queue.push_back (n);
|
||||
pthread_mutex_unlock (&_trigger_mutex);
|
||||
}
|
||||
|
||||
/** Called when a node at the `output' end of the chain (ie one that has no-one to feed)
|
||||
|
||||
Reference in New Issue
Block a user