Hi list,
The 0.05 version of msd, mass spring damper, objects collection is available in the externals/nusmuk repository of the CVS. It includes many changes thanks to Thomas Grill and Frank Barknecht :
(msd/03_msdwave)
and Frank is working on an msd editor in DS that promise simple mouse edition of structures...
You still need the "repeat" external from zexy, the "any" abstraction from iemlib and flext to build.
Remarks and bug reports are welcome ;-).
Cheers,
Nicolas
Hallo, Nicolas Montgermont hat gesagt: // Nicolas Montgermont wrote:
The 0.05 version of msd, mass spring damper, objects collection is available in the externals/nusmuk repository of the CVS.
...
and Frank is working on an msd editor in DS that promise simple mouse edition of structures...
And I managed to finish a working version of this last night. For now I've put it on my site:
http://footils.org/cms/show/43
Deeplink: http://footils.org/pkg/msd2d-editor.0.001.tgz
No externals apart from msd2D required.
I think, this better should go into CVS, too. Maybe somewhere inside "numusk"?
Frank Barknecht _ ______footils.org__
_ __latest track: "scans" _ http://footils.org/cms/show/41
hello
Frank Barknecht a écrit :
Hallo, Nicolas Montgermont hat gesagt: // Nicolas Montgermont wrote:
The 0.05 version of msd, mass spring damper, objects collection is available in the externals/nusmuk repository of the CVS.
...
and Frank is working on an msd editor in DS that promise simple mouse edition of structures...
And I managed to finish a working version of this last night. For now I've put it on my site:
http://footils.org/cms/show/43
Deeplink: http://footils.org/pkg/msd2d-editor.0.001.tgz
No externals apart from msd2D required.
I think, this better should go into CVS, too.
yes!
Maybe somewhere inside "numusk"?
no problem. fell free to commit it in the nusmuk folder if you wish.
thanks for this very nice editor Cyrille
Ciao
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Nicolas Montgermont hat gesagt: // Nicolas Montgermont wrote:
The 0.05 version of msd, mass spring damper, objects collection is available in the externals/nusmuk repository of the CVS.
...
and Frank is working on an msd editor in DS that promise simple mouse edition of structures...
And I managed to finish a working version of this last night. For now I've put it on my site:
The msd2d-editor patches by me now are in the Pd-CVS, too, probably available to anonymous checkouts tomorrow. They are inside the nusmuk/msd2D/editor directory.
I also updated the one at my site, because I made a cool change, which greatly simplifies the creation of links using the data structure interface: http://footils.org/pkg/msd2d-editor.0.002.tgz
You'll need msd2D anyways, so checking out CVS is the best way to get this stuff and I'll stop making separate msd-editor downloads available on my site for now.
Frank Barknecht _ ______footils.org__
_ __latest track: "scans" _ http://footils.org/cms/show/41
Hallo, Nicolas Montgermont hat gesagt: // Nicolas Montgermont wrote:
You still need the "repeat" external from zexy
I think, you're most of the time just using [repeat] to repeat bangs. I didn't check all occurences. In this case, you could replace it with the builtin [until] by sending it a number. [until] will then bang as many times as the number specifies. So these two constructs are equivalent:
[t b] [t b] | | [repeat 30] [f 30] | [until]
I tested this in filet.pd and it works there.
Frank Barknecht _ ______footils.org__
_ __latest track: "scans" _ http://footils.org/cms/show/41