-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
AI-Powered Message Generator
Create a message generator tool that produces realistic MIDI and Gamepad input sequences using AI assistance. Supports AI-generated patterns (via MCP), manual message creation, and record-replay for capturing real device input.
Dependencies
Blocked by: #2 (MCP Server for Protocol Specs)
Features
1. AI Generation Mode
Natural language prompts → realistic test sequences
conductor-generator --ai "Generate fighting game combo: quarter-circle forward + punch"
conductor-generator --ai "Simulate 5 seconds of FPS gameplay with WASD + mouse"
conductor-generator --ai "Create drum pattern with velocity dynamics"2. Manual Mode
CLI flags for precise control
conductor-generator --gamepad --button 128 --duration 100ms
conductor-generator --midi --note 60 --velocity 1003. Record-Replay
Capture real device input
conductor-generator --record --device "Xbox Controller" --output test.json
conductor-generator --replay test.jsonImplementation
- Virtual MIDI/gamepad device creation
- AI integration via MCP (MCP Server for Protocol Specifications and AI Test Generation #2)
- JSON sequence format
- Direct IPC to daemon (bypass virtual device on macOS)
- Pre-generated test library
Timeline: 9-11 hours
Labels
enhancement, testing, ai, v3.1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request