Replies: 2 comments
-
I've converted this to a discussion. Bespoke looks neat, but it's very complex and busy, it has a lot of modules, and each module has lots of functionality. That can be powerful, but it also makes it not so friendly for beginners IMO. There's pros and cons in terms of scripting. Among the cons:
One thing that we could consider, though, is to have a node that allows people to write an expression, with multiple inputs and one output. The set of operators would be restricted, |
Beta Was this translation helpful? Give feedback.
-
Just an idea: expose only input, output and knobs then execute everything in a worker.
Cons: |
Beta Was this translation helpful? Give feedback.
-
BespokeSynth has a nice implementation of python scripting as a point of reference. i particularly love the live introspection ability (show the value of specific vars inline) and also highlighting which line is being executed.
it seems like javascript would be a nice companion for noisecraft :)
i'm sure this is a substantial effort, but thought it was worth throwing on the backlog.
Beta Was this translation helpful? Give feedback.
All reactions