Files
ardour/libs
Robin Gareus 954edb7bd8 Work around jack input monitoring
This works around JACK not allowing to directly access physical
input buffers by creating an explicit connection.

Ardour access input-buffers directly without connection
for input meters and AFL. This work in general since data
on those ports are always read unconditionally at the start of
each process cycle.

 jack_port_get_buffer (jack_port_by_name (c, "system:capture_1"), n);

However with jack this fails if the given port is not connected.
Due to an internal jack optimization collecting input data is
skipped for ports that have no connections.
2021-03-21 00:06:44 +01:00
..
2021-03-21 00:06:44 +01:00
2020-12-01 12:08:09 +01:00
2021-01-23 23:43:14 +01:00
2021-02-12 14:19:17 +01:00
2021-02-28 20:01:06 +01:00
2021-03-01 22:14:38 +01:00