ResonanceBridge class

Bridges the user's HarmonicFootprint to the NeomSineEngine, setting the carrier frequency to the user's personal resonance.

This is the core of Propiarmonia: instead of a generic 432 Hz for everyone, each person hears THEIR own resonance frequency as the base tone. The binaural beat / isochronic pulse is layered on top of this personal carrier.

Usage:

ResonanceBridge.apply(footprint, sineEngine);
// → engine.frequency is now the user's resonance Hz

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

apply(HarmonicFootprint? footprint, NeomSineEngine engine) → void
Apply the footprint's resonance to the sine engine.
personalizedConfig(HarmonicFootprint footprint) BinauralConfig
Generate a personalized binaural beat config from the footprint.