pluginbridge / Source

Commit History

Sprint 8: prefer port 16620 for first instance, fall back to any port if taken
e07a4f2
verified

RAM2118 commited on

Sprint 7: wire param callbacks in loadInProcessPlugin, clear in unloadInProcessPlugin
4d61c1f
verified

RAM2118 commited on

Sprint 7: McpServer.cpp — use param callbacks with Helper IPC fallback
95438a2
verified

RAM2118 commited on

Sprint 7: Route MCP param ops through in-process plugin (fix EQ invisible in GUI)
8ef64a9
verified

RAM2118 commited on

fix: first instance always binds port 16620, fallback to auto-port
19d5f13

Sitar118 Claude Sonnet 4.6 commited on

feat: channel name dropdown in Editor (Sprint 6 Part 5)
6b15202

Sitar118 Claude Sonnet 4.6 commited on

Sprint 6: wire channelName, registry, and auto-port into Processor.cpp
225322d
verified

RAM2118 commited on

Sprint 6: add channelName + setChannelName to Processor header
0a63fb2
verified

RAM2118 commited on

Upload Source/Plugin/McpServer.cpp
351c5a1
verified

RAM2118 commited on

Upload Source/Plugin/McpServer.h
a87020c
verified

RAM2118 commited on

Upload Source/Plugin/InstanceRegistry.h
a02f9a6
verified

RAM2118 commited on

Sprint 6: Channel name dropdown + multi-instance registry + list_instances MCP tool
08315b0
verified

RAM2118 commited on

Sprint 5: route audio through in-process plugin for SAFE plugins
2eb08b2
verified

RAM2118 commited on

fix: restore v0.5.2 architecture + wire AudioAnalyser correctly
fdc4e41

Sitar118 Claude Sonnet 4.6 commited on

wire AudioAnalyser: prepareToPlay + processBlock + MCP callback (3 additions)
df843ce
verified

RAM2118 commited on

Upload Source/Plugin/McpServer.cpp
9836bb8
verified

RAM2118 commited on

Upload Source/Plugin/McpServer.h
9209b46
verified

RAM2118 commited on

integrate AudioAnalyser into Processor + wire get_analysis in McpServer
abf507a
verified

RAM2118 commited on

Sprint 4: Add AudioAnalyser — LUFS, FFT bands, stereo width, centroid, true peak
f6aee3c
verified

RAM2118 commited on

fix: replace CARemoteLayerServer with CAContext+CALayerHost for cross-process GUI
0548359

Sitar118 commited on

fix: wire onGuiCreated callback in HelperIPC constructor to send gui_ready notification
df8bc97
verified

RAM2118 commited on

fix: call onGuiCreated callback after CARemoteLayerServer setup completes in showGui()
9788b5f
verified

RAM2118 commited on

fix: send gui_ready notification after showGui — use callback from HelperPluginHost to IPC
242769f
verified

RAM2118 commited on

fix: use setLayerPortName() instead of direct member access
c151d02
verified

RAM2118 commited on

fix: add setLayerPortName() public method (layerPortName is private)
7e3323d
verified

RAM2118 commited on

Upload Source/Plugin/Blocklist.h
2224b8a
verified

RAM2118 commited on

remove old files replaced by .mm versions + Blocklist (now in PluginBridgeProcessor.h)
4ca2875
verified

RAM2118 commited on

Upload Source/Plugin/McpServer.cpp
a4fe44e
verified

RAM2118 commited on

Upload Source/Plugin/McpServer.h
e5f329d
verified

RAM2118 commited on

Upload Source/Helper/HelperIPC.cpp
8aeb4e8
verified

RAM2118 commited on

Upload Source/Helper/HelperIPC.h
6c4aa19
verified

RAM2118 commited on

Upload Source/Plugin/HelperConnection.cpp
8335f9f
verified

RAM2118 commited on

Upload Source/Plugin/HelperConnection.h
24a3c7f
verified

RAM2118 commited on

Upload Source/Plugin/PluginBridgeEditor.mm
6063997
verified

RAM2118 commited on

Upload Source/Plugin/PluginBridgeEditor.h
d966811
verified

RAM2118 commited on

Upload Source/Plugin/PluginBridgeProcessor.cpp
3e55272
verified

RAM2118 commited on

Upload Source/Plugin/PluginBridgeProcessor.h
590be7d
verified

RAM2118 commited on

Upload Source/Helper/main.cpp
22d14fd
verified

RAM2118 commited on

Upload Source/Helper/HelperPluginHost.mm
0e80263
verified

RAM2118 commited on

Upload Source/Helper/HelperPluginHost.h
ef91ceb
verified

RAM2118 commited on

Upload Source/Shared/Constants.h
475c9dd
verified

RAM2118 commited on

v0.4: CARemoteLayerServer architecture — crash-safe + GUI inside Ableton window
4ad264f
verified

RAM2118 commited on

fix: Blocklist path corrected to ~/Library/PluginBridge/ (where JUCE actually writes)"
b1feaca
verified

RAM2118 commited on

fix: findHelperBinary looks for .app bundle, not bare executable
9e02f23
verified

RAM2118 commited on

fix: Helper test-load — handle paths with spaces + allow message loop to run
379e9dd
verified

RAM2118 commited on

implement Helper test-load: spawns Helper before in-process load, blocks crashy plugins
767fa15
verified

RAM2118 commited on

fix: add showingError bool to editor header
224d9fb
verified

RAM2118 commited on

fix: replace getColour() with bool flag (Label has no getColour in JUCE 8)
c0c12b8
verified

RAM2118 commited on

fix: add TestResult enum to header (was in .cpp but missing from .h)
1066aac
verified

RAM2118 commited on

Upload Source/Helper/HelperPluginHost.cpp
ddb115b
verified

RAM2118 commited on