mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Prepare for GraphNode::feeds () and fed-by API update (1/2)
This commit is contained in:
parent
078e652859
commit
f2016f2408
3 changed files with 8 additions and 3 deletions
|
|
@ -1871,7 +1871,8 @@ PluginPinWidget::maybe_add_route_to_input_menu (boost::shared_ptr<Route> r, Data
|
|||
return added;
|
||||
}
|
||||
|
||||
if (_route ()->feeds_according_to_graph (r)) {
|
||||
if (_route ()->feeds (r)) {
|
||||
/* do not allow connfeedback */
|
||||
return added;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue