Skip to content

clap: export the entry point as clap_entry, not clap_plugin_entry#140

Merged
jcelerier merged 1 commit into
mainfrom
fix/clap-entry-symbol
Jul 5, 2026
Merged

clap: export the entry point as clap_entry, not clap_plugin_entry#140
jcelerier merged 1 commit into
mainfrom
fix/clap-entry-symbol

Conversation

@jcelerier

@jcelerier jcelerier commented Jul 3, 2026

Copy link
Copy Markdown
Member

Rename the exported CLAP entry point from clap_plugin_entry to clap_entry, matching the extern "C" declaration in clap/entry.h — that is the symbol hosts dlsym/GetProcAddress.

Now a single concern: the unrelated soft-UI wiring that was previously bundled here has been moved to #159.

🤖 Generated with Claude Code

clap_entry is the symbol hosts dlsym/GetProcAddress, per clap/entry.h.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JH7HS58wPSA22HztHZsakd
@jcelerier jcelerier force-pushed the fix/clap-entry-symbol branch from 49bd7a2 to 731b1d3 Compare July 5, 2026 02:35
@jcelerier jcelerier merged commit 1559818 into main Jul 5, 2026
23 checks passed
jcelerier added a commit that referenced this pull request Jul 5, 2026
When AVND_CLAP_UI is defined, emit the Nuklear + canvas_ity soft-UI
implementation exactly once per plug-in. Part of the custom-UI effort;
split out of the clap entry-symbol fix (#140) so each PR is one concern.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JH7HS58wPSA22HztHZsakd
jcelerier added a commit that referenced this pull request Jul 5, 2026
When AVND_CLAP_UI is defined, emit the Nuklear + canvas_ity soft-UI
implementation exactly once per plug-in. Part of the custom-UI effort;
split out of the clap entry-symbol fix (#140) so each PR is one concern.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JH7HS58wPSA22HztHZsakd
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.

1 participant