Tim Blechmann wrote:
it is not easy to build it on osx or
windo$ ... for osx, it is possible, though ... i once compiled a version
on klaus filip's old imac ... for windows, it should compile, although
someone would have to adapt the build system ...

portaudio was the one I had the most problems, it is installed via fink, but scons does not find it. I don't want to mess around too much with it, because I am scared it could break other stuff like pd compilation??

but possibly, i should also bundle portaudio, libsndfile and scons ... i
won't bother bundling python, qt and pyqt, though ...

exactly! that would be very helpful. I also don't know how scons works, I am starting to feel more familiar with configure/make.

also, have you looked at the new file format for max5 patches?

no, but it is good to read, they _have_ a new file format ... :)

it looks something like this, although usually in binary format. to me this looks not bad...
marius.

{
        "boxes" : [           {
                        "box" :                       {
                                "maxclass" : "ezdac~",
                                "id" : "obj-8",
                                "patching_rect" : [ 160.0, 249.0, 45.0, 45.0 ],
                                "numinlets" : 2,
                                "numoutlets" : 0
                        }

                }
,               {
                        "box" :                       {
                                "maxclass" : "newobj",
                                "text" : "mtof",
                                "outlettype" : [ "" ],
                                "id" : "obj-3",
                                "fontname" : "Arial",
                                "patching_rect" : [ 161.0, 152.0, 34.0, 20.0 ],
                                "numinlets" : 1,
                                "numoutlets" : 1,
                                "fontsize" : 12.0
                        }

                }
,               {
                        "box" :                       {
                                "maxclass" : "newobj",
                                "text" : "cycle~",
                                "outlettype" : [ "signal" ],
                                "id" : "obj-2",
                                "fontname" : "Arial",
                                "patching_rect" : [ 161.0, 197.0, 45.0, 20.0 ],
                                "numinlets" : 2,
                                "numoutlets" : 1,
                                "fontsize" : 12.0
                        }

                }
,               {
                        "box" :                       {
                                "maxclass" : "kslider",
                                "outlettype" : [ "int", "int" ],
                                "id" : "obj-1",
                                "patching_rect" : [ 161.0, 88.0, 336.0, 53.0 ],
                                "numinlets" : 2,
                                "numoutlets" : 2
                        }

                }
 ],
        "lines" : [           {
                        "patchline" :                         {
                                "source" : [ "obj-2", 0 ],
                                "destination" : [ "obj-8", 1 ],
                                "hidden" : 0,
                                "midpoints" : [  ]
                        }

                }
,               {
                        "patchline" :                         {
                                "source" : [ "obj-2", 0 ],
                                "destination" : [ "obj-8", 0 ],
                                "hidden" : 0,
                                "midpoints" : [  ]
                        }

                }
,               {
                        "patchline" :                         {
                                "source" : [ "obj-3", 0 ],
                                "destination" : [ "obj-2", 0 ],
                                "hidden" : 0,
                                "midpoints" : [  ]
                        }

                }
,               {
                        "patchline" :                         {
                                "source" : [ "obj-1", 0 ],
                                "destination" : [ "obj-3", 0 ],
                                "hidden" : 0,
                                "midpoints" : [  ]
                        }

                }
 ]
}
_______________________________________________
nova-dev mailing list
[email protected]
http://klingt.org/cgi-bin/mailman/listinfo/nova-dev
http://tim.klingt.org/nova

Reply via email to