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
...but that desired argument isn't modified (the desired and obtained values are both available in the returned Sound_Sample, not set in the desired struct), so this should be const.
I have to double-check this is actually true, but this is likely a mistake from the year 2000. :)
The text was updated successfully, but these errors were encountered:
Right now it looks like this:
...but that
desired
argument isn't modified (the desired and obtained values are both available in the returned Sound_Sample, not set in thedesired
struct), so this should be const.I have to double-check this is actually true, but this is likely a mistake from the year 2000. :)
The text was updated successfully, but these errors were encountered: