Home
last modified time | relevance | path

Searched refs:fed_by (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dfoldback_strip.cc659 Route::FedBy fed_by = _route->fed_by (); in update_send_box() local
660 for (Route::FedBy::iterator i = fed_by.begin (); i != fed_by.end (); ++i) { in update_send_box()
1079 Route::FedBy fed_by = old_fb->fed_by (); in duplicate_current_fb() local
1080 for (Route::FedBy::iterator i = fed_by.begin (); i != fed_by.end (); ++i) { in duplicate_current_fb()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dio_vector.h55 bool fed_by (boost::shared_ptr<const IO> other) const { in fed_by() function
H A Droute.h466 const FedBy& fed_by() const { return _fed_by; } in fed_by() function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtrack.cc802 if (_session.master_out() && ios.fed_by (_session.master_out()->output())) { in set_align_choice_from_io()
806 if (_session.get_mixbus (n) && ios.fed_by (_session.get_mixbus(n)->output())) { in set_align_choice_from_io()
H A Droute.cc3502 const FedBy& fed_by (other->fed_by()); in feeds() local
3504 for (FedBy::const_iterator f = fed_by.begin(); f != fed_by.end(); ++f) { in feeds()
3566 if (other->all_inputs().fed_by (_output)) { in direct_feeds_according_to_reality()
3593 if ((iop_out && other->all_inputs().fed_by (iop_out)) || iop->feeds (other)) { in direct_feeds_according_to_reality()
H A Dsession.cc2128 Route::FedBy existing (r1->fed_by()); in trace_terminal()
2195 const Route::FedBy& fb ((*i)->fed_by()); in resort_routes()
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/osc/
H A Dosc.cc6611 Route::FedBy fed_by = aux_rt->fed_by(); in cue_get_sorted_stripables() local
6612 for (Route::FedBy::iterator i = fed_by.begin(); i != fed_by.end(); ++i) { in cue_get_sorted_stripables()