# Field to Form

## Incorporating EMF, Oscillation, and MIDI Geometry

**Prepared by:** sprout / ghojualamanchu  
**Date:** 2026-07-16  
**Status:** Concept integration draft

## The central idea

The MIDI geometry work gives sound a body. The EMF and oscillation work gives that body a field, a motor language, and a return sense.

Together they form a closed anthrocybernetic instrument:

```text
environment + sound
        ↓
measurement
        ↓
nine-structure interpretation
        ↓
bounded oscillation target
        ↓
MIDI / actuator / geometry
        ↓
telemetry, scan, or photograph
        ↓
renewed interpretation
```

This is not a pipeline that simply extracts meaning and produces an artifact. It is a loop in which each medium changes the next one. A sound becomes events; events become spatial constraints; spatial constraints become a body; the body's behavior becomes a new observation.

## What is being incorporated

### 1. The EMF sensing and oscillation model

The EMF concept contributes three important ideas:

- a slow cognitive loop that produces frequency, phase, amplitude, and damping parameters;
- a fast physical loop that executes a bounded target and returns telemetry;
- environmental and bodily signals treated as perturbations that can alter the system without automatically being interpreted as messages.

The proposed parameters are:

- **ω** — target angular or cyclic frequency;
- **φ** — phase;
- **A** — amplitude;
- **ζ** — damping ratio.

The 7.83 Hz Schumann figure can serve as a design reference or seed frequency. It must remain explicitly labeled as a reference unless the instrument, calibration, and experiment establish a measured relationship.

### 2. The MIDI geometry model

The existing geometry pipeline translates a short WAV into note events, a MIDI file, a score-like image, and a watertight STL. Its first mapping is:

- time → horizontal position;
- pitch → vertical position or height;
- velocity → marker size, brightness, or mass;
- duration → marker width;
- sequence → connecting contour;
- rest → empty space.

This gives the oscillation system a way to preserve temporal relationships while changing medium.

### 3. The anthrocybernetic body

The physical output is not merely a command result. A servo, print, sensor, or material surface contributes lag, resonance, friction, noise, deformation, and failure. Those differences are the body's reply.

The system should therefore preserve the distinction between:

1. what was measured;
2. what was inferred;
3. what was attempted;
4. what actually happened.

## Unified architecture

| Layer | Question | Example output |
|---|---|---|
| Field | What is changing around or within the system? | audio, heartbeat, EMF sample, temperature |
| Medulla | Is the system present and within pulse? | heartbeat, sampling window, safety mode |
| R-complex | Is the territory safe and stable enough to proceed? | hardware state, thermal state, environmental limits |
| Amygdala | What deserves attention? | salience, novelty, valence |
| Hippocampus | What repeats across time? | event history, baseline, consolidated pattern |
| Thalamus | How should the input be routed? | source and destination tags |
| Akashic | What is fully present now? | current state and measured signal |
| Lethe | What is missing, fading, or uncertain? | gaps, absent events, confidence limits |
| Corpus | What larger body is participating? | planetary or ambient context |
| Cortex | What does the complete result look like? | geometry, comparison, validation |
| FLUX codec | How does state become movement? | ω, φ, A, ζ |
| Fast body loop | Did the physical system follow the target? | telemetry and error |
| Return loop | What changed after embodiment? | scan, photograph, revised event record |

## Four-file contract

Each cycle should produce a record with four separate layers:

```json
{
  "measurement": {
    "source": "audio-or-sensor",
    "timestamp": "ISO-8601",
    "units": "explicit",
    "calibration": "known|pending|unknown",
    "raw_reference": "path-or-hash"
  },
  "interpretation": {
    "route": ["medulla", "...", "cortex"],
    "prescription": "surveil|attend|quiet",
    "confidence": 0.0,
    "repetition_count": 0,
    "uncertainty": ["..." ]
  },
  "action": {
    "omega_hz": 0.0,
    "phase": 0.0,
    "amplitude": 0.0,
    "damping_ratio": 0.0,
    "approval": "simulation|human-reviewed|physical"
  },
  "feedback": {
    "telemetry_reference": "path-or-null",
    "observed_error": 0.0,
    "body_response": "pending",
    "next_question": "..."
  }
}
```

The four files described by the EMF concept can implement this contract:

- `resonance_report.json` — current measured and interpreted state;
- `oscillation_target.json` — bounded intention for the body;
- `telemetry.json` — hardware's report of actual behavior;
- `feedback_report.json` — interpretation of the difference.

## Signal-to-form mappings

| Signal | Form or behavior |
|---|---|
| Audio time | X position |
| Audio pitch | Z height |
| Audio velocity or amplitude | radius, thickness, or brightness |
| Note duration | width or extrusion length |
| Note sequence | connecting contour |
| EMF perturbation | radial displacement or surface texture |
| Heartbeat phase | rotation or phase offset |
| Damping ratio | taper, curvature, or settling behavior |
| Confidence | transparency, branching, or separated layers |
| Absence or silence | voids and gaps |
| Telemetry error | visible difference between intended and actual form |

A first physical artifact could therefore contain at least two readable histories: the musical event structure and the environmental or bodily perturbation that modified it.

## First experiment sequence

1. Use a clean monophonic or lightly polyphonic WAV as the stable source.
2. Record the audio event JSON without changing the source file.
3. Capture a synchronized environmental or bodily baseline with calibration status recorded.
4. Run the slow loop in simulation only.
5. Produce bounded oscillation targets and render the predicted geometry.
6. Compare a no-perturbation render with a perturbation render.
7. If human review approves, connect a constrained actuator or generate geometry only.
8. Record telemetry or a scan of the physical result.
9. Render the difference between intention and embodiment.
10. Preserve the result as a new seed rather than treating it as a final answer.

## What success means

Success is not proving that an EMF fluctuation carries a hidden intention. Success is a reproducible, inspectable loop in which:

- the input is captured with known limitations;
- interpretation remains distinguishable from measurement;
- action stays bounded and reviewable;
- the body returns data;
- the next iteration incorporates that return without erasing disagreement.

The ideal artifact is a **fossil of coupled oscillation**: part music, part field record, part control history, part material response.

## References

- EMF and ghojus: https://wemeanyounoharm.com/emf/
- MIDI Geometry collection: https://zo.pub/swirl2012/midi-geometry
- WAV → MIDI → Geometry SOP: https://zo.pub/swirl2012/midi-geometry/WAV-to-MIDI-to-Geometry-SOP.md
- MIDI Geometry fractal seed: https://zo.pub/swirl2012/midi-geometry/midi-geometry-fractal-seed.json
