i found my error... i used [dac~0 1 2 0 3 4 5 6 7] instead of [dac~ 0 1 2 3 4 5 6 7 8], the leftmost outlet is not the first puredata output in jack.!?! the second leftmost outlet (1) is corresponding to puredata output 0.
is that correct? has this changed over the time?
regards Ck
On 19.02.2012 19:26, pd-list-request@iem.at wrote:
Message: 4 Date: Sun, 19 Feb 2012 13:11:30 -0500 From: "Hans-Christoph Steiner"hans@at.or.at Subject: Re: [PD] vbap speaker position not correct? To: Christoph Kuhrchristoph.kuhr@web.de,pd-list@iem.at Message-ID: 1329675090.32069.140661038555241@webmail.messagingengine.com Content-Type: text/plain; charset="us-ascii"
If the amp numbers coming out of vbap are correct, then I think the problem is in your patch ' your speaker setup, or your space.
.hc
On Sat, Feb 18, 2012, at 20:16, Christoph Kuhr wrote:
Hi list,
i used the following define_loudspeakers object:
define_loudspeakers 3 -45 0 0 45 45 0 90 45 145 0 180 45 -145 0 -90 45
but if i make a horizontal circle trajectory, the sound comes from strange positions. its like an inclined ellipse or something... i also tried ls-triplets and ls-directions messages without effort.
the values at the vbap outputs are correct.
what could be the problem?
regards Ck
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Mon, 2012-02-20 at 10:56 +0100, Christoph Kuhr wrote:
i found my error... i used [dac~0 1 2 0 3 4 5 6 7] instead of [dac~ 0 1 2 3 4 5 6 7 8], the leftmost outlet is not the first puredata output in jack.!?! the second leftmost outlet (1) is corresponding to puredata output 0.
is that correct? has this changed over the time?
Ever since I remember using Pd, the dac numbering starts with 1, not with 0.
Roman