Skip to content

Add VisiMusic plugin - #463

Open
kmturley wants to merge 1 commit into
mainfrom
plugin/visimusic
Open

Add VisiMusic plugin#463
kmturley wants to merge 1 commit into
mainfrom
plugin/visimusic

Conversation

@kmturley

Copy link
Copy Markdown
Member

Summary

  • Adds VisiMusic (darilin98/visimusic), a vision-based effect modulation plugin that applies audio modulation from a live video input, version 1.0.1
  • Corrected display name capitalization ("VisiMusic" per the project's own README/branding)
  • Fixed the Windows architecture from x32 to x64: fetch.ts misread the "win_x86" filename token, but the binary's own folder path (Contents/x86_64-win) and file output confirm it's a 64-bit DLL
  • Verified via lipo that the macOS binary is arm64-only, matching the filename

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

Corrected display name capitalization ("VisiMusic" per the project's
own README/branding). Fixed the Windows architecture from x32 to x64:
fetch.ts misread the "win_x86" filename token, but the binary's own
folder path (Contents/x86_64-win) and `file` output confirm it's a
64-bit DLL. Verified the macOS binary is arm64-only via lipo, matching
the filename.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown

Plugin author notification:

@darilin98 — your plugin has been submitted to the Open Audio Stack registry. Please review this PR and let us know if the metadata (name, description, tags, files) is correct. To see a full list of all currently added plugins, click here.

@kmturley

Copy link
Copy Markdown
Member Author

@darilin98

Copy link
Copy Markdown

Hello @kmturley, these vendor security check fails are most likely due to the fact that the binary has not been properly signed on macOS as I do not own an Apple Developer ID. The plugin includes ffmpeg which should not be statically compiled with the plugin, so it is instead included in the Frameworks/ subdirectory in the bundle and the .vst3 binary has been adjusted to look for ffmpeg there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants