Block a user
HUD effect invisible - runs as overlay after display stage
feat: Implement concurrent async fetching with fast-start mode
feat: Implement concurrent async fetching with fast-start mode
Epic: Preset Scripting Language for Mainline
HUD effect invisible - runs as overlay after display stage
Update docs/PIPELINE.md to reflect Stage-based architecture
Improve benchmarking system and performance tests
Epic: Pipeline Mutation API for Stage Hot-Swapping
Epic: Pipeline Mutation API for Stage Hot-Swapping
1.
Implementation Complete
The Pipeline Mutation API has been fully implemented with the following changes:
Implemented Features
1. can_hot_swap() Function
- Checks if a stage can be…
Oscillator sensor visualization and data export scripts
Image Data Source Integration
Added scripts/demo_image_oscilloscope.py that uses the ImageDataSource pattern:
Implementation
- OscilloscopeDataSource class
- Implements…
Oscillator sensor visualization and data export scripts
Pipeline Switching Demo
Added scripts/demo_oscilloscope_pipeline.py with automatic pipeline switching every 15 seconds:
Pipeline Stages
- Text Mode (15 seconds)
- Pure…
Oscillator sensor visualization and data export scripts
Enhanced Oscilloscope with LFO Modulation Chain
Added scripts/demo_oscilloscope_mod.py with these improvements:
Key Changes
- 15 FPS frame rate - Slower, smoother viewing for human…
Oscillator sensor visualization and data export scripts
New Oscilloscope Demo
Added scripts/demo_oscilloscope.py - A proper oscilloscope-style waveform visualization.
How it works:
- Time Axis: Each column on the screen represents a…
Oscillator sensor visualization and data export scripts