eeeeaarr / vodka

Creative Coding Environment
GNU General Public License v3.0
125 stars 3 forks source link

a command with a set of tags on it should confer those tags to whatever nex is returned by the result of evaluating the command. #229

Open eeeeaarr opened 1 year ago

eeeeaarr commented 1 year ago

for example if you wanted to do

(sinewave (+ 400 @n))

you wouldn't be able to do it because if you tag + with "hz" it doesn't pass that down to the sinewave function