[Csnd] rtjack error
Date | 2010-03-18 22:14 |
From | Rene Djack |
Subject | [Csnd] rtjack error |
Attachments | jack.csd |
Hi, On last csound cvs and UbuntuStudio 9.10 32b When i use duplex stereo with jack, i have the message : *** rtjack: input and output parameters are not consistent .... 0 errors in performance ..... jacko: CsoundModuleDestroy(0x9108ff0) and csound stops. Csound jack in duplex mono is ok. Best, René |
Date | 2010-03-18 22:27 |
From | Victor.Lazzarini@nuim.ie |
Subject | [Csnd] Re: rtjack error |
Attachments | None |
Date | 2010-03-18 22:27 |
From | Michael Gogins |
Subject | [Csnd] Re: rtjack error |
I have recently contributed the Jack opcodes (jacko). These are not related to the existing Jack command-line system that your example .csd file uses. In fact, I have not touched the existing Jack system in any way. The first error message ("input and output parameters are not consistent") is from the existing system. The second message ("jacko:csoundModuleDestroy") comes when the Jack opcode module is deinitialized. This is not an error message, it is a purely informational message. Please delete the libjacko.so file and try your csd again and let me know what happens. I will do the same here. This will tell us if jacko is somehow interfering with the existing system (but it should do nothing if you do not use any of the actual opcodes). Regards, Mike On Thu, Mar 18, 2010 at 6:14 PM, Rene Djack |
Date | 2010-03-18 22:32 |
From | Michael Gogins |
Subject | [Csnd] Re: rtjack error |
I have deleted my own libjacko.so and run your jack.csd example. As I expected, the first message remains and the second one goes away. This proves that the problem does not have anything to do with the new Jack opcodes because they are a pure plugin. Since I have never used the existing facility, I do not know what you should try next. Perhaps someone with more experience with Csound and the existing Jack system will chime in. Hope this helps, Mike On Thu, Mar 18, 2010 at 6:27 PM, Michael Gogins |
Date | 2010-03-18 23:04 |
From | Rene Djack |
Subject | [Csnd] Re: Re: rtjack error |
Hi, I have deleted libjacko.so and on my system too the first message remains and the second one goes away. Thanks for your help, may be new parameters to add as Victor suggest. Best, René 2010/3/18 Michael Gogins <michael.gogins@gmail.com> I have deleted my own libjacko.so and run your jack.csd example. |
Date | 2010-03-20 16:56 |
From | Rene Djack |
Subject | [Csnd] Re: Re: rtjack error |
Hi Is somebody can tell me what are the new parameters to add to have a csound jack working as before? Thanks, René 2010/3/19 Rene Djack <rene.djack@gmail.com> Hi, |