Plain English Studio Setup Description:

Your studio integrates acoustic and electronic elements with MIDI routing for creative control. Here's the breakdown:

  1. Drum Setup:
  2. Synth & MIDI Routing:
  3. Audio Output & Recording:
  4. Key Connections:

Updated Mermaid Diagram:

graph TD
    A[Acoustic Drum Kit] -->|Triggers| B[ddrum Box]
    B -->|MIDI| C[MIDI Splitter Box]
    D[SPD-SX Drum Pad] -->|MIDI| C
    E[Moog One] -->|"MIDI Out"| C
    C -->|"MIDI (Port 1)"| F[Synthstrom Deluge]
    F -->|"MIDI Out"| G[Moog Grandmother]
    G -->|"MIDI Thru/Out"| E
    H[Summons Drum Kit] -->|USB| I["MacBook (Logic Pro)"]
    F -->|USB| I
    G -.->|"Mono Audio (Optional)"| F
    E -->|Stereo Audio| J[Soundboard]
    F -->|Stereo Audio| J
    J --> I
    I -->|"Tempo Sync"| F

    style A stroke:#green,stroke-width:2px
    style D stroke:#green,stroke-width:2px
    style E stroke:#orange,stroke-width:2px
    style G stroke:#orange,stroke-width:2px
    style F stroke:#blue,stroke-width:2px

    %% ===== CONNECTION STYLES =====
    %% MIDI (Blue)
    linkStyle 0,1,2,3,4,5,6 stroke:#0044ff,stroke-width:1.5px
    %% USB (Purple)
    linkStyle 7,8 stroke:#800080,stroke-width:1.5px
    %% Audio (Green)
    linkStyle 10,11,12 stroke:#00aa00,stroke-width:1.5px
    %% Optional Audio (Dotted Green)
    linkStyle 9 stroke:#00aa00,stroke-width:1.5px,stroke-dasharray:3
    %% Clock Sync (Gray)
    linkStyle 13 stroke:#666666,stroke-width:1.5px