Skip to content

WaveNumber: -wn #143

@joslloand

Description

@joslloand

ERROR: Message 'num' not understood.

	// Return normalised frequency from wavenumber.
	wn { |sampleRate, speedOfSound = (AtkHoa.speedOfSound)|
		^this.num * speedOfSound / (pi * sampleRate)
	}

Should be:

	// Return normalised frequency from wavenumber.
	wn { |sampleRate, speedOfSound = (AtkHoa.speedOfSound)|
		^this.waveNumber * speedOfSound / (pi * sampleRate)
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions