Csound Csound-dev Csound-tekno Search About

[Csnd] STK in binary distribution?

Date2022-04-17 17:12
FromRobert Craig
Subject[Csnd] STK in binary distribution?
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 18:03
FromForrest Curo
SubjectRe: [Csnd] STK in binary distribution?
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 18:13
FromDave Seidel
SubjectRe: [Csnd] STK in binary distribution?
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 18:25
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:03
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:14
FromRobert Craig
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:15
FromRobert Craig
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
I should reiterate that I’m using the binary distribution. Was that distribution compiled with STK support or should I grab the source and build my own?

Thanks,
Robert

On Sun, Apr 17, 2022 at 2:14 PM Robert Craig <crcraig250@gmail.com> wrote:
I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:24
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
That looks like STK lib but not the opcodes. Did you build the opcodes from the csound plugins repository?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:15, Robert Craig <crcraig250@gmail.com> wrote:


I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:29
FromRobert Craig
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
No idea where I would find those . . .

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That looks like STK lib but not the opcodes. Did you build the opcodes from the csound plugins repository?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:15, Robert Craig <crcraig250@gmail.com> wrote:


I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:33
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
Here



Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:30, Robert Craig <crcraig250@gmail.com> wrote:


No idea where I would find those . . .

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That looks like STK lib but not the opcodes. Did you build the opcodes from the csound plugins repository?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:15, Robert Craig <crcraig250@gmail.com> wrote:


I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:40
FromPartev Sarkissian <0000060b2ef1338e-dmarc-request@LISTSERV.HEANET.IE>
SubjectRe: [Csnd] STK in binary distribution?
Might want to pick Julius Smith's brain about that. He's teaches audio DSP 
at CCRMA. I was having trouble with STK as a stand alone, he steered me 
to JUCE and Faust, as I was trying to render his book examples in C++. 

Don't know about STK in conjunction with Csound, check with Julius on that. 
Preferred Email (public): 
 jos@ccrma.stanford.edu


-Partev 


-----Original Message-----
From: Robert Craig <crcraig250@GMAIL.COM>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Sun, Apr 17, 2022 5:12 pm
Subject: [Csnd] STK in binary distribution?

I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd

UnifiedCSD:  InD.csd
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled

error: syntax error, unexpected T_IDENT  (token "STKModalBar")
 from file InD.csd (1), line 476:
 >>>     asig STKModalBar <<<
Unexpected untyped word asig when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra
end of score.   overall amps:      0.0
1 errors in performance
Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
 %                                                                              
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:45
FromRobert Craig
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
Okay, confirming that I must have the source tree installed and build from there. My error was supposing that the binary distribution for MacOS would somehow magically handle the inclusion of external plugins. Didn't hit this last time I installed csound as I built on a Linux system (no binary distribution). But I bought a shiny new Mac :-)

Thank you for your help!
Robert

On Sun, Apr 17, 2022 at 2:33 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Here



Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:30, Robert Craig <crcraig250@gmail.com> wrote:


No idea where I would find those . . .

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That looks like STK lib but not the opcodes. Did you build the opcodes from the csound plugins repository?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:15, Robert Craig <crcraig250@gmail.com> wrote:


I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:46
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .

Robert

On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
Might want to pick Julius Smith's brain about that. He's teaches audio DSP 
at CCRMA. I was having trouble with STK as a stand alone, he steered me 
to JUCE and Faust, as I was trying to render his book examples in C++. 

Don't know about STK in conjunction with Csound, check with Julius on that. 
Preferred Email (public): 
 jos@ccrma.stanford.edu


-Partev 


-----Original Message-----
From: Robert Craig <crcraig250@GMAIL.COM>
To: CSOUND@LISTSERV.HEANET.IE
Sent: Sun, Apr 17, 2022 5:12 pm
Subject: [Csnd] STK in binary distribution?

I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd

UnifiedCSD:  InD.csd
rtaudio: PortAudio module enabled ...
using callback interface
rtmidi: PortMIDI module enabled

error: syntax error, unexpected T_IDENT  (token "STKModalBar")
 from file InD.csd (1), line 476:
 >>>     asig STKModalBar <<<
Unexpected untyped word asig when expecting a variable
Parsing failed due to invalid input!
Stopping on parser failure
cannot compile orchestra
end of score.   overall amps:      0.0
1 errors in performance
Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
 %                                                                              
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-17 19:52
FromVictor Lazzarini
SubjectRe: [Csnd] [EXTERNAL] Re: [Csnd] STK in binary distribution?
I am not quite sure what you mean. Earlier releases of Csound might have had these opcodes shipped, but they are not in 6.17 (as the release note say).

They are now part of the plugin repository. Some of the opcodes in there have binary releases, but not all (see the releases for that repo). That repository does not have a maintainer so users may need to build their own.

Instructions are in the README.md. With the dependencies installed and a C/C++ toolchain including CMake, it only needs a few commands.

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:46, Robert Craig <crcraig250@gmail.com> wrote:


Okay, confirming that I must have the source tree installed and build from there. My error was supposing that the binary distribution for MacOS would somehow magically handle the inclusion of external plugins. Didn't hit this last time I installed csound as I built on a Linux system (no binary distribution). But I bought a shiny new Mac :-)

Thank you for your help!
Robert

On Sun, Apr 17, 2022 at 2:33 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
Here



Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:30, Robert Craig <crcraig250@gmail.com> wrote:


No idea where I would find those . . .

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:24 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
That looks like STK lib but not the opcodes. Did you build the opcodes from the csound plugins repository?

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 19:15, Robert Craig <crcraig250@gmail.com> wrote:


I did run make install successfully in the STK distribution top directory. Obviously that wasn’t quite right since I still get the error.

robert@Cecils-MacBook-Pro stk-4.6.2 % sudo make install

Password:

/Library/Developer/CommandLineTools/usr/bin/make -C src install

/bin/rm -f libstk.dylib libstk.dylib.4 libstk.dylib

g++ -std=c++11  -fPIC -dynamiclib -install_name /usr/local/lib/libstk-4.6.2.dylib -o libstk-4.6.2.dylib Release/*.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMIDI

/bin/ln -s libstk-4.6.2.dylib libstk.dylib

install -d /usr/local/include/stk

cp -R ../include/*.h /usr/local/include/stk

install -d /usr/local/lib

install -m 644 libstk-4.6.2.dylib /usr/local/lib

ln -sf libstk-4.6.2.dylib /usr/local/lib/libstk.dylib


I tried in the src directory as well and the output was the same as the above and I still get the same error message.

Thank you,
Robert

On Sun, Apr 17, 2022 at 2:03 PM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
If you run make install, the opcodes should be installed in the correct place. 

Prof. Victor Lazzarini
Maynooth University
Ireland

On 17 Apr 2022, at 18:26, Robert Craig <crcraig250@gmail.com> wrote:



*Warning*

This email originated from outside of Maynooth University's Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.

The line before the complaint about asig is the problem: 
"error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<"


I've compiled the STK package and successfully installed, ran some of the demos as tests, works fine. Just can't get csound to find it. I've defined the RAWWAVE_PATH appropriately. Is there another env variable that tells csound where to find the STK opcodes or do I need to build csound from source and tell configure to include the STK bits?


Thanks,

Robert


On Sun, Apr 17, 2022 at 1:13 PM Dave Seidel <dave.seidel@gmail.com> wrote:
More likely the STK opcodes are not installed/available.

On Sun, Apr 17, 2022 at 1:03 PM Forrest Curo <treegestalt@gmail.com> wrote:
I don't see your .csd -- but any error message pointing to 'asig' might be from an uncompleted prior line?

On Sun, Apr 17, 2022 at 9:13 AM Robert Craig <crcraig250@gmail.com> wrote:
I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?

Thanks,
Robert

robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd


UnifiedCSD:  InD.csd

rtaudio: PortAudio module enabled ...

using callback interface

rtmidi: PortMIDI module enabled


error: syntax error, unexpected T_IDENT  (token "STKModalBar")

 from file InD.csd (1), line 476:

 >>>     asig STKModalBar <<<

Unexpected untyped word asig when expecting a variable

Parsing failed due to invalid input!

Stopping on parser failure

cannot compile orchestra

end of score.   overall amps:      0.0

1 errors in performance

Elapsed time at end of performance: real: 0.011s, CPU: 0.011s

 %                                                                              

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 03:06
FromSteven Yi
SubjectRe: [Csnd] STK in binary distribution?
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig  wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig 
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2022-04-18 11:25
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
Using an M1, so x86_64. I think you’re right, saw “arm” flash by during one of the builds. And csound can’t open the resulting libraries even with the correct owner and permissions.

Thank you,
Robert

On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com> wrote:
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com> wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig <crcraig250@GMAIL.COM>
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 11:44
FromMichael Gogins
SubjectRe: [Csnd] STK in binary distribution?
Try installing csound from homebrew.

On Mon, Apr 18, 2022, 06:25 Robert Craig <crcraig250@gmail.com> wrote:
Using an M1, so x86_64. I think you’re right, saw “arm” flash by during one of the builds. And csound can’t open the resulting libraries even with the correct owner and permissions.

Thank you,
Robert

On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com> wrote:
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com> wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig <crcraig250@GMAIL.COM>
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 13:56
Fromjoachim heintz
SubjectRe: [Csnd] STK in binary distribution?
M1 is arm64, not?


On 18/04/2022 12:25, Robert Craig wrote:
> Using an M1, so x86_64. I think you’re right, saw “arm” flash by during 
> one of the builds. And csound can’t open the resulting libraries even 
> with the correct owner and permissions.
> 
> Thank you,
> Robert
> 
> On Sun, Apr 17, 2022 at 10:06 PM Steven Yi  > wrote:
> 
>     Suggest to check whether the STK opcodes are compiled for x86_64 or
>     arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
>     If you're using the binary csound installer, that is built for x86_64.
>     If you're building csound via homebrew or self-compiling, that will
>     likely default to arm64 (assuming you are on an M1 mac). Could you
>     note which cpu architecture you are using?
> 
>     On Sun, Apr 17, 2022 at 2:46 PM Robert Craig      > wrote:
>      >
>      > Thank you for the pointer to the STK guru at Stanford. I'll keep
>     that handy for future issues . . .
>      >
>      > Robert
>      >
>      > On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian
>     <0000060b2ef1338e-dmarc-request@listserv.heanet.ie
>     > wrote:
>      >>
>      >> Might want to pick Julius Smith's brain about that. He's teaches
>     audio DSP
>      >> at CCRMA. I was having trouble with STK as a stand alone, he
>     steered me
>      >> to JUCE and Faust, as I was trying to render his book examples
>     in C++.
>      >>
>      >> Don't know about STK in conjunction with Csound, check with
>     Julius on that.
>      >> Preferred Email (public): jos@ccrma.stanford.edu
>     
>      >>
>      >>
>      >> -Partev
>      >>
>      >>
>      >> -----Original Message-----
>      >> From: Robert Craig      >
>      >> To: CSOUND@LISTSERV.HEANET.IE 
>      >> Sent: Sun, Apr 17, 2022 5:12 pm
>      >> Subject: [Csnd] STK in binary distribution?
>      >>
>      >> I installed the binary distribution 6.17 on MacOS Monterey
>     12.3.1. Then I installed STK from CCRMA. No matter what I do, I am
>     unable to get csound to find the STK bits . . . I've consulted both
>     the csound doc and the STK doc without enlightenment. What am I missing?
>      >>
>      >> Thanks,
>      >> Robert
>      >>
>      >> robert@Cecils-MacBook-Pro csound % csound -odac -f
>     --sample-rate=96000 --sample-accurate -W InD.csd
>      >>
>      >> UnifiedCSD:  InD.csd
>      >> rtaudio: PortAudio module enabled ...
>      >> using callback interface
>      >> rtmidi: PortMIDI module enabled
>      >>
>      >> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>      >>  from file InD.csd (1), line 476:
>      >>  >>>     asig STKModalBar <<<
>      >> Unexpected untyped word asig when expecting a variable
>      >> Parsing failed due to invalid input!
>      >> Stopping on parser failure
>      >> cannot compile orchestra
>      >> end of score.   overall amps:      0.0
>      >> 1 errors in performance
>      >> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>      >>  %
>      >> Csound mailing list Csound@listserv.heanet.ie
>     
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>      Send bugs reports
>     to https://github.com/csound/csound/issues
>      Discussions of bugs and
>     features can be posted here
>      >> Csound mailing list Csound@listserv.heanet.ie
>     
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>      Send bugs reports
>     to https://github.com/csound/csound/issues
>      Discussions of bugs and
>     features can be posted here
>      >
>      > Csound mailing list Csound@listserv.heanet.ie
>     
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>      Send bugs reports
>     to https://github.com/csound/csound/issues
>      Discussions of bugs and
>     features can be posted here
> 
>     Csound mailing list
>     Csound@listserv.heanet.ie 
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     
>     Discussions of bugs and features can be posted here
> 
> Csound mailing list Csound@listserv.heanet.ie 
>  
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND 
>  Send bugs reports to 
> https://github.com/csound/csound/issues 
>  Discussions of bugs and 
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2022-04-18 14:33
FromMichael Gogins
SubjectRe: [Csnd] STK in binary distribution?
Yes.

On Mon, Apr 18, 2022, 08:57 joachim heintz <jh@joachimheintz.de> wrote:
M1 is arm64, not?


On 18/04/2022 12:25, Robert Craig wrote:
> Using an M1, so x86_64. I think you’re right, saw “arm” flash by during
> one of the builds. And csound can’t open the resulting libraries even
> with the correct owner and permissions.
>
> Thank you,
> Robert
>
> On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com
> <mailto:stevenyi@gmail.com>> wrote:
>
>     Suggest to check whether the STK opcodes are compiled for x86_64 or
>     arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
>     If you're using the binary csound installer, that is built for x86_64.
>     If you're building csound via homebrew or self-compiling, that will
>     likely default to arm64 (assuming you are on an M1 mac). Could you
>     note which cpu architecture you are using?
>
>     On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com
>     <mailto:crcraig250@gmail.com>> wrote:
>      >
>      > Thank you for the pointer to the STK guru at Stanford. I'll keep
>     that handy for future issues . . .
>      >
>      > Robert
>      >
>      > On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian
>     <0000060b2ef1338e-dmarc-request@listserv.heanet.ie
>     <mailto:0000060b2ef1338e-dmarc-request@listserv.heanet.ie>> wrote:
>      >>
>      >> Might want to pick Julius Smith's brain about that. He's teaches
>     audio DSP
>      >> at CCRMA. I was having trouble with STK as a stand alone, he
>     steered me
>      >> to JUCE and Faust, as I was trying to render his book examples
>     in C++.
>      >>
>      >> Don't know about STK in conjunction with Csound, check with
>     Julius on that.
>      >> Preferred Email (public): jos@ccrma.stanford.edu
>     <mailto:jos@ccrma.stanford.edu>
>      >>
>      >>
>      >> -Partev
>      >>
>      >>
>      >> -----Original Message-----
>      >> From: Robert Craig <crcraig250@GMAIL.COM
>     <mailto:crcraig250@GMAIL.COM>>
>      >> To: CSOUND@LISTSERV.HEANET.IE <mailto:CSOUND@LISTSERV.HEANET.IE>
>      >> Sent: Sun, Apr 17, 2022 5:12 pm
>      >> Subject: [Csnd] STK in binary distribution?
>      >>
>      >> I installed the binary distribution 6.17 on MacOS Monterey
>     12.3.1. Then I installed STK from CCRMA. No matter what I do, I am
>     unable to get csound to find the STK bits . . . I've consulted both
>     the csound doc and the STK doc without enlightenment. What am I missing?
>      >>
>      >> Thanks,
>      >> Robert
>      >>
>      >> robert@Cecils-MacBook-Pro csound % csound -odac -f
>     --sample-rate=96000 --sample-accurate -W InD.csd
>      >>
>      >> UnifiedCSD:  InD.csd
>      >> rtaudio: PortAudio module enabled ...
>      >> using callback interface
>      >> rtmidi: PortMIDI module enabled
>      >>
>      >> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>      >>  from file InD.csd (1), line 476:
>      >>  >>>     asig STKModalBar <<<
>      >> Unexpected untyped word asig when expecting a variable
>      >> Parsing failed due to invalid input!
>      >> Stopping on parser failure
>      >> cannot compile orchestra
>      >> end of score.   overall amps:      0.0
>      >> 1 errors in performance
>      >> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>      >>  %
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >
>      > Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>
>     Csound mailing list
>     Csound@listserv.heanet.ie <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND>
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues>
>     Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto:Csound@listserv.heanet.ie>
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports to
> https://github.com/csound/csound/issues
> <https://github.com/csound/csound/issues> Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 16:19
FromFabio De Sanctis De Benedictis
SubjectRe: [Csnd] STK in binary distribution?
Hi,

I don't know if useful, I have been not using Csound from some time,
and the following reference is very old: I had perhaps similar problems
in using OMChroma OpenMusic library with STK user defined OMChroma
classes, and STK instruments generally. See the following discussion:

https://discussion.forum.ircam.fr/t/stk-user-defined-opcodes/1526/7

Finally I resolved it adding the following option to Csound flags:

--env:RAWWAVE_PATH=/path/to/stk-4.5.0/rawwaves

(or whatever number version of course)

I hope this is useful, otherwise my apologies for not useful mail...

Best


Fabio



Il giorno dom, 17/04/2022 alle 22.06 -0400, Steven Yi ha scritto:
> Suggest to check whether the STK opcodes are compiled for x86_64 or
> arm64, and whether compiling stk opcodes is dont with x86_64 or
> arm64.
> If you're using the binary csound installer, that is built for
> x86_64.
> If you're building csound via homebrew or self-compiling, that will
> likely default to arm64 (assuming you are on an M1 mac). Could you
> note which cpu architecture you are using?
> 
> On Sun, Apr 17, 2022 at 2:46 PM Robert Craig 
> wrote:
> > Thank you for the pointer to the STK guru at Stanford. I'll keep
> > that handy for future issues . . .
> > 
> > Robert
> > 
> > On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <
> > 0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
> > > Might want to pick Julius Smith's brain about that. He's teaches
> > > audio DSP
> > > at CCRMA. I was having trouble with STK as a stand alone, he
> > > steered me
> > > to JUCE and Faust, as I was trying to render his book examples in
> > > C++.
> > > 
> > > Don't know about STK in conjunction with Csound, check with
> > > Julius on that.
> > > Preferred Email (public):   jos@ccrma.stanford.edu
> > > 
> > > 
> > > -Partev
> > > 
> > > 
> > > -----Original Message-----
> > > From: Robert Craig 
> > > To: CSOUND@LISTSERV.HEANET.IE
> > > Sent: Sun, Apr 17, 2022 5:12 pm
> > > Subject: [Csnd] STK in binary distribution?
> > > 
> > > I installed the binary distribution 6.17 on MacOS Monterey
> > > 12.3.1. Then I installed STK from CCRMA. No matter what I do, I
> > > am unable to get csound to find the STK bits . . . I've consulted
> > > both the csound doc and the STK doc without enlightenment. What
> > > am I missing?
> > > 
> > > Thanks,
> > > Robert
> > > 
> > > robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-
> > > rate=96000 --sample-accurate -W InD.csd
> > > 
> > > UnifiedCSD:  InD.csd
> > > rtaudio: PortAudio module enabled ...
> > > using callback interface
> > > rtmidi: PortMIDI module enabled
> > > 
> > > error: syntax error, unexpected T_IDENT  (token "STKModalBar")
> > >  from file InD.csd (1), line 476:
> > >  >>>     asig STKModalBar <<<
> > > Unexpected untyped word asig when expecting a variable
> > > Parsing failed due to invalid input!
> > > Stopping on parser failure
> > > cannot compile orchestra
> > > end of score.   overall amps:      0.0
> > > 1 errors in performance
> > > Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
> > >  %
> > > Csound mailing list Csound@listserv.heanet.ie 
> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
> > > to https://github.com/csound/csound/issues Discussions of bugs
> > > and features can be posted here
> > > Csound mailing list Csound@listserv.heanet.ie 
> > > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
> > > to https://github.com/csound/csound/issues Discussions of bugs
> > > and features can be posted here
> > 
> > Csound mailing list Csound@listserv.heanet.ie 
> > https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports
> > to https://github.com/csound/csound/issues Discussions of bugs and
> > features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2022-04-18 17:16
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
Of course, brain hiccup…

Robert 

On Mon, Apr 18, 2022 at 8:57 AM joachim heintz <jh@joachimheintz.de> wrote:
M1 is arm64, not?


On 18/04/2022 12:25, Robert Craig wrote:
> Using an M1, so x86_64. I think you’re right, saw “arm” flash by during
> one of the builds. And csound can’t open the resulting libraries even
> with the correct owner and permissions.
>
> Thank you,
> Robert
>
> On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com
> <mailto:stevenyi@gmail.com>> wrote:
>
>     Suggest to check whether the STK opcodes are compiled for x86_64 or
>     arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
>     If you're using the binary csound installer, that is built for x86_64.
>     If you're building csound via homebrew or self-compiling, that will
>     likely default to arm64 (assuming you are on an M1 mac). Could you
>     note which cpu architecture you are using?
>
>     On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com
>     <mailto:crcraig250@gmail.com>> wrote:
>      >
>      > Thank you for the pointer to the STK guru at Stanford. I'll keep
>     that handy for future issues . . .
>      >
>      > Robert
>      >
>      > On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian
>     <0000060b2ef1338e-dmarc-request@listserv.heanet.ie
>     <mailto:0000060b2ef1338e-dmarc-request@listserv.heanet.ie>> wrote:
>      >>
>      >> Might want to pick Julius Smith's brain about that. He's teaches
>     audio DSP
>      >> at CCRMA. I was having trouble with STK as a stand alone, he
>     steered me
>      >> to JUCE and Faust, as I was trying to render his book examples
>     in C++.
>      >>
>      >> Don't know about STK in conjunction with Csound, check with
>     Julius on that.
>      >> Preferred Email (public): jos@ccrma.stanford.edu
>     <mailto:jos@ccrma.stanford.edu>
>      >>
>      >>
>      >> -Partev
>      >>
>      >>
>      >> -----Original Message-----
>      >> From: Robert Craig <crcraig250@GMAIL.COM
>     <mailto:crcraig250@GMAIL.COM>>
>      >> To: CSOUND@LISTSERV.HEANET.IE <mailto:CSOUND@LISTSERV.HEANET.IE>
>      >> Sent: Sun, Apr 17, 2022 5:12 pm
>      >> Subject: [Csnd] STK in binary distribution?
>      >>
>      >> I installed the binary distribution 6.17 on MacOS Monterey
>     12.3.1. Then I installed STK from CCRMA. No matter what I do, I am
>     unable to get csound to find the STK bits . . . I've consulted both
>     the csound doc and the STK doc without enlightenment. What am I missing?
>      >>
>      >> Thanks,
>      >> Robert
>      >>
>      >> robert@Cecils-MacBook-Pro csound % csound -odac -f
>     --sample-rate=96000 --sample-accurate -W InD.csd
>      >>
>      >> UnifiedCSD:  InD.csd
>      >> rtaudio: PortAudio module enabled ...
>      >> using callback interface
>      >> rtmidi: PortMIDI module enabled
>      >>
>      >> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>      >>  from file InD.csd (1), line 476:
>      >>  >>>     asig STKModalBar <<<
>      >> Unexpected untyped word asig when expecting a variable
>      >> Parsing failed due to invalid input!
>      >> Stopping on parser failure
>      >> cannot compile orchestra
>      >> end of score.   overall amps:      0.0
>      >> 1 errors in performance
>      >> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>      >>  %
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >
>      > Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>
>     Csound mailing list
>     Csound@listserv.heanet.ie <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND>
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues>
>     Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto:Csound@listserv.heanet.ie>
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports to
> https://github.com/csound/csound/issues
> <https://github.com/csound/csound/issues> Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 17:37
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
Actually, I don’t think it’s ARM. Relying on Rosetta to get intel arch apps to work. So, I think the architecture should be x86…

Robert 

On Mon, Apr 18, 2022 at 12:16 PM Robert Craig <crcraig250@gmail.com> wrote:
Of course, brain hiccup…

Robert 

On Mon, Apr 18, 2022 at 8:57 AM joachim heintz <jh@joachimheintz.de> wrote:
M1 is arm64, not?


On 18/04/2022 12:25, Robert Craig wrote:
> Using an M1, so x86_64. I think you’re right, saw “arm” flash by during
> one of the builds. And csound can’t open the resulting libraries even
> with the correct owner and permissions.
>
> Thank you,
> Robert
>
> On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com
> <mailto:stevenyi@gmail.com>> wrote:
>
>     Suggest to check whether the STK opcodes are compiled for x86_64 or
>     arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
>     If you're using the binary csound installer, that is built for x86_64.
>     If you're building csound via homebrew or self-compiling, that will
>     likely default to arm64 (assuming you are on an M1 mac). Could you
>     note which cpu architecture you are using?
>
>     On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com
>     <mailto:crcraig250@gmail.com>> wrote:
>      >
>      > Thank you for the pointer to the STK guru at Stanford. I'll keep
>     that handy for future issues . . .
>      >
>      > Robert
>      >
>      > On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian
>     <0000060b2ef1338e-dmarc-request@listserv.heanet.ie
>     <mailto:0000060b2ef1338e-dmarc-request@listserv.heanet.ie>> wrote:
>      >>
>      >> Might want to pick Julius Smith's brain about that. He's teaches
>     audio DSP
>      >> at CCRMA. I was having trouble with STK as a stand alone, he
>     steered me
>      >> to JUCE and Faust, as I was trying to render his book examples
>     in C++.
>      >>
>      >> Don't know about STK in conjunction with Csound, check with
>     Julius on that.
>      >> Preferred Email (public): jos@ccrma.stanford.edu
>     <mailto:jos@ccrma.stanford.edu>
>      >>
>      >>
>      >> -Partev
>      >>
>      >>
>      >> -----Original Message-----
>      >> From: Robert Craig <crcraig250@GMAIL.COM
>     <mailto:crcraig250@GMAIL.COM>>
>      >> To: CSOUND@LISTSERV.HEANET.IE <mailto:CSOUND@LISTSERV.HEANET.IE>
>      >> Sent: Sun, Apr 17, 2022 5:12 pm
>      >> Subject: [Csnd] STK in binary distribution?
>      >>
>      >> I installed the binary distribution 6.17 on MacOS Monterey
>     12.3.1. Then I installed STK from CCRMA. No matter what I do, I am
>     unable to get csound to find the STK bits . . . I've consulted both
>     the csound doc and the STK doc without enlightenment. What am I missing?
>      >>
>      >> Thanks,
>      >> Robert
>      >>
>      >> robert@Cecils-MacBook-Pro csound % csound -odac -f
>     --sample-rate=96000 --sample-accurate -W InD.csd
>      >>
>      >> UnifiedCSD:  InD.csd
>      >> rtaudio: PortAudio module enabled ...
>      >> using callback interface
>      >> rtmidi: PortMIDI module enabled
>      >>
>      >> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>      >>  from file InD.csd (1), line 476:
>      >>  >>>     asig STKModalBar <<<
>      >> Unexpected untyped word asig when expecting a variable
>      >> Parsing failed due to invalid input!
>      >> Stopping on parser failure
>      >> cannot compile orchestra
>      >> end of score.   overall amps:      0.0
>      >> 1 errors in performance
>      >> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>      >>  %
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >
>      > Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>
>     Csound mailing list
>     Csound@listserv.heanet.ie <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND>
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues>
>     Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto:Csound@listserv.heanet.ie>
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports to
> https://github.com/csound/csound/issues
> <https://github.com/csound/csound/issues> Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 17:39
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
Never mind, google to the rescue. It is indeed ARM-based. Sorry for the confusion!

Robert 

On Mon, Apr 18, 2022 at 12:37 PM Robert Craig <crcraig250@gmail.com> wrote:
Actually, I don’t think it’s ARM. Relying on Rosetta to get intel arch apps to work. So, I think the architecture should be x86…

Robert 

On Mon, Apr 18, 2022 at 12:16 PM Robert Craig <crcraig250@gmail.com> wrote:
Of course, brain hiccup…

Robert 

On Mon, Apr 18, 2022 at 8:57 AM joachim heintz <jh@joachimheintz.de> wrote:
M1 is arm64, not?


On 18/04/2022 12:25, Robert Craig wrote:
> Using an M1, so x86_64. I think you’re right, saw “arm” flash by during
> one of the builds. And csound can’t open the resulting libraries even
> with the correct owner and permissions.
>
> Thank you,
> Robert
>
> On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com
> <mailto:stevenyi@gmail.com>> wrote:
>
>     Suggest to check whether the STK opcodes are compiled for x86_64 or
>     arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
>     If you're using the binary csound installer, that is built for x86_64.
>     If you're building csound via homebrew or self-compiling, that will
>     likely default to arm64 (assuming you are on an M1 mac). Could you
>     note which cpu architecture you are using?
>
>     On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com
>     <mailto:crcraig250@gmail.com>> wrote:
>      >
>      > Thank you for the pointer to the STK guru at Stanford. I'll keep
>     that handy for future issues . . .
>      >
>      > Robert
>      >
>      > On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian
>     <0000060b2ef1338e-dmarc-request@listserv.heanet.ie
>     <mailto:0000060b2ef1338e-dmarc-request@listserv.heanet.ie>> wrote:
>      >>
>      >> Might want to pick Julius Smith's brain about that. He's teaches
>     audio DSP
>      >> at CCRMA. I was having trouble with STK as a stand alone, he
>     steered me
>      >> to JUCE and Faust, as I was trying to render his book examples
>     in C++.
>      >>
>      >> Don't know about STK in conjunction with Csound, check with
>     Julius on that.
>      >> Preferred Email (public): jos@ccrma.stanford.edu
>     <mailto:jos@ccrma.stanford.edu>
>      >>
>      >>
>      >> -Partev
>      >>
>      >>
>      >> -----Original Message-----
>      >> From: Robert Craig <crcraig250@GMAIL.COM
>     <mailto:crcraig250@GMAIL.COM>>
>      >> To: CSOUND@LISTSERV.HEANET.IE <mailto:CSOUND@LISTSERV.HEANET.IE>
>      >> Sent: Sun, Apr 17, 2022 5:12 pm
>      >> Subject: [Csnd] STK in binary distribution?
>      >>
>      >> I installed the binary distribution 6.17 on MacOS Monterey
>     12.3.1. Then I installed STK from CCRMA. No matter what I do, I am
>     unable to get csound to find the STK bits . . . I've consulted both
>     the csound doc and the STK doc without enlightenment. What am I missing?
>      >>
>      >> Thanks,
>      >> Robert
>      >>
>      >> robert@Cecils-MacBook-Pro csound % csound -odac -f
>     --sample-rate=96000 --sample-accurate -W InD.csd
>      >>
>      >> UnifiedCSD:  InD.csd
>      >> rtaudio: PortAudio module enabled ...
>      >> using callback interface
>      >> rtmidi: PortMIDI module enabled
>      >>
>      >> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>      >>  from file InD.csd (1), line 476:
>      >>  >>>     asig STKModalBar <<<
>      >> Unexpected untyped word asig when expecting a variable
>      >> Parsing failed due to invalid input!
>      >> Stopping on parser failure
>      >> cannot compile orchestra
>      >> end of score.   overall amps:      0.0
>      >> 1 errors in performance
>      >> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>      >>  %
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >> Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>      >
>      > Csound mailing list Csound@listserv.heanet.ie
>     <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports
>     to https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues> Discussions of bugs and
>     features can be posted here
>
>     Csound mailing list
>     Csound@listserv.heanet.ie <mailto:Csound@listserv.heanet.ie>
>     https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>     <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND>
>     Send bugs reports to
>     https://github.com/csound/csound/issues
>     <https://github.com/csound/csound/issues>
>     Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie
> <mailto:Csound@listserv.heanet.ie>
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> <https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND> Send bugs reports to
> https://github.com/csound/csound/issues
> <https://github.com/csound/csound/issues> Discussions of bugs and
> features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-18 23:31
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
Took your suggestion and went the homebrew route. After getting all the dependencies installed and cloning csound repository, I built csound following the BUILD file. Most everything built just fine (had to install java), but . . .

csound

dyld[11171]: Library not loaded: @rpath/CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: tried: '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/System/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (no such file)


I'm afraid I have no idea how to force the system to use the arm64e architecture. :-(

Thanks,
Robert

On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com> wrote:
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com> wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig <crcraig250@GMAIL.COM>
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-19 00:03
FromMichael Gogins
SubjectRe: [Csnd] STK in binary distribution?
I was not talking about building.

brew install csound

On Mon, Apr 18, 2022, 18:31 Robert Craig <crcraig250@gmail.com> wrote:
Took your suggestion and went the homebrew route. After getting all the dependencies installed and cloning csound repository, I built csound following the BUILD file. Most everything built just fine (had to install java), but . . .

csound

dyld[11171]: Library not loaded: @rpath/CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: tried: '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/System/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (no such file)


I'm afraid I have no idea how to force the system to use the arm64e architecture. :-(

Thanks,
Robert

On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com> wrote:
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com> wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig <crcraig250@GMAIL.COM>
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-19 00:06
FromMichael Gogins
SubjectRe: [Csnd] STK in binary distribution?
Then yes, build plugins from the git repo. Probably have to 'brew install stk' first.

On Mon, Apr 18, 2022, 19:03 Michael Gogins <michael.gogins@gmail.com> wrote:
I was not talking about building.

brew install csound

On Mon, Apr 18, 2022, 18:31 Robert Craig <crcraig250@gmail.com> wrote:
Took your suggestion and went the homebrew route. After getting all the dependencies installed and cloning csound repository, I built csound following the BUILD file. Most everything built just fine (had to install java), but . . .

csound

dyld[11171]: Library not loaded: @rpath/CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: tried: '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/System/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (no such file)


I'm afraid I have no idea how to force the system to use the arm64e architecture. :-(

Thanks,
Robert

On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com> wrote:
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com> wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig <crcraig250@GMAIL.COM>
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2022-04-19 12:46
FromRobert Craig
SubjectRe: [Csnd] STK in binary distribution?
For those of you trying to build csound on an M1 system, add -DCMAKE_OSX_ARCHITECTURES=arm64 to the cmake command to avoid the architecture confusion problem in building CsoundLib64.

Thanks,
Robert

On Mon, Apr 18, 2022 at 6:31 PM Robert Craig <crcraig250@gmail.com> wrote:
Took your suggestion and went the homebrew route. After getting all the dependencies installed and cloning csound repository, I built csound following the BUILD file. Most everything built just fine (had to install java), but . . .

csound

dyld[11171]: Library not loaded: @rpath/CsoundLib64.framework/Versions/6.0/CsoundLib64

  Referenced from: /usr/local/bin/csound

  Reason: tried: '/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/System/Library/Frameworks/CsoundLib64.framework/Versions/6.0/CsoundLib64' (no such file)


I'm afraid I have no idea how to force the system to use the arm64e architecture. :-(

Thanks,
Robert

On Sun, Apr 17, 2022 at 10:06 PM Steven Yi <stevenyi@gmail.com> wrote:
Suggest to check whether the STK opcodes are compiled for x86_64 or
arm64, and whether compiling stk opcodes is dont with x86_64 or arm64.
If you're using the binary csound installer, that is built for x86_64.
If you're building csound via homebrew or self-compiling, that will
likely default to arm64 (assuming you are on an M1 mac). Could you
note which cpu architecture you are using?

On Sun, Apr 17, 2022 at 2:46 PM Robert Craig <crcraig250@gmail.com> wrote:
>
> Thank you for the pointer to the STK guru at Stanford. I'll keep that handy for future issues . . .
>
> Robert
>
> On Sun, Apr 17, 2022 at 2:40 PM Partev Sarkissian <0000060b2ef1338e-dmarc-request@listserv.heanet.ie> wrote:
>>
>> Might want to pick Julius Smith's brain about that. He's teaches audio DSP
>> at CCRMA. I was having trouble with STK as a stand alone, he steered me
>> to JUCE and Faust, as I was trying to render his book examples in C++.
>>
>> Don't know about STK in conjunction with Csound, check with Julius on that.
>> Preferred Email (public):   jos@ccrma.stanford.edu
>>
>>
>> -Partev
>>
>>
>> -----Original Message-----
>> From: Robert Craig <crcraig250@GMAIL.COM>
>> To: CSOUND@LISTSERV.HEANET.IE
>> Sent: Sun, Apr 17, 2022 5:12 pm
>> Subject: [Csnd] STK in binary distribution?
>>
>> I installed the binary distribution 6.17 on MacOS Monterey 12.3.1. Then I installed STK from CCRMA. No matter what I do, I am unable to get csound to find the STK bits . . . I've consulted both the csound doc and the STK doc without enlightenment. What am I missing?
>>
>> Thanks,
>> Robert
>>
>> robert@Cecils-MacBook-Pro csound % csound -odac -f --sample-rate=96000 --sample-accurate -W InD.csd
>>
>> UnifiedCSD:  InD.csd
>> rtaudio: PortAudio module enabled ...
>> using callback interface
>> rtmidi: PortMIDI module enabled
>>
>> error: syntax error, unexpected T_IDENT  (token "STKModalBar")
>>  from file InD.csd (1), line 476:
>>  >>>     asig STKModalBar <<<
>> Unexpected untyped word asig when expecting a variable
>> Parsing failed due to invalid input!
>> Stopping on parser failure
>> cannot compile orchestra
>> end of score.   overall amps:      0.0
>> 1 errors in performance
>> Elapsed time at end of performance: real: 0.011s, CPU: 0.011s
>>  %
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
>
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here