Skip to content
New issue

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

class library: ndefgui handle buffer instance as argument #5692

Merged

Conversation

redFrik
Copy link
Contributor

@redFrik redFrik commented Jan 11, 2022

Purpose and Motivation

avoids ERROR: Message 'rate' not understood when calling .gui on a Ndef with a Buffer instance argument.
Buffer does not implement .rate so need to check for that.

reference issue: #5691

Types of changes

  • Bug fix

To-do list

  • Code is tested
  • All tests are passing
  • Updated documentation
  • This PR is ready for review

avoids ERROR: Message 'rate' not understood when calling .gui on a Ndef with a Buffer instance argument.
Buffer does not implement .rate so need to check for that.
@telephon telephon merged commit 0eff45e into supercollider:develop Jan 12, 2022
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.

None yet

2 participants