{"id":23864328,"url":"https://github.com/jrachele/zsynth","last_synced_at":"2025-07-02T21:06:48.799Z","repository":{"id":266916532,"uuid":"899755381","full_name":"jrachele/zsynth","owner":"jrachele","description":"Synthesizer plugin written in Zig","archived":false,"fork":false,"pushed_at":"2025-02-09T04:35:21.000Z","size":727,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T08:10:03.549Z","etag":null,"topics":["audio","bitwig","clap","dsp","plugin","synthesizer","vst","zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/jrachele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-12-07T00:09:20.000Z","updated_at":"2025-04-05T11:09:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cef8ca2-1695-4d94-9305-7ccff26278b5","html_url":"https://github.com/jrachele/zsynth","commit_stats":null,"previous_names":["jrachele/zsynth"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jrachele/zsynth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrachele%2Fzsynth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrachele%2Fzsynth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrachele%2Fzsynth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrachele%2Fzsynth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrachele","download_url":"https://codeload.github.com/jrachele/zsynth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrachele%2Fzsynth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263215286,"owners_count":23431894,"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":["audio","bitwig","clap","dsp","plugin","synthesizer","vst","zig"],"created_at":"2025-01-03T08:20:50.106Z","updated_at":"2025-07-02T21:06:48.767Z","avatar_url":"https://github.com/jrachele.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GUI](gui.png)\n\nZSynth is a light-weight digital synthesizer audio plugin written in [Zig](https://github.com/ziglang/zig).\nIt uses\nZig-friendly [CLAP](https://github.com/free-audio/clap) [bindings](https://git.sr.ht/~interpunct/clap-zig-bindings), and\nleverages ImGui to render the plugin GUI.\n\n## Features\n\n- Very lightweight CPU load\n- 2 oscillators powered by anti-aliased wave tables: Sine, Saw, Triangle, Square\n- Intuitive GUI with accurate visual of waveform\n- Biquad filter with low pass, high pass, and band pass\n- ADSR with flexibility within a time domain of 0ms to 20s\n- Optional compile-time embedding of wave tables with `-Dgenerate_wavetables_comptime`\n- No oversampling.\n\n## Planned Work\n\nThis is just a hobby project / proof of concept for now, but I have some grand designs regardless:\n\n- Custom wave table integration\n- On-board delay and reverb\n\n## Installation\n\n### Prerequisites\n\n- ZSynth requires Zig nightly. It was last tested with version `0.14.0-dev.2546+0ff0bdb4a`\n- Git\n\n### Steps\n\n1. Clone the repository with `git clone https://github.com/jrachele/zsynth.git`\n2. Run `zig build -Doptimize=ReleaseFast` to generate the CLAP plugin. It will be in the `zig-out/lib` folder.\n    - Optionally, if you want to embed the wave tables into the binary directly at compile time, run\n      `zig build -Doptimize=ReleaseFast -Dgenerate_wavetables_comptime=true` instead.\n3. The build process should move the resulting `ZSynth.clap` plugin to your DAW's CLAP plugin folder. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrachele%2Fzsynth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrachele%2Fzsynth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrachele%2Fzsynth/lists"}