{"id":32564292,"url":"https://github.com/mzuther/trakmeter","last_synced_at":"2025-10-29T03:56:42.325Z","repository":{"id":137878726,"uuid":"141760315","full_name":"mzuther/traKmeter","owner":"mzuther","description":"Loudness meter for correctly setting up tracking and mixing levels (gain staging).","archived":false,"fork":false,"pushed_at":"2024-07-14T00:19:29.000Z","size":250575,"stargazers_count":30,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-07-14T01:27:18.283Z","etag":null,"topics":["audio","c-plus-plus","gnu-linux","linux","meter","vst-plugin","vst3-plugin","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"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/mzuther.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.markdown","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":"2018-07-20T21:39:41.000Z","updated_at":"2024-07-14T01:27:28.994Z","dependencies_parsed_at":"2024-06-16T20:57:41.801Z","dependency_job_id":null,"html_url":"https://github.com/mzuther/traKmeter","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/mzuther/traKmeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzuther%2FtraKmeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzuther%2FtraKmeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzuther%2FtraKmeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzuther%2FtraKmeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mzuther","download_url":"https://codeload.github.com/mzuther/traKmeter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mzuther%2FtraKmeter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281556914,"owners_count":26521572,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","c-plus-plus","gnu-linux","linux","meter","vst-plugin","vst3-plugin","windows"],"created_at":"2025-10-29T03:56:35.233Z","updated_at":"2025-10-29T03:56:42.320Z","avatar_url":"https://github.com/mzuther.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# traKmeter\n\n*Loudness meter for correctly setting up tracking and mixing levels\n(gain staging).*\n\n![Screenshot](./doc/include/images/trakmeter.png)\n\n## About\n\n**I currently do not have time to develop or support this project. It still\nworks, so please use it the way it is. Thank you!**\n\nSadly, most digital audio equipment only has peak meters.  This is\nreadily understandable as you want to avoid digital clippings by all\nmeans.  However, badly chosen meter ranges and scales often render\nthese meters useless.  And the lack of average meters does not exactly\nfacilitate gain staging.\n\nWhen I had realised this, I started coding traKmeter.  It has evolved\nwith my growing knowledge and recording experience, but the underlying\nideas haven't changed at all.\n\n*Please read the [manual][] for a more extensive introduction.*\n\n## Download\n\ntraKmeter can be downloaded in the [releases][] section (you may need\nto click on \"Assets\").\n\nI have dropped LV2 plug-in support for good.  However, you can still\nuse LV2 - just download version **v2.4.6**.\n\n## Documentation\n\nFor documentation, licenses and further information, please see the\n[manual][] and the directory [doc][].\n\n## FAQ\n\n### traKmeter crashes when the plug-in is loaded / opened\n\n1. traKmeter requires a processor which supports the SSE2 instruction\n   set (if you run at Windows 8 and above, it does).  On Windows, you\n   might also have to install the [Visual C++ Redistributable for\n   Visual Studio 2017][VC++ Redist].\n\n2. traKmeter comes with a folder called `trakmeter`.  This folder must be\n   located in the same folder as the plug-in, so please copy it along\n   and try again!\n\n### Where are the LV2 plug-ins?\n\n- The last release with LV2 plug-ins was version **v2.4.6**.  You can\n  still download them from the \"Releases\" page.\n\n### The stand-alone version does not work\n\n- Unfortunately, I cannot do anything about it as I did not code this\n  part of the application.  The stand-alone works well for me - try\n  using another sound card or deleting the settings file.\n\n## Code of conduct\n\nPlease read the [code of conduct][COC] before asking for help, filing\nbug reports or contributing to this project.  Thanks!\n\n## License\n\nCopyright (c) 2012-2022 Martin Zuther\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 \u003chttp://www.gnu.org/licenses/\u003e.\n\nThank you for using free software!\n\n## VST2 plug-ins\n\nTechnically, my VST2 plug-ins are not free software.  However, I\nchose to provide them for your convenience.  All other binaries really\nare free software in the sense of the Free Software Foundation.\n\n*VST is a trademark of Steinberg Media Technologies GmbH, registered\nin Europe and other countries.*\n\n\n[COC]:            https://github.com/mzuther/traKmeter/tree/master/CODE_OF_CONDUCT.markdown\n[doc]:            https://github.com/mzuther/traKmeter/tree/master/doc/\n[manual]:         https://github.com/mzuther/traKmeter/raw/master/doc/trakmeter.pdf\n[releases]:       https://github.com/mzuther/traKmeter/releases\n\n[VC++ Redist]:    https://www.visualstudio.com/downloads/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzuther%2Ftrakmeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmzuther%2Ftrakmeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmzuther%2Ftrakmeter/lists"}