Re: [linux-audio-dev] meterbridge 0.0.4

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] meterbridge 0.0.4
From: Paul Davis (pbd_AT_op.net)
Date: Tue Oct 08 2002 - 17:12:03 EEST


>Heh, this is free software. We just need consensus and someone willing to
>get thier hands dirty ;)
>
>I'm trying to understand how the graph sorting code works, AFAICT despite
>comments to the contrary there are no (or few) places in the graph code
>where it assumes that there are only connections from outputs to inputs. I

thats correct. originally, the distinction seemed important but there
is really nowhere that it matters at this time. what does matter is
probably a buglet that needs fixing anyway. jack_port_get_buffer()
should do the right thing one way or another - get the buffer
currently being used as the data source/sink for this port, which for
an input port will depend on whether it is connected or not. there
might also be an issue with the sorting code graph traversal checking
only input or output ports during part of its operations.

--p


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Oct 08 2002 - 17:27:29 EEST