{"id":13729920,"url":"https://github.com/egoracle/equalize_it","last_synced_at":"2025-05-08T02:30:52.393Z","repository":{"id":159075370,"uuid":"566700537","full_name":"egoracle/equalize_it","owner":"egoracle","description":"12-band parametric EQ","archived":false,"fork":false,"pushed_at":"2023-06-19T18:04:54.000Z","size":465,"stargazers_count":48,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-14T20:38:42.157Z","etag":null,"topics":["equalizer","juce","plugin","vst3"],"latest_commit_sha":null,"homepage":"","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/egoracle.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}},"created_at":"2022-11-16T08:29:29.000Z","updated_at":"2024-11-14T06:33:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e7c4af1-557e-4aa9-9969-e7b3a0265534","html_url":"https://github.com/egoracle/equalize_it","commit_stats":null,"previous_names":["suroge/equalize_it","egoracle/equalize_it"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoracle%2Fequalize_it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoracle%2Fequalize_it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoracle%2Fequalize_it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/egoracle%2Fequalize_it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/egoracle","download_url":"https://codeload.github.com/egoracle/equalize_it/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252986621,"owners_count":21836196,"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":["equalizer","juce","plugin","vst3"],"created_at":"2024-08-03T02:01:07.502Z","updated_at":"2025-05-08T02:30:52.024Z","avatar_url":"https://github.com/egoracle.png","language":"C++","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"media/logo.svg\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n\n  \u003ch3 align=\"center\"\u003eEqualize It\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    12-band parametric EQ\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003ch2\u003eTable of Contents\u003c/h2\u003e\n\u003col\u003e\n  \u003cli\u003e\n    \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\n    \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n  \u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e\u003c/li\u003e\n  \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\n## About The Project\n\n\u003cimg src=\"media/plugin_screenshot.png\" alt=\"Plugin Screenshot\"\u003e\n\nThe project is VST-plugin for equalization. The user interface includes a spectrum analyzer, a filter control panel, frequency response curves, and level meters.\n\nThere are 3 types of IIR-filters available:\n\n- low pass;\n- high pass;\n- peak.\n\nThe releases have an installer for Windows, but if you want to test the plugin for other operating systems, try building it.\n\n### Built With\n\n- [JUCE](https://github.com/juce-framework/JUCE)\n- [CMake](https://cmake.org/)\n- [C++ spline library](https://github.com/ttk592/spline)\n- [Friz](https://github.com/bgporter/animator)\n\n## How to build\n\n### Prerequisites\n\n- [Install CMake](https://cmake.org/download/) version 3.21 or higher\n- (Optional) [Install Clang](https://releases.llvm.org/download.html) compiler for C++\n- (Optional) [Install Ninja](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages) generator\n\n### Installation\n\n1. Clone the repo with submodules\n\n   ```sh\n   git clone https://github.com/SmEgDm/equalize_it.git --recursive\n   ```\n\n2. Set the formats you need in `CMakeLists.txt` (all formats can be found [here](https://github.com/juce-framework/JUCE/blob/master/docs/CMake%20API.md))\n   ```cmake\n   set(FORMATS [\u003cformat\u003e ...])\n   ```\n\n### Build\n\n1. Configure the project\n\n   ```sh\n   cmake -B build G \u003cgenerator\u003e\n   ```\n\n2. Run build\n\n   ```sh\n   cmake --build build --config Release\n   ```\n\n## Usage\n\n### Add/Remove filters\n\nThe filter is _added_ by double-clicking on an empty area of ​​the spectrum analyzer. The filter can be _removed_ by pressing the right mouse button on the filter button (point on the spectrum analyzer).\n\n### Filter panel\n\nTo _open_ the filter panel, click the filter button, and to _hide_ it, click on an empty area. The panel is _draggable_.\n\n## License\n\nDistributed under the GPL-3.0 License. See `LICENSE` for more information.\n","funding_links":[],"categories":["Metering"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoracle%2Fequalize_it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegoracle%2Fequalize_it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegoracle%2Fequalize_it/lists"}