Robin Gareus
954edb7bd8
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. |
||
---|---|---|
.. | ||
appleutility | ||
ardour | ||
ardouralsautil | ||
audiographer | ||
backends | ||
canvas | ||
clearlooks-newer | ||
evoral | ||
fluidsynth | ||
fst | ||
gtkmm2ext | ||
hidapi | ||
libltc | ||
lua | ||
midi++2 | ||
panners | ||
pbd | ||
plugins | ||
ptformat | ||
qm-dsp | ||
surfaces | ||
temporal | ||
vamp-plugins | ||
vamp-pyin | ||
vfork | ||
vst3 | ||
waveview | ||
widgets | ||
zita-convolver | ||
zita-resampler |