{"id":22975129,"url":"https://github.com/figbug/slplugins","last_synced_at":"2026-04-30T23:01:22.208Z","repository":{"id":40610604,"uuid":"222273095","full_name":"FigBug/slPlugins","owner":"FigBug","description":"Various VST/AU Plugins from SocaLabs.com","archived":false,"fork":false,"pushed_at":"2024-09-02T17:12:06.000Z","size":6570,"stargazers_count":106,"open_issues_count":4,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-26T16:17:26.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.socalabs.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FigBug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-11-17T15:56:17.000Z","updated_at":"2025-02-23T09:05:05.000Z","dependencies_parsed_at":"2024-11-14T20:43:45.756Z","dependency_job_id":null,"html_url":"https://github.com/FigBug/slPlugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FslPlugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FslPlugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FslPlugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FigBug%2FslPlugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FigBug","download_url":"https://codeload.github.com/FigBug/slPlugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242067707,"owners_count":20066751,"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-12-15T00:22:01.104Z","updated_at":"2026-04-30T23:01:22.191Z","avatar_url":"https://github.com/FigBug.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# slPlugins\nVarious VST/AU Plugins from SocaLabs.com\n\nHere are some plugins I wrote. Mostly effects. The synths like PAPU, SID, etc. have their own repos.\n\n## Prerequisites\n\n- CMake 3.24.0 or higher\n- C++20 compatible compiler\n- Git (for cloning submodules)\n\n## Initial Setup\n\nAfter cloning the repository, initialize and update the submodules:\n\n```bash\ngit submodule update --init --recursive\n```\n\nThis step is required before building, as the plugins depend on JUCE and other third-party modules.\n\n## Build Status\n\n| Plugin | Build |\n|--------|-------|\n| ABTester | ![Build ABTester](https://github.com/FigBug/slPlugins/workflows/Build%20ABTester/badge.svg) |\n| AddInvert | ![Build AddInvert](https://github.com/FigBug/slPlugins/workflows/Build%20AddInvert/badge.svg) |\n| ChannelMute | ![Build ChannelMute](https://github.com/FigBug/slPlugins/workflows/Build%20ChannelMute/badge.svg) |\n| CompensatedDelay | ![Build CompensatedDelay](https://github.com/FigBug/slPlugins/workflows/Build%20CompensatedDelay/badge.svg) |\n| Compressor | ![Build Compressor](https://github.com/FigBug/slPlugins/workflows/Build%20Compressor/badge.svg) |\n| Crossfeed | ![Build Crossfeed](https://github.com/FigBug/slPlugins/workflows/Build%20Crossfeed/badge.svg) |\n| Delay | ![Build Delay](https://github.com/FigBug/slPlugins/workflows/Build%20Delay/badge.svg) |\n| Expander | ![Build Expander](https://github.com/FigBug/slPlugins/workflows/Build%20Expander/badge.svg) |\n| Gate | ![Build Gate](https://github.com/FigBug/slPlugins/workflows/Build%20Gate/badge.svg) |\n| GraphicEQ | ![Build GraphicEQ](https://github.com/FigBug/slPlugins/workflows/Build%20GraphicEQ/badge.svg) |\n| HugeGain | ![Build HugeGain](https://github.com/FigBug/slPlugins/workflows/Build%20HugeGain/badge.svg) |\n| Limiter | ![Build Limiter](https://github.com/FigBug/slPlugins/workflows/Build%20Limiter/badge.svg) |\n| Maths | ![Build Maths](https://github.com/FigBug/slPlugins/workflows/Build%20Maths/badge.svg) |\n| MidiLooper | ![Build MidiLooper](https://github.com/FigBug/slPlugins/workflows/Build%20MidiLooper/badge.svg) |\n| Oscilloscope | ![Build Oscilloscope](https://github.com/FigBug/slPlugins/workflows/Build%20Oscilloscope/badge.svg) |\n| PitchTrack | ![Build PitchTrack](https://github.com/FigBug/slPlugins/workflows/Build%20PitchTrack/badge.svg) |\n| SampleDelay | ![Build SampleDelay](https://github.com/FigBug/slPlugins/workflows/Build%20SampleDelay/badge.svg) |\n| SFX8 | ![Build SFX8](https://github.com/FigBug/slPlugins/workflows/Build%20SFX8/badge.svg) |\n| SimpleVerb | ![Build SimpleVerb](https://github.com/FigBug/slPlugins/workflows/Build%20SimpleVerb/badge.svg) |\n| SpectrumAnalyzer | ![Build SpectrumAnalyzer](https://github.com/FigBug/slPlugins/workflows/Build%20SpectrumAnalyzer/badge.svg) |\n| StereoEnhancer | ![Build StereoEnhancer](https://github.com/FigBug/slPlugins/workflows/Build%20StereoEnhancer/badge.svg) |\n| StereoProcessor | ![Build StereoProcessor](https://github.com/FigBug/slPlugins/workflows/Build%20StereoProcessor/badge.svg) |\n| ToneGenerator | ![Build ToneGenerator](https://github.com/FigBug/slPlugins/workflows/Build%20ToneGenerator/badge.svg) |\n| WaveLooper | ![Build WaveLooper](https://github.com/FigBug/slPlugins/workflows/Build%20WaveLooper/badge.svg) |\n| XYScope | ![Build XYScope](https://github.com/FigBug/slPlugins/workflows/Build%20XYScope/badge.svg) |\n\n## Building\n\n### Build All Plugins\n\nTo build all plugins at once from the root directory:\n\n```bash\ncmake -B build\ncmake --build build --config Release\n```\n\n### Build Individual Plugin\n\nEach plugin can also be built independently from its own directory:\n\n```bash\ncd plugins/\u003cplugin_name\u003e\ncmake -B build\ncmake --build build --config Release\n```\n\nBuilt plugins will be located in the `build` directory, with VST/VST3/AU/LV2 formats depending on your platform.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigbug%2Fslplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffigbug%2Fslplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffigbug%2Fslplugins/lists"}