# Hi all, # I'm reading Julius Smiths's online book about Physical Modeling at http://ccrma.stanford.edu/~jos/pasp/ And tried to visualize the waveguide model of ideal string. I want to share the patch I made in which the motion of the string is plotting on a table. waveguide02.pd is the main patch. # Have a nice day! -ugur guney-
hey nice. looks like it would make a neat controller for effects/synth parameters. bit more interesting than a standard lfo.
actually i really love this one. great idea and well put together.
you set up a really good system with the 3 arrays, so the visual representation is very effective.
it's one of the problems with pd that the visual element is not so easy to access. always good to see a nice relation between sound and vision.
# Thanks! # Here, the ingenuity is in the table/array object. I think table is such a powerful tool of Pd, which I miss in different environments (Octave, Csound etc). You can read, write and visualize at the same time, you can even draw a shape with your mouse! This flexibility makes it possible to use it in many different contexts. Many thanks to the developer of this object! -ugur-
On Dec 3, 2007 2:26 PM, hard off hard.off@gmail.com wrote:
actually i really love this one. great idea and well put together.
you set up a really good system with the 3 arrays, so the visual representation is very effective.
it's one of the problems with pd that the visual element is not so easy to access. always good to see a nice relation between sound and vision.