{"id":24182915,"url":"https://github.com/hannesbraun/airwindows-lv2","last_synced_at":"2025-08-12T18:45:31.488Z","repository":{"id":41951168,"uuid":"483735797","full_name":"hannesbraun/airwindows-lv2","owner":"hannesbraun","description":"Airwindows plugins (ported to LV2) (moved to https://sr.ht/~hannes/airwindows-lv2)","archived":false,"fork":false,"pushed_at":"2025-05-29T14:22:15.000Z","size":1025,"stargazers_count":35,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-04T04:05:35.426Z","etag":null,"topics":["audio-plugin","lv2"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hannesbraun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2022-04-20T16:43:23.000Z","updated_at":"2024-09-14T15:03:03.000Z","dependencies_parsed_at":"2023-12-22T14:54:51.937Z","dependency_job_id":"62cd7fed-409a-4018-8034-d6646826d996","html_url":"https://github.com/hannesbraun/airwindows-lv2","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/hannesbraun/airwindows-lv2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesbraun%2Fairwindows-lv2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesbraun%2Fairwindows-lv2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesbraun%2Fairwindows-lv2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesbraun%2Fairwindows-lv2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hannesbraun","download_url":"https://codeload.github.com/hannesbraun/airwindows-lv2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hannesbraun%2Fairwindows-lv2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270117047,"owners_count":24530282,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-plugin","lv2"],"created_at":"2025-01-13T08:29:14.791Z","updated_at":"2025-08-12T18:45:31.463Z","avatar_url":"https://github.com/hannesbraun.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Airwindows plugins (LV2 port)\n\n*This is an LV2 port of the Airwindows plugins originally created by Chris Johnson.*\n\nHave a look at https://www.airwindows.com for a detailed description of all the plugins. Find the original source code at https://github.com/airwindows/airwindows.\n\nAre you missing your favorite Airwindows plugin? Tell me by sending an email to the [airwindows-lv2-devel mailing list], so the port of that plugin can be prioritized. You can also open an issue directly by sending an email to [~hannes/airwindows-lv2@todo.sr.ht](mailto:~hannes/airwindows-lv2@todo.sr.ht).\n\n## Important Note\nThis repository is only getting mirrored to GitHub. Since April 2023, the \"main\" hosting location is https://sr.ht/~hannes/airwindows-lv2.\nI'll still keep the GitHub mirror up-to-date for some time and you can still open issues and pull requests on GitHub, if you prefer that.\nIf you'd like to do me a favor though, submit the issue/patch to the [airwindows-lv2-devel mailing list] on SourceHut. Thanks!\n\nMore information about the reasoning of this change:\n- https://drewdevault.com/2022/03/29/free-software-free-infrastructure.html\n- https://giveupgithub.org/\n\n## Installation\n\nThere are different methods for installing these plugins. Some of them are listed in the following.\n\n### Pre-built versions\n\nDownload the latest pre-built version from [SourceHut](https://git.sr.ht/~hannes/airwindows-lv2/refs). Click on the latest version (e.g. v18.0) and you\nshould find the downloads for macOS and Windows.\n\nThese plugins are bundeled within a single directory called `Airwindows.lv2`. Just copy or move this directory to the appropriate path for your system:\n\n- Linux: `/usr/local/lib/lv2`\n- macOS: `/Library/Audio/Plug-Ins/LV2`\n- Windows: `C:\\Program Files\\Common Files\\LV2`\n\nIf you're using Linux, please consider packaging this software, so you can install it through your system's package manager.\nIf you've got problems doing this, let me know on the [airwindows-lv2-devel mailing list] and I'll try to help you packaging.\nIn the following Linux distributions, airwindows-lv2 is already available through your package manager:\n\n- openSUSE Tumbleweed (as `lv2-airwindows`)\n- NixOS\n\n### Building the plugins yourself\n\nYou can also build and install the plugins yourself as described in [Building](#building).\n\n## Building\n\nMeson, LV2 and a C compiler are required to build this project. Setup the build directory as follows:\n\n```bash\nmeson setup build\n\n# Alternative: use a custom LV2 plugin directoy\n# For installing the plugins into the user library on macOS:\nmeson setup build -Dlv2dir=/Users/\u003cusername\u003e/Library/Audio/Plug-Ins/LV2\n```\n\nCompile and install the plugins:\n```bash\nmeson compile -C build\nmeson install -C build\n```\n\nIf you have problems with building this project, have a look at the [CI build instructions](.build.yml). Those might be helpful.\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\nIn case of any questions, problems or bugs, also send a message to the [airwindows-lv2-devel mailing list].\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\nCopyright (c) 2018-2024 Chris Johnson\n\nCopyright (c) 2022-2024 Hannes Braun\n\n[airwindows-lv2-devel mailing list]: mailto:~hannes/airwindows-lv2-devel@lists.sr.ht\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannesbraun%2Fairwindows-lv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhannesbraun%2Fairwindows-lv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhannesbraun%2Fairwindows-lv2/lists"}