Tim Blechmann a écrit : > search paths actually _are_ implemented, menu->edit->properties->search > paths ... and they are even saved to the ~/.novarc file and loaded on > startup :)
Nova seems to find externals which are in the searchpath (see below) but not my abstractions. I don't know why... For me, the only way to use an abstraction for now is to put it in the same folder as the parent patch. > i will need to write some symbol manipulation objects ... Yes! :) > externals are generally supported, to compile the foo externals just run > "scons debug/extra/foo.nox release/extra/foo.nox" Compilation went fine. I've put it in my searchpath. Looking at the source "foo.cpp", creating a [foo] obect should have the following consequences: - print "initialising foo" to stdout - print "constructing foo" to stdout - display an object with one inlet Instead, the following happens: - print "initializing foo" - object [foo] becomes red and nothing more happens. Bye, -- Olivier _______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
