mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
remove another naming that refers to JACK
This commit is contained in:
parent
521f8eb776
commit
8960ebcdf9
5 changed files with 10 additions and 9 deletions
|
|
@ -443,8 +443,8 @@ Bundle::connected_to (boost::shared_ptr<Bundle> other, AudioEngine & engine)
|
|||
return true;
|
||||
}
|
||||
|
||||
/** This must not be called in code executed as a response to a JACK event,
|
||||
* as it uses jack_port_get_all_connections().
|
||||
/** This must not be called in code executed as a response to a backend event,
|
||||
* as it uses the backend port_get_all_connections().
|
||||
* @return true if any of this bundle's channels are connected to anything.
|
||||
*/
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue