| Dear csound users,
After some field testing of risset , here is a new release with more
robust infrastructure, particularly for macos arm64.
Highlights:
* better support for arm64 on macos. The architecture of your installed
version of csound / libcsound will be used to match the architecture of
installed plugins. All plugins are also tested natively as part of the
ci build so I am confident that this is working with m1 and m2 macs
running macos 13 (ventura) or higher
* fixed multiple security issues preventing risset from downloading
plugins in macos due to missing ssl certificates.
In order to install risset you need to have python installed. At your
terminal / powershell prompt do:
$ pip install risset
In some linux distributions (ubuntu, for example), you need to install
it using pipx:
$ sudo apt install pipx
$ pipx install risset
If you already have risset installed, update it via
$ pip install --upgrade risset
or using pipx if that is how risset was installed
$ pipx upgrade risset
cheers,
Eduardo Moguillansky
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 |