Skip to main content

Crate midi_flux_bridge

Crate midi_flux_bridge 

Source
Expand description

§midi-flux-bridge

Bridges tensor-midi timing schedules to FLUX coordination bytecode. Agent dialogue timing computed as tensor contractions becomes executable coordination instructions.

§Modules

  • tensor_schedule — Import tensor-midi-style timing schedules
  • flux_bytecode — Generate FLUX timing instructions
  • bridge — Core bridge: TensorSchedule → Vec
  • conductor — Execute FLUX timing bytecode
  • swing — Swing timing computation and groove templates
  • alignment — Agent alignment verification and drift detection

Modules§

alignment
Agent alignment verification and drift detection.
bridge
Core bridge: TensorSchedule → Vec.
conductor
FLUX conductor: executes FLUX timing bytecode.
flux_bytecode
FLUX timing bytecode generation.
swing
Swing timing computation and groove templates.
tensor_schedule
Tensor-midi-style timing schedule import.

Structs§

AgentTiming
Timing parameters for a single agent in the coordination schedule.
ConductorState
Mutable state of the FLUX conductor during execution.
FluxSchedule
A complete FLUX schedule with metadata.

Enums§

Cadence
Cadence pattern for an agent’s timing.
FluxOp
A single FLUX timing instruction.