mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Fix typo in previous commit
This commit is contained in:
parent
0fac4843db
commit
4b3b13457e
1 changed files with 1 additions and 1 deletions
|
|
@ -2452,7 +2452,7 @@ lookup_ac (SessionObject* o, FIDString id)
|
|||
} else if (0 == strcmp (id, ContextInfo::kVolume)) {
|
||||
return s->gain_control ();
|
||||
} else if (0 == strncmp (id, ContextInfo::kSendLevel, strlen (ContextInfo::kSendLevel))) {
|
||||
#ifndef MIXBUS
|
||||
#ifdef MIXBUS
|
||||
/* This calls Route::nth_send(), which takes the _processor_lock.
|
||||
* which we may already hold during initialzation
|
||||
* (set_owner is called with process and processor locks held).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue