On 11/12/2012 02:12 PM, michael noble wrote:
On Tue, Nov 13, 2012 at 3:47 AM, michael noble looplog@gmail.com wrote:
On Tue, Nov 13, 2012 at 1:49 AM, michael noble looplog@gmail.com wrote:
hi Hans,
I've replied off list. If you think it should be kept on list just let me know.
The externals compiled but the objects do not instantiate in pd. The error is as follows:
/data/audio/patches/pd/externals/jackx-0.1/jack-ports.pd_linux: /data/audio/patches/pd/externals/jackx-0.1/libjackx.so: undefined symbol: logpost jack-ports ... couldn't create
Do I need a specific version of pd-extended to run these externals? I'm running 0.42.5 here still.
thanks again M
OK, answered my own question again. Installed latest pdextended and the objects seem to work.
Spoke too soon. Jack-ports seems to work ok, but jack-connect does not. When sending the query message console prints:
JACKerror: jack_port_get_all_connections called with an incorrect port 0
I added the possibility of putting the connection description in the object box. query, connect, and disconnect all worked for me. Attached is a new tarball.
.hc
On Tue, Nov 13, 2012 at 2:07 PM, Hans-Christoph Steiner hans@at.or.atwrote:
I added the possibility of putting the connection description in the object box. query, connect, and disconnect all worked for me. Attached is a new tarball.
.hc
I tried this out quickly and received the same error as before, so no improvement for me. I am running jack 1.9.8, if that makes a difference.
On 11/13/2012 10:13 PM, michael noble wrote:
On Tue, Nov 13, 2012 at 2:07 PM, Hans-Christoph Steiner hans@at.or.atwrote:
I added the possibility of putting the connection description in the object box. query, connect, and disconnect all worked for me. Attached is a new tarball.
.hc
I tried this out quickly and received the same error as before, so no improvement for me. I am running jack 1.9.8, if that makes a difference.
My guess is that you have to get the names of the inputs and outputs exactly right.
.hc
On Wed, Nov 14, 2012 at 1:43 PM, Hans-Christoph Steiner hans@at.or.atwrote:
On 11/13/2012 10:13 PM, michael noble wrote:
On Tue, Nov 13, 2012 at 2:07 PM, Hans-Christoph Steiner <hans@at.or.at wrote:
I added the possibility of putting the connection description in the
object
box. query, connect, and disconnect all worked for me. Attached is a
new
tarball.
.hc
I tried this out quickly and received the same error as before, so no improvement for me. I am running jack 1.9.8, if that makes a difference.
My guess is that you have to get the names of the inputs and outputs exactly right.
.hc
Indeed, I failed to notice that pure_data_0 needed to be changed to pd_extended_0. Apologies for not noticing something so simple myself.
/me backs away sheepishly