We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After launching the app, Delay is audible in the signal while the Mix value appears to be "0":
Reproduction Steps:
Run the project in Xcode and hit any key on the onscreen keyboard.
Note that the Delay Mix value is currently set to "0".
Observed Results:
Audible Delay in the audio signal.
Expected Results:
No audible Delay as the Mix value appears to be "0".
Altering the current delayMixKnob.value = 0.0 in func setDefaults() resolves the visual issue.
However, this doesn't seem to actually resolve the initialized value for Mix in the audible signal.
I'll try to fix and submit a Pull but wanted to note the issue here.
The text was updated successfully, but these errors were encountered:
Thanks @osustudent, that is a great find. We would certainly welcome and encourage your participation with a pull request. Thank you!
Sorry, something went wrong.
No branches or pull requests
Problem Description
After launching the app, Delay is audible in the signal while the Mix value appears to be "0":
Reproduction Steps:
Run the project in Xcode and hit any key on the onscreen keyboard.
Note that the Delay Mix value is currently set to "0".
Observed Results:
Audible Delay in the audio signal.
Expected Results:
No audible Delay as the Mix value appears to be "0".
Altering the current delayMixKnob.value = 0.0 in func setDefaults() resolves the visual issue.
However, this doesn't seem to actually resolve the initialized value for Mix in the audible signal.
I'll try to fix and submit a Pull but wanted to note the issue here.
The text was updated successfully, but these errors were encountered: