Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for functions ? #54

Open
markusmoenig opened this issue Sep 19, 2024 · 1 comment
Open

Support for functions ? #54

markusmoenig opened this issue Sep 19, 2024 · 1 comment

Comments

@markusmoenig
Copy link

Hi,

is it possible to have operator with arguments, aka functions ? I can do an operator for "noise", but to change the frequency of the noise I would need todo something like "noise(5, 10)".

Possible ?

@bertiqwerty
Copy link
Owner

bertiqwerty commented Sep 28, 2024

Hi. We currently have unary and binary operators. But no operators with more than 2 arguments. So you can do noise(5, 10) but not noise(5, 7, 10).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants