[Csnd] Problem with chuap
Date | 2025-04-28 17:24 |
From | Daniel <000012ee7ecf92ae-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] Problem with chuap |
Hi all, I’m having trouble getting the chuap opcode to work in the latest version of Csound. Although I’ve installed the necessary plugins properly (I think), I’m still encountering the following error in CsoundQT: WARNING: could not open library '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/Resources/Opcodes64/librtjack.dylib' (-1) WARNING: could not open library '/Users/Library/csound/6.0/plugins64/libpy.dylib' (-1) WARNING: could not open library '/Users/Library/csound/6.0/plugins64/libp5g.dylib' (-1) WARNING: could not open library '/Users/Library/csound/6.0/plugins64/libchua.dylib' (-1) rtaudio: PortAudio module enabled ... using callback interface error: syntax error, unexpected T_IDENT (token "chuap") from file /Users/chuap.csd, line 40: >>> aI3, aV2, aV1 chuap <<< Unexpected untyped word aV1 when expecting a variable Parsing failed due to invalid input! Stopping on parser failure cannot compile orchestra Do I need to specify a path or make any configuration changes in the code itself? If so, can somebody please run me through that using this simple example: |
Date | 2025-04-29 10:54 |
From | Rory Walsh |
Subject | Re: [Csnd] Problem with chuap |
How did you install the chau opcodes? On Mon, 28 Apr 2025 at 17:24, Daniel <000012ee7ecf92ae-dmarc-request@listserv.heanet.ie> wrote: Hi all, |
Date | 2025-04-29 10:58 |
From | Michael Gogins |
Subject | Re: [Csnd] Problem with chuap |
What is the CPU architecture of your Csound? Of your chuap plugin? Do you actually find the plugin on your filesystem? Certainly, the plugin is not getting registered by Csound. This would normally only be because the plugin isn't installed, isn't being found by Csound, or isn't the right CPU architecture. ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Apr 29, 2025 at 11:51 AM Rory Walsh <rorywalsh@ear.ie> wrote:
|