feat: EmbodiedConductor — dual-mode bio-musical orchestrator#23
Open
Copilot wants to merge 2 commits into
Open
feat: EmbodiedConductor — dual-mode bio-musical orchestrator#23Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…ine, DissonanceIndex, and PredictiveGestureController Agent-Logs-Url: https://github.com/curiousbrutus/brainjam/sessions/e7b7bcbd-958c-4ce8-a090-7c2045ad79bc Co-authored-by: optimedproje-oss <273952893+optimedproje-oss@users.noreply.github.com>
…gs, add z_max boundary test Agent-Logs-Url: https://github.com/curiousbrutus/brainjam/sessions/e7b7bcbd-958c-4ce8-a090-7c2045ad79bc Co-authored-by: optimedproje-oss <273952893+optimedproje-oss@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
optimedproje-oss
May 13, 2026 19:46
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the complete Embodied Conductor system for BrainJam — a dual-mode bio-musical orchestrator that bridges human physiology (EEG, PPG/HRV, gestures) with real-time music control.
New Modules
performance_system/embodied_conductor.pyCREATOR/MAESTROdual mode, 16-bar latent phrase memory, MIDI rubato engine, and unifiedConductorStateeventperformance_system/biofeedback/ppg_hrv_pipeline.pyperformance_system/mapping_models/dissonance_index.pyperformance_system/embodied/predictive_gesture.pyperformance_system/signals/realtime/mobile_sensor_bridge.pydocs/architecture/embodied_conductor.mdChanges to Existing Files
performance_system/realtime/event_bus.py— AddedCONDUCTOR_STATE,PPG_UPDATE,MODE_CHANGEDevent typesperformance_system/biofeedback/__init__.py— ExportPPGHRVPipelineperformance_system/embodied/__init__.py— ExportPredictiveGestureController,PredictedGestureStateperformance_system/signals/realtime/__init__.py— ExportMobileSensorBridgeTests
tests/test_embodied_conductor.py— 51 tests, all passingGestureController,HRVProcessor, andEventBusunchangedMathematical Reference (Quick Summary)