Skip to content

SonificationNote

StructChartGuruChartGuru
public readonly struct SonificationNote

A single note in a sonification sequence — frequency, onset time, duration, and volume.

public readonly float Frequency

Returns

System.Single

public readonly float Time

Returns

System.Single

public readonly float Duration

Returns

System.Single

public readonly float Volume

Returns

System.Single

SonificationNote(float, float, float, float)

Section titled “SonificationNote(float, float, float, float)”
public SonificationNote(float frequency, float time, float duration, float volume)

Creates a scheduled tone with frequency in hertz and onset and duration in seconds, clamping volume from zero to one.

Parameters

Name Type
frequency System.Single
time System.Single
duration System.Single
volume System.Single

public override string ToString()

Returns

System.String