{"id":16991798,"url":"https://github.com/akiyukiokayasu/preceding_note_blocker","last_synced_at":"2025-10-25T22:08:35.474Z","repository":{"id":236098177,"uuid":"791908212","full_name":"AkiyukiOkayasu/preceding_note_blocker","owner":"AkiyukiOkayasu","description":"MIDI effect plug-in prevents re-triggering of playing notes.","archived":false,"fork":false,"pushed_at":"2024-05-30T09:31:07.000Z","size":40,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T04:14:09.216Z","etag":null,"topics":["clap","midi","vst3"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/AkiyukiOkayasu.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-04-25T15:50:13.000Z","updated_at":"2024-12-09T21:58:13.000Z","dependencies_parsed_at":"2024-04-25T16:59:47.443Z","dependency_job_id":"abd25ac7-855c-47a7-91e4-b6111a43a643","html_url":"https://github.com/AkiyukiOkayasu/preceding_note_blocker","commit_stats":null,"previous_names":["akiyukiokayasu/preceding_note_blocker"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AkiyukiOkayasu/preceding_note_blocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiyukiOkayasu%2Fpreceding_note_blocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiyukiOkayasu%2Fpreceding_note_blocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiyukiOkayasu%2Fpreceding_note_blocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiyukiOkayasu%2Fpreceding_note_blocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AkiyukiOkayasu","download_url":"https://codeload.github.com/AkiyukiOkayasu/preceding_note_blocker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AkiyukiOkayasu%2Fpreceding_note_blocker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261263445,"owners_count":23132555,"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":["clap","midi","vst3"],"created_at":"2024-10-14T03:27:22.550Z","updated_at":"2025-10-25T22:08:30.418Z","avatar_url":"https://github.com/AkiyukiOkayasu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Preceding Note Blocker\n\nMIDI effect supporting VST3 and CLAP.  \nThis plug-in does not allow re-triggering when a MIDI note is being played and there is a note-on of the same MIDI note. This is not musical, but may be useful in some specific use cases.  \n\n## Building\n\nAfter installing [Rust](https://rustup.rs/), you can compile Preceding Note Blocker as follows:\n\n```shell\ncargo xtask bundle preceding_note_blocker --release\n```\n\n### macOS universal binary\n\n```shell\ncargo xtask bundle-universal preceding_note_blocker --release\n```\n\n## Install\n\n### macOS\n\n```shell\nrsync -ahv --delete target/bundled/Preceding\\ Note\\ Blocker.clap/ ~/Library/Audio/Plug-Ins/CLAP/Preceding\\ Note\\ Blocker.clap\nrsync -ahv --delete target/bundled/Preceding\\ Note\\ Blocker.vst3/ ~/Library/Audio/Plug-Ins/VST3/Preceding\\ Note\\ Blocker.vst3\n```\n\n## Validation\n\n### CLAP\n\n```shell\nclap-validator validate target/bundled/Preceding\\ Note\\ Blocker.clap\n```\n\n### VST3\n\n```shell\npluginval --verbose --strictness-level 5 target/bundled/Preceding\\ Note\\ Blocker.vst3\n```\n\n## Debug\n\n### Mac\n\n#### AudioPluginHost.app of JUCE\n\nInstall JUCE and build AudioPluginHost.app  \n\n```shell\nlldb /Applications/JUCE/extras/AudioPluginHost/Builds/MacOSX/build/Release/AudioPluginHost.app/Contents/MacOS/AudioPluginHost\n(lldb) run\n```\n\nThen, scan VST3 plugins and test them.  \n\n#### Reaper\n\nInstall [REAPER](https://www.reaper.fm/).  \n\n```shell\nlldb /Applications/REAPER.app/Contents/MacOS/REAPER\n(lldb) run\n```\n\nThen, scan VST3 or Clap plugins and test them.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiyukiokayasu%2Fpreceding_note_blocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiyukiokayasu%2Fpreceding_note_blocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiyukiokayasu%2Fpreceding_note_blocker/lists"}