On 2015-08-26 10:25, s p wrote:
Hmm ... actually I got carried away. I can't implement [cos~] or [env~] with native web audio API nodes. I'll have to use a slow ScriptProcessorNode. So if performance is not a concern for you I'll do it, but I won't integrate it to the core of WebPd.
since it's really easy to build [cos~] with writing [cos] values to a table¹, wouldn't it make sense to add [cos] and [until] to the WebPd core?
fgmsdt IOhannes
¹ assuming that table lookups in WebPd are as blindingly fast as anyhwere else.