{"id":14963951,"url":"https://github.com/maerorr/maerors-vst3-plugins","last_synced_at":"2025-06-23T19:05:32.183Z","repository":{"id":207017632,"uuid":"716796853","full_name":"Maerorr/maerors-vst3-plugins","owner":"Maerorr","description":"All my VST3 plugins written in Rust using nih-plug framework and Vizia UI library","archived":false,"fork":false,"pushed_at":"2023-12-05T10:37:55.000Z","size":958,"stargazers_count":27,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:05:25.255Z","etag":null,"topics":["chorus","disperser","dsp","filter","flanger","mid-side","mid-side-encoder","nih-plug","panning","phaser","rust","vibrato","vizia","vst","vst3"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Maerorr.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-09T22:28:27.000Z","updated_at":"2025-03-02T10:21:33.000Z","dependencies_parsed_at":"2024-09-13T20:38:38.207Z","dependency_job_id":"aa5c8a14-8214-418f-8353-9857eea03061","html_url":"https://github.com/Maerorr/maerors-vst3-plugins","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.09375,"last_synced_commit":"41e47d705c283d998a66975a1fb578b465b8a329"},"previous_names":["maerorr/maerors-vst3-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maerorr/maerors-vst3-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maerorr%2Fmaerors-vst3-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maerorr%2Fmaerors-vst3-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maerorr%2Fmaerors-vst3-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maerorr%2Fmaerors-vst3-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maerorr","download_url":"https://codeload.github.com/Maerorr/maerors-vst3-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maerorr%2Fmaerors-vst3-plugins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261539316,"owners_count":23174135,"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":["chorus","disperser","dsp","filter","flanger","mid-side","mid-side-encoder","nih-plug","panning","phaser","rust","vibrato","vizia","vst","vst3"],"created_at":"2024-09-24T13:32:22.648Z","updated_at":"2025-06-23T19:05:32.079Z","avatar_url":"https://github.com/Maerorr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=”center”\u003e\n    \u003cimg src=\"images/banner-transparent.png\" alt=\"banner\"\u003e\n\u003c/p\u003e\n\nIn this repository you can find all of my VST3 plugins written in Rust using the [nih-plug](https://github.com/robbert-vdh/nih-plug) framework and the [Vizia](https://github.com/vizia/vizia) UI library.\n\n### Additional Credits\nMost plugins (all in the future) are using modified `KnobParam` implementations from [this repository](https://github.com/danferns/simple-panner/blob/main/src/editor/param_knob.rs) by [Daniel Fernandes](https://github.com/danferns)\n\n## Building\nAfter installing [Rust](https://rustup.rs/), you can compile the plugins as follows:\n\n```shell\ncd [plugin-directory-name]\ncargo xtask bundle [plugin-name] --release\n```\nCurrent plugin names are as follows:\n- biquad_filter\n- chorus\n- flanger\n- disperser\n- mslr\n- phaser\n\nIf i forget to update this file, the plugin name can be found in the `bundler.toml` file in each of the folders.\n\nBuild files will be in the `target/bundled/[plugin-name.vst3]` folder. You can then find the proper version of .vst3 file there and copy it to your VST3 plugin folder.\n\nOn Windows the vst3 plugin folder is usually `C:\\Program Files\\Common Files\\VST3` or `C:\\Program Files (x86)\\Common Files\\VST3`.\n\n## Descriptions\n\n### Chorus\nSimple chorus plugin that adds 3 voices (technically 6, because it's stereo) to the input signal using interpolated delay lines.\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"images/chorus_shadow.png\" alt=\"chorus\" width=\"450\"\u003e\n\u003c/p\u003e\n\n### Flanger\nFlanger/Vibrato plugin using interpolated delay lines. To achieve vibrato effect set the feedback to 0%, wet to 100% and dry to 0%.\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"images/flanger_shadow.png\" alt=\"flanger\" width=\"450\"\u003e\n\u003c/p\u003e\n\n### Phaser\n3-stage stereo phaser plugin using first order allpass filters.\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"images/phaser_shadow.png\" alt=\"phaser\" width=\"450\"\u003e\n\u003c/p\u003e\n\n### Phase Disperser\nMultiple Allpass filters in series create a phase dispersion effect. A very simplified description is that through phase shifting it delays lower frequencies creating the unique liquid-ish sounding effect.\n\n### MSLR (Mid Side Left Right)\nThis effect has two functions:\n- adjusting volume of mid and side channels of a signal\n- simple panning of a signal\n\nMid/side encoding is done using the following formulas:\n```\nmid = (left + right) * 0.5;\nl_side = (left - right) * 0.5;\nr_side = (right - left) * 0.5;\n```\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"images/mslr.png\" alt=\"mslr\" width=\"750\"\u003e\n\u003c/p\u003e\n\n### Biquad Filter\nA simple biquad filter with a first and second order lowpass, highpass and allpass, and bandpass, notch, low/high shelf and a peak options.\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"images/biquad.png\" alt=\"biquad\" width=\"450\"\u003e\n\u003c/p\u003e\n\n## Note\nThese plugins are not production-ready. They are written as a side-project to learn how DSP effects work. I test my plugins myself and there is always a chance that with certain parameter combinations the plugin will start outputting constant DC signal or very loud signal, because of an infinite feedback loop or simply a mistake in the code. If such a thing happens, open an issue and describe the problem and parameter values that cause problems.\n\n## License\nCopyright (C) 2023  Hubert Łabuda\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaerorr%2Fmaerors-vst3-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaerorr%2Fmaerors-vst3-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaerorr%2Fmaerors-vst3-plugins/lists"}