13
0

Revert "Process-lock is required when changing processors"

This reverts commit 0a213e71b3.
which needs a better solution to prevent deadlock in case the lock is
already taken.
This commit is contained in:
Robin Gareus 2022-01-22 00:31:54 +01:00
parent 0a213e71b3
commit fc9f796257
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -106,7 +106,6 @@ Track::init ()
*/
if (!is_auditioner()) {
Glib::Threads::Mutex::Lock lm (AudioEngine::instance()->process_lock ());
boost::shared_ptr<TriggerBox> tb (new TriggerBox (_session, data_type ()));
tb->set_owner (this);
add_processor (tb, _polarity);