weuoimi -
found it, thanks a lot!
3
In my current project, I'm implementing a system where impulses traverse a graph, with each impulse having its own set of attributes. An...
1
Thijs Pothoven -
Solved it with interpolation: // Assume lastIndex, currentIndex, lastValue, currentValue are defined var steps = Math.abs(lastIndex -...
2
Sean Wilson -
That worked, thanks!!!
hal bay -
Solution found: Apparently, I should have use "set" method on a seperate function call, like below: var note_filter = new...
Trevor being Trevor -
Okay here was my strategy to deal with Live changing my dynamically created object's colors. Set up a live.colors object to bang a message...
8
John J.A. Jannone -
Yes thanks so much Rob! Had to mess with it a bit, but getting all image sizes now! const path = require('path'); const Max =...
4
That's great - thank you Tyler! I hope the max dict suite will eventually handle hierarchical JSON better, but this will do the trick for...
Phileas Dazeley-Gaist -
Thank you so much! I knew I was missing something obvious! Works like a charm now!
Lorenzo T -
hello! i am 4 years late to the party but i am trying to download sounds using node.js and the freesound api. but the example patch...
5