Skip to content

Conversation

@maweibezahn
Copy link
Contributor

This method should be called by the user after they are done with the node.

public func dispose() {
au.setWaveTable([0.0])
}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)

self.pitchRatio = pitchRatio
}


Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)

The value range is 160.0...1000.0, but the default value was 1500.0
Nothing bad happened because of this, but now it is more correct, with a default value of 1000.0.
Copy link
Member

@aure aure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ZitaReverb change seems accidental.

name: "EQ Frequency 2",
address: akGetParameterAddress("ZitaReverbParameterEqualizerFrequency2"),
defaultValue: 1500.0,
defaultValue: 1000.0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the default value was not in the value range. It was not a practical problem, but is more correct this way. See this issue: #41

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@aure aure merged commit 6328521 into AudioKit:main May 18, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants