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 executing a method, the next time you type in the object name it autocompletes with the previous method:
f = Freesound(577698, {maxvoices:8}) f.note.seq([7,6,5], 1/4) f.pan = 1 //typing f. here will autocomplete f.pan
I can't imagine this is intentional, and would be nice to be fixed
The text was updated successfully, but these errors were encountered:
agreed, this has been bugging me for a while...
Sorry, something went wrong.
charlieroberts
No branches or pull requests
After executing a method, the next time you type in the object name it autocompletes with the previous method:
I can't imagine this is intentional, and would be nice to be fixed
The text was updated successfully, but these errors were encountered: