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
Now that the read method works, it would be nice to also have a read attribute that would load a model at startup.
@model myModel.json ? @modelFile myModel.json ? @read myModel.json ?
@model myModel.json
@modelFile myModel.json
@read myModel.json
The text was updated successfully, but these errors were encountered:
Max's buffer~ object does this as an argument, which isn't my favorite design. But jit.movie uses @moviefile. Does that suggest @modelFile is best?
buffer~
jit.movie
@moviefile
@modelFile
Sorry, something went wrong.
sfplay~ uses @audiofile
sfplay~
@audiofile
I'm convincing myself.
No branches or pull requests
Now that the read method works, it would be nice to also have a read attribute that would load a model at startup.
@model myModel.json
?@modelFile myModel.json
?@read myModel.json
?The text was updated successfully, but these errors were encountered: