Hello list,
I am sure this has come up before, but I have max patches that I cannot get to open under pd-extended .38 for OS X. I haven't tried it on Linux yet. None of them will open. I read that cyclone should be able to read both binaries and text files... can someone walk me through this, or is there a wiki or how-to somewhere? I searched the list and couldn't find anything.
When I try to open one, renamed to pat, Pd does... nothing. The open dialog closes and nothing happens. Help appreciated! And cheers to Frank for his work on RTC-lib! I have the cyclone library enabled along with zexy and a couple others.
Kevin
Kevin McCoy wrote:
Hello list,
I am sure this has come up before, but I have max patches that I cannot get to open under pd-extended .38 for OS X. I haven't tried it on Linux yet. None of them will open. I read that cyclone should be able to read both binaries and text files... can someone walk me through this, or is there a wiki or how-to somewhere? I searched the list and couldn't find anything.
native .pat loading is broken in newer versions of pd; try pd-0.36 (probably pd-0.37 will do too). even when it works, this will only load textfiles.
with cyclone you should be able to just click on the cyclone object: a file selector should popup where you can choose the max-patch to be loaded (but then: i never have used this)
mfg.asdr IOhannes
with cyclone you should be able to just click on the cyclone object: a file selector should popup where you can choose the max-patch to be loaded (but then: i never have used this)
Thanks for the info - but when I click on the cyclone object it opens like an abstraction called cyclone.pd and just has a subpatch called PDDP_META...
Again, I will try this on Linux. I need to be working there anyway, I just don't have room for the machine right now so I'm stuck with my mac for Pd. Thanks for your help.
Kevin
Kevin McCoy wrote:
with cyclone you should be able to just click on the cyclone object: a file selector should popup where you can choose the max-patch to be loaded (but then: i never have used this)
Thanks for the info - but when I click on the cyclone object it opens like an abstraction called cyclone.pd and just has a subpatch called PDDP_META...
seems like your object is cyclone's help-patch or a stub. look whether there is a cyclone.pd_darwin and try to load this (e.g. give the full path when creating the object: [/home/km/Desktop/pd/extra/cyclone/cyclone] (for /home/km/Desktop/pd/extra/cyclone/cyclone.pd_darwin) or whatever)
mfgadsr IOhannes
Again, I will try this on Linux. I need to be working there anyway, I just don't have room for the machine right now so I'm stuck with my mac for Pd. Thanks for your help.
Kevin
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, IOhannes m zmoelnig hat gesagt: // IOhannes m zmoelnig wrote:
native .pat loading is broken in newer versions of pd; try pd-0.36 (probably pd-0.37 will do too). even when it works, this will only load textfiles.
with cyclone you should be able to just click on the cyclone object: a file selector should popup where you can choose the max-patch to be loaded (but then: i never have used this)
Cyclone loading is more powerful than pat-loading anyways, as it automatically creates dummy-objects and does some other nice things. It should be the preferred way of importing Max patches.
RTC-lib should be proof enough to Cyclone's power: Almost all patches were simply imported with Cyclone, and then fixed in regard to Pd-Max-differences like:
for RTC),
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Kevin McCoy hat gesagt: // Kevin McCoy wrote:
I am sure this has come up before, but I have max patches that I cannot get to open under pd-extended .38 for OS X. I haven't tried it on Linux yet. None of them will open. I read that cyclone should be able to read both binaries and text files... can someone walk me through this, or is there a wiki or how-to somewhere? I searched the list and couldn't find anything.
When I try to open one, renamed to pat, Pd does... nothing. The open dialog closes and nothing happens. Help appreciated! And cheers to Frank for his work on RTC-lib! I have the cyclone library enabled along with zexy and a couple others.
You really need Cyclone as a *library* for this to work, that is cyclone.pd_linux, cyclone.pd_darwin or cyclone.dll. I don't know, if pd-extended ships it. After that the process is easy:
You can use the "cyclone-importer.pd" from RTC-lib as well which is just an almost empty patch with the [cyclone] object already created.
Also useful might be the "commvert.py" script which I wrote to convert Max/Cyclone-comments to standard comments.
Frank Barknecht _ ______footils.org_ __goto10.org__
You really need Cyclone as a *library* for this to work, that is cyclone.pd_linux, cyclone.pd_darwin or cyclone.dll. I don't know, if pd-extended ships it. After that the process is easy:
A-HA - thanks. I don't have that - just cyclone.pd I knew you had been doing this all the time recently so I was kind of hoping you'd answer as well. Wonder why it doesn't come with Pd-extended. I should just get tough and build what I need myself, it's kind of tricky to guess what does/doesn't work with extended builds despite their usefulness for most things.
Thanks! Kevin
Hallo, Kevin McCoy hat gesagt: // Kevin McCoy wrote:
A-HA - thanks. I don't have that - just cyclone.pd I knew you had been doing this all the time recently so I was kind of hoping you'd answer as well. Wonder why it doesn't come with Pd-extended. I should just get tough and build what I need myself, it's kind of tricky to guess what does/doesn't work with extended builds despite their usefulness for most things.
Generally it's not needed to load cyclone as a library: pd-extended has this philosophy to build most externals as single objects, and that's good most of the time: Cyclone is apt to produce a lot of name clashes with other objects (prepend, urn, etc.) and with single object files these are easier to sort out by just moving files around.
However importing Max patches with cyclone requires the library version of it, probably because it does some funky magic behind the curtains. If you can just build the cyclone library somehow and only load it, when you want to import patches, that should be enough. Oh, and move away the cyclone.pd from your path, this will only interfere with the library loading. (Probably the pddp-meta patches should not use the library name itself, but something like "cyclone-meta.pd" to colelct meta-data.)
Frank Barknecht _ ______footils.org_ __goto10.org__
On Aug 29, 2006, at 3:46 PM, Frank Barknecht wrote:
Hallo, Kevin McCoy hat gesagt: // Kevin McCoy wrote:
A-HA - thanks. I don't have that - just cyclone.pd I knew you had been doing this all the time recently so I was kind
of hoping you'd answer as well. Wonder why it doesn't come with Pd- extended. I should just get tough and build what I need myself, it's kind of
tricky to guess what does/doesn't work with extended builds despite their
usefulness for most things.Generally it's not needed to load cyclone as a library: pd-extended has this philosophy to build most externals as single objects, and that's good most of the time: Cyclone is apt to produce a lot of name clashes with other objects (prepend, urn, etc.) and with single object files these are easier to sort out by just moving files around.
However importing Max patches with cyclone requires the library version of it, probably because it does some funky magic behind the curtains. If you can just build the cyclone library somehow and only load it, when you want to import patches, that should be enough. Oh, and move away the cyclone.pd from your path, this will only interfere with the library loading. (Probably the pddp-meta patches should not use the library name itself, but something like "cyclone-meta.pd" to colelct meta-data.)
Sounds like the single-file-multi-class cyclone.pd_linux should be
included in Pd-extended if there really is some specific
functionality that is only available in that format. Its just a
matter of someone doing the work. Any volunteers?
My guess is that the dummy stuff is what is included in the
cyclone.pd_linux. Is that essential? There is also the "cyclone"
command line utility, anyone know what that does?
.hc
I spent 33 years and four months in active military service and
during that period I spent most of my time as a high class muscle man
for Big Business, for Wall Street and the bankers. - General
Smedley Butler