eeeeaaii / vodka

Creative Coding Environment
GNU General Public License v3.0
126 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 eeeeaaii opened 2 years ago

eeeeaaii commented 2 years 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