[Csnd] Risset question

This is probably for Eduardo.

Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:

C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file

In this case, the “zip” file is really a text file, and it contains the text “Not Found”.

I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).

I’m running Python 3 in both environments.

  • Dave

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

Ah, fun. I tested it for the first time also, just now. Same platform, same problem.
Synchronicity!

ons. 12. juni 2024 kl. 14:51 skrev Dave Seidel <dave.seidel@gmail.com>:

This is probably for Eduardo.

Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:

C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file

In this case, the “zip” file is really a text file, and it contains the text “Not Found”.

I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).

I’m running Python 3 in both environments.

  • Dave

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

Could you try again? There was a version mismatch in the last update. You might need to update the index:

risset update risset install else

Thanks, Eduardo. That worked on WIndows. Still does nothing on RPi - even the updatecommand does nothing…

Arm on Linux is not supported at the moment for pure lack of time

Ah, ok, thanks for the explanation.

Hi,

It will now run without error (the 0.0 is “ok”?)
C:\Users\Oeyvind>risset install else
0.0

But else.dll is not copied to the plugin directory C:\Program Files\Csound6_x64\plugins64
Is it put somewhere else?

I got some errors on update, but guessing they are innocent(?)
C:\Users\Oeyvind>risset update
0.0From https://github.com/csound-plugins/csound-plugins

  • [new tag] v1.19.3 → v1.19.3
    ** Error: No manpage for opcode gaintovel!
    ** Error: No manpage for opcode linexp!

all best
Øyvind

ons. 12. juni 2024 kl. 15:10 skrev Eduardo Moguillansky <eduardo.moguillansky@gmail.com>:

Could you try again? There was a version mismatch in the last update. You might need to update the index:

$ risset update
$ risset install else

Ah, fun. I tested it for the first time also, just now. Same platform, same problem.
Synchronicity!

ons. 12. juni 2024 kl. 14:51 skrev Dave Seidel <dave.seidel@gmail.com>:

This is probably for Eduardo.

Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:

C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file

In this case, the “zip” file is really a text file, and it contains the text “Not Found”.

I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).

I’m running Python 3 in both environments.

  • Dave

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

Hi, Oeyvind,

I don’t know what the 0.0 is, maybe the return code is printed in windows? The error codes just indicate that some opcodes do not seem to provide a manpage.

I don’t know why you assume that the plugins should be installed at C:\Program Files\Csound6_x64\plugins64, that is just an arbitrary location, probably what was chosen by the windows installer. csound looks for plugins in the following folders: the result of the OPCODEDIR64 env variable and the user plugins folder, which in windows is C:\Users\<User>\AppData\Local\csound\6.0\plugins64 for csound6 and the same but with "7.0" for csound 7. You can get this info from risset via "risset info", this should print some information as json

{
“version”: “2.9.1”,
“index-version”: “1.0.0”,
“pluginspath”: “/home/em/.local/lib/csound/6.0/plugins64”,
“rissetroot”: “/home/em/.local/share/risset”,
“clonespath”: “/home/em/.local/share/risset/clones”,
“assetspath”: “/home/em/.local/share/risset/assets”,
“htmldocs”: “/home/em/.local/share/risset/man/site”,
“manpages”: “/home/em/.local/share/risset/man/docs/opcodes”,
“datarepo”: “/home/em/.local/share/risset/risset-data”,
“opcodesxml”: “/home/em/.local/share/risset/opcodes.xml”,
“days-since-update”: 0,
“installed-plugins”: [
“else”,
“pathtools”,
“klib”,
“beosc”,
“jsfx”,
“poly”,
“sndmeta”,
“risset”,
“hdf5”
]
}

Ah, yes, my mistake in assuming it should be there.
Much better this way of course. And I confirm it works here too.
Thanks for setting all this up so nicely.
Øyvind

tor. 13. juni 2024 kl. 14:22 skrev Eduardo Moguillansky <eduardo.moguillansky@gmail.com>:

Hi, Oeyvind,

I don’t know what the 0.0 is, maybe the return code is printed in windows? The error codes just indicate that some opcodes do not seem to provide a manpage.

I don’t know why you assume that the plugins should be installed at C:\Program Files\Csound6_x64\plugins64, that is just an arbitrary location, probably what was chosen by the windows installer. csound looks for plugins in the following folders: the result of the OPCODEDIR64 env variable and the user plugins folder, which in windows is C:\Users\<User>\AppData\Local\csound\6.0\plugins64 for csound6 and the same but with "7.0" for csound 7. You can get this info from risset via "risset info", this should print some information as json

{
“version”: “2.9.1”,
“index-version”: “1.0.0”,
“pluginspath”: “/home/em/.local/lib/csound/6.0/plugins64”,
“rissetroot”: “/home/em/.local/share/risset”,
“clonespath”: “/home/em/.local/share/risset/clones”,
“assetspath”: “/home/em/.local/share/risset/assets”,
“htmldocs”: “/home/em/.local/share/risset/man/site”,
“manpages”: “/home/em/.local/share/risset/man/docs/opcodes”,
“datarepo”: “/home/em/.local/share/risset/risset-data”,
“opcodesxml”: “/home/em/.local/share/risset/opcodes.xml”,
“days-since-update”: 0,
“installed-plugins”: [
“else”,
“pathtools”,
“klib”,
“beosc”,
“jsfx”,
“poly”,
“sndmeta”,
“risset”,
“hdf5”
]
}

Hi,

It will now run without error (the 0.0 is “ok”?)
C:\Users\Oeyvind>risset install else
0.0

But else.dll is not copied to the plugin directory C:\Program Files\Csound6_x64\plugins64
Is it put somewhere else?

I got some errors on update, but guessing they are innocent(?)
C:\Users\Oeyvind>risset update
0.0From https://github.com/csound-plugins/csound-plugins

  • [new tag] v1.19.3 → v1.19.3
    ** Error: No manpage for opcode gaintovel!
    ** Error: No manpage for opcode linexp!

all best
Øyvind

ons. 12. juni 2024 kl. 15:10 skrev Eduardo Moguillansky <eduardo.moguillansky@gmail.com>:

Could you try again? There was a version mismatch in the last update. You might need to update the index:

$ risset update
$ risset install else

Ah, fun. I tested it for the first time also, just now. Same platform, same problem.
Synchronicity!

ons. 12. juni 2024 kl. 14:51 skrev Dave Seidel <dave.seidel@gmail.com>:

This is probably for Eduardo.

Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:

C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file

In this case, the “zip” file is really a text file, and it contains the text “Not Found”.

I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).

I’m running Python 3 in both environments.

  • Dave

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