{"id":13798178,"url":"https://github.com/michaelwillis/dragonfly-reverb","last_synced_at":"2025-05-13T05:31:45.242Z","repository":{"id":27417215,"uuid":"110361979","full_name":"michaelwillis/dragonfly-reverb","owner":"michaelwillis","description":"A set of free reverb effects","archived":false,"fork":false,"pushed_at":"2024-04-27T17:53:14.000Z","size":31225,"stargazers_count":860,"open_issues_count":18,"forks_count":65,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-05-21T12:43:00.201Z","etag":null,"topics":["dpf","dsp","freeverb","lv2","lv2-plugin","reverb","vst"],"latest_commit_sha":null,"homepage":"https://michaelwillis.github.io/dragonfly-reverb","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelwillis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"dragonflyplugins","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"Michael-Willis","issuehunt":null,"otechie":null,"custom":"https://paypal.me/michaelcwillis"}},"created_at":"2017-11-11T16:42:14.000Z","updated_at":"2024-06-27T00:03:38.012Z","dependencies_parsed_at":"2024-06-27T00:03:36.399Z","dependency_job_id":"f039f501-49dd-4e63-bdf8-59d3b0ac2525","html_url":"https://github.com/michaelwillis/dragonfly-reverb","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwillis%2Fdragonfly-reverb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwillis%2Fdragonfly-reverb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwillis%2Fdragonfly-reverb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwillis%2Fdragonfly-reverb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelwillis","download_url":"https://codeload.github.com/michaelwillis/dragonfly-reverb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253883118,"owners_count":21978611,"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":["dpf","dsp","freeverb","lv2","lv2-plugin","reverb","vst"],"created_at":"2024-08-04T00:00:40.013Z","updated_at":"2025-05-13T05:31:40.233Z","avatar_url":"https://github.com/michaelwillis.png","language":"C++","funding_links":["https://patreon.com/dragonflyplugins","https://liberapay.com/Michael-Willis","https://paypal.me/michaelcwillis"],"categories":["C++","NOTE: This project is deprecated. Check out its successor [here](https://plexwave.org/free-plugins)."],"sub_categories":[],"readme":"# [Dragonfly Reverb](https://michaelwillis.github.io/dragonfly-reverb/)\nDragonfly Reverb is a bundle of free audio effects for Linux, MacOS, and Windows. \n\n![Dragonfly Reverb](collage.png)\n\n## Download\n\n* **[Linux](https://github.com/michaelwillis/dragonfly-reverb/releases/download/3.2.10/dragonfly-reverb-linux-x86_64-3.2.10.zip)**\n* **[MacOS](https://github.com/michaelwillis/dragonfly-reverb/releases/download/3.2.10/dragonfly-reverb-mac-universal-3.2.10.zip)**\n* **[Windows (32 bit)](https://github.com/michaelwillis/dragonfly-reverb/releases/download/3.2.10/dragonfly-reverb-win32-3.2.10.zip)**\n* **[Windows (64 bit)](https://github.com/michaelwillis/dragonfly-reverb/releases/download/3.2.10/dragonfly-reverb-win64-3.2.10.zip)**\n\n## Dependencies\n\nDragonfly reverb requires GL \u003e= 3.0 to show the graphical interface.\n\n## Building\n\nOn Linux or MacOS, invoke the following commands to build Dragonfly\nReverb.\n\n```\ngit submodule update --init --recursive\nmake\n```\n\n### Linux Build Dependencies\n\n* libx11-dev\n* libxext-dev\n* libxrandr-dev\n* libgl1-mesa-dev\n* libjack-jackd2-dev\n\nYou can build against the system freeverb3 with using SYSTEM_FREEVERB3=true at build time. If this flag is not set, the bundled freeverb3 will be used. If SYSTEM_FREEVERB3=true, the build also requires libsamplerate.\n\n### Cross compiling for Windows (on Linux)\n\n#### Dependencies \n```\nsudo apt install wine i686-w64-mingw32-gcc i686-w64-mingw32-g++ x86_64-w64-mingw32-gcc x86_64-w64-mingw32-g++\n```\n\n#### 32 bit\n```\nmake clean\nmake CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++\n```\n\n#### 64 bit\n```\nmake clean\nmake CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++\n```\n\n## License\n\nDragonfly Reverb is distributed under the [GPL 3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelwillis%2Fdragonfly-reverb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelwillis%2Fdragonfly-reverb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelwillis%2Fdragonfly-reverb/lists"}