-
nestor
Trying to make my GEM geometry a little more sophisticated.
Learning the ins and outs of graphing linear equations, and used GEM to wrap my head around it.
This is a patch that finds the perpendicular bisector of a line.Next step is to add another point, and find the equation of a circle based on the three.
-
nestor
So, I've finally got a buddy who wants to do some live sampling, on top of pre-recorded loops. We'll be dubbing with outboard analog gear, so basically I need to make a multitrack looper. My question is: say I've got a 1-second sample, looping via tabread4~, and a 1 sec delwrite~/delread~ combo. I play back the sample via a phasor, and use the delay with feedback to create a layered loop. Is it possible for the two to "drift" apart?
-
-
nestor
I need to send JSON objects as strings via packOSC.
It seem sthat the '{' character is not allowed to be entered into a message.
P.s: Jsom looks like this:{'key':'value', 'string':'foo', 'array':[.0,.0,.75,.3], }
-
nestor
Job description HERE.
If you are in MA/New England, and this seems like it would be up your alley, please give us a call. The position is mainly assisting me, and I'm a long-time Pd (board member since '05) and FOSS evangelist. Don't let the "entry-level" or "part-time" thing scare you off. Off the record: the right candidate could get past those caveats in a few months. What we are really looking for is a jack-of-all-tech-trades type who isn't afraid to get in over their head and learn new things.
any specific questions before you apply, or officially express interest? Feel free to ask me:
ryan[at]monadnock[dot]org
-
nestor
Thought some of you might be nerd enough to appreciate reading patents in the morning.
Can Apple really patent his? Isn't this basically Granular synthesis?
I gotta try and make this. -
nestor
Anybody seen this?
LabView is a graphical dataflow programming language aimed as scientific and industrial automation markets. I have a buddy that works with free-electron lasers and he told me about a new product that they have. LabView Embedded allows you to design firmware for ARM chips in LabView and burn them to the chips with a programmer. The chips can then be embedded in various off-the-shelf boards and devkits, and Viola! Embedded system! ARMs are very fast and some flavors are aimed at multimedia development (think iPhone).This is a 10k product or so. Is there an OpenSource alternative? Can Pd enter this realm?