How to download and setup risset
Open terminal and run command
git clone https://github.com/csound-plugins/risset.git
git clone is used to create a copy or clone of risset repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with risset https://github.com/csound-plugins/risset/archive/master.zip
Or simply clone risset with SSH
[email protected]:csound-plugins/risset.git