{"id":20594775,"url":"https://github.com/celtera/avendish-audio-processor-template","last_synced_at":"2026-04-25T05:42:12.823Z","repository":{"id":113631202,"uuid":"427744221","full_name":"celtera/avendish-audio-processor-template","owner":"celtera","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-09T22:13:01.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T00:32:58.906Z","etag":null,"topics":[],"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/celtera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-13T18:35:32.000Z","updated_at":"2023-08-31T06:05:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"2722fe7f-0ec4-4a57-ab6b-6f338bf0fd0c","html_url":"https://github.com/celtera/avendish-audio-processor-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celtera%2Favendish-audio-processor-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celtera%2Favendish-audio-processor-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celtera%2Favendish-audio-processor-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celtera%2Favendish-audio-processor-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celtera","download_url":"https://codeload.github.com/celtera/avendish-audio-processor-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242229406,"owners_count":20093384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-16T08:10:09.039Z","updated_at":"2026-04-25T05:42:07.802Z","avatar_url":"https://github.com/celtera.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avendish processor template\n\nThis provides a basic, canonical template for making objects with [Avendish](https://github.com/celtera/avendish).\n\nNote that some libraries are needed to access the various back-ends. They can be passed to CMake.\n\nThese instructions are mostly useful on Windows / macOS as on Linux one can just install the packages from the OS package manager.\n\nFor instance, on Arch Linux:\n\n```bash\n$ sudo pacman -S vst3sdk pd pybind11\n```\n\nwill install things.\n\nTo see a complete build procedure, one can refer to the [Github actions workflows](.github/workflows/), which compile \nthe project on clean virtual machines.\n\n## Python\n \n[Get it there](https://github.com/pybind/pybind11) and pass to cmake:\n```cpp\n-Dpybind11_DIR=path/to/pybind11\n```\n\n## VST 3 SDK\n\n[Get it there](https://github.com/steinbergmedia/vst3sdk) and pass to cmake:\n\n```cpp\n-DVST3_SDK_ROOT=path/to/vst3\n```\n\n## Max SDK\n\n[Get it there](https://cycling74.com/downloads/sdk) and pass to cmake:\n```cmake\n-DAVND_MAXSDK_PATH=path/to/maxsdk\n```\n\n## PureData\n\n[Get it there](https://github.com/pure-data/pure-data), build it, and pass to cmake:\n\n```cmake\n-DCMAKE_PREFIX_PATH=path/to/the/folder/containing/m_pd.h\n```\n\n## TODO\n\n* Support importing them with a package manager\n* Audio support for standalone","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceltera%2Favendish-audio-processor-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceltera%2Favendish-audio-processor-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceltera%2Favendish-audio-processor-template/lists"}