{"id":45995911,"url":"https://github.com/csound-plugins/csound-plugins","last_synced_at":"2026-03-17T09:07:08.637Z","repository":{"id":49393934,"uuid":"176508040","full_name":"csound-plugins/csound-plugins","owner":"csound-plugins","description":"Plugins for csound","archived":false,"fork":false,"pushed_at":"2026-03-10T17:58:05.000Z","size":39086,"stargazers_count":22,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-03-10T20:55:34.909Z","etag":null,"topics":["audio-analysis","computer-music","csound","dsp","sound-synthesis"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csound-plugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/Contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-03-19T12:33:31.000Z","updated_at":"2026-03-10T17:32:06.000Z","dependencies_parsed_at":"2025-12-31T23:02:50.459Z","dependency_job_id":null,"html_url":"https://github.com/csound-plugins/csound-plugins","commit_stats":null,"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"purl":"pkg:github/csound-plugins/csound-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csound-plugins%2Fcsound-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csound-plugins%2Fcsound-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csound-plugins%2Fcsound-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csound-plugins%2Fcsound-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csound-plugins","download_url":"https://codeload.github.com/csound-plugins/csound-plugins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csound-plugins%2Fcsound-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30619735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T08:10:05.930Z","status":"ssl_error","status_checked_at":"2026-03-17T08:10:04.972Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-analysis","computer-music","csound","dsp","sound-synthesis"],"created_at":"2026-02-28T21:04:16.773Z","updated_at":"2026-03-17T09:07:08.618Z","avatar_url":"https://github.com/csound-plugins.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# External plugins for csound\n\nThis is a repository for plugins for [csound](https://csound.com/). It includes\nmultiple plugins, where each plugin contains a series of opcodes.\n\n--------------\n\n# Documentation of all plugins\n\nGo to [Documentation](https://csound-plugins.github.io/csound-plugins/)\n\n--------------\n\n\n# Plugins in this repository\n\n### klib\n\nvery efficient hashtables (dict) and other data structures (pool)\n\n\n### poly\n\nParallel and sequential multiplexing opcodes, they enable the creation and\ncontrol of multiple instances of a csound opcode\n\n\n## beosc\n\nadditive synthesis implementing the loris model sine+noise\n\n\n### else\n\nA miscellaneous collection of effects (distortion, saturation, ring-modula\ngenerators (low freq. noise, chaos attractors, etc), envelope generators, etc.\n\n\n### jsfx\n\njsfx support in csound, allows any REAPER's jsfx plugin to be loaded and\ncontrolled inside csound\n\n### poodle\n\nplugins ported from faust or based on faust effects (zitarev, fofcyclevoc, ...)\n\n\n## pathtools\n\nopcodes to handle paths and filenames in a cross-platform manner\n\n## sndmeta\n\nopcodes to read soundfile metadata\n\n\n----------------\n\n# Installation\n\nThe recommended way to install plugins is via *risset*\n(https://github.com/csound-plugins/risset). *Risset* itself\ncan be installed via `pip install risset`.\n\nThen, to install any plugin:\n\n```bash\nrisset update\nrisset install \u003cpluginname\u003e\n```\n\nFor example, to install `klib` and `poly`:\n\n```bash\nrisset install klib poly\n```\n\nUsing *risset* to install plugins also ensures integration\nwith other tools like `CsoundQt`. *Risset* also can be used\nto show manual pages, list opcodes, etc.\n\n----------------\n\n# Manual Installation\n\nPlugins can be manually downloaded from the releases page:\n\nhttps://github.com/csound-plugins/csound-plugins/releases\n\nThe binaries need to be copied to the plugins directory. The\ndirectory needs to be created if it does not exist.\n\n| Platform | Csound Version | Plugins Path                                                   |\n|----------|----------------|----------------------------------------------------------------|\n| linux    | 6              | `$HOME/.local/lib/csound/6.0/plugins64`                        |\n| linux    | 7              | `$HOME/.local/lib/csound/7.0/plugins64`                        |\n| windows  | 6              | `C:\\\\Users\\\\$USERNAME\\\\AppData\\\\Local\\\\csound\\\\6.0\\\\plugins64` |\n| windows  | 7              | `C:\\\\Users\\\\$USERNAME\\\\AppData\\\\Local\\\\csound\\\\7.0\\\\plugins64` |\n| macos    | 6              | `$HOME/Library/csound/6.0/plugins64`                           |\n| macos    | 7              | `$HOME/Library/csound/7.0/plugins64`                           |\n\n\n## Note for Mac Users\n\nYou will probably have to overcome Apple's security mechanism to use the plugins.\nRight-click on each plugin and choose \"Open with Terminal\". Confirm \"Open\" in the dialog panel.\n\n----------------\n\n# Build\n\n```bash\ngit clone  https://github.com/csound-plugins/csound-plugins\ncd csound-plugins\ngit submodule update --init --recursive\nmkdir build\ncd build\ncmake ..\ncmake --build . --parallel\ncmake --install .\n```\n\n----------------\n\n# Build documentation\n\nTODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsound-plugins%2Fcsound-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsound-plugins%2Fcsound-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsound-plugins%2Fcsound-plugins/lists"}