You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the docstring, there are four parameters to the Tone().__init__() function but the function signature only specifies three. The parameter frequency is the one listed in the docstring that doesn't appear in the actual function signature.
I'm trying to track down the source of another bug where some frequencies aren't played correctly and this threw me off. (I'll write up another issue on that bug after doing a bit more hunting on my own)
The text was updated successfully, but these errors were encountered:
Looking at the docstring, there are four parameters to the
Tone().__init__()
function but the function signature only specifies three. The parameterfrequency
is the one listed in the docstring that doesn't appear in the actual function signature.I'm trying to track down the source of another bug where some frequencies aren't played correctly and this threw me off. (I'll write up another issue on that bug after doing a bit more hunting on my own)
The text was updated successfully, but these errors were encountered: