hi olivier ...
> And you open test-sends.npx, maybe you will have the same problem. > Sometimes, not always (1/4 times approximately), the n-s2 and n-r2 > objects are not correctly initialised. It is like if loadbang sends its > bang before the python script finished its initialisation. In the test > patch I've sent, if the problem happens, you must send a bang to the > rebang bus to redo initialisation. i can reproduce the problem ... it is a problem with the python scripting objects ... it is not assured, that the code for the second inlet is executed before the code for the first inlet ... in the case of your example, this may result in a problem, so instead of the symbol 'helloworld, the symbol 'hello is generated ... thanks for finding and reporting this bug! i'll try to find a workaround in the next few days ... > Native nova objects for lists and symbols concatenations would be useful > for this purpose, isn't it? I looked at the extra directory to see how > we create an equivalent to pure data externals, but I wasn't able to > compile the foo.cpp file in there. What do we do with this, a .nox > shared library? Do we put this in the path, like with pure data? i will need to write some symbol manipulation objects ... externals are generally supported, to compile the foo externals just run "scons debug/extra/foo.nox release/extra/foo.nox" i will need to spend some time on the external/library loading mechanism, though ... probably at the same time, i will move my chaotic systems to an external library ... externals _should_ work, but i haven't tested them for quite some time, so would expect some bugs or glitches ... > That said, it seems to me that search paths are not implemented yet, > because abstractions are found only in the patch directory. Or am I > doing something wrong? search paths actually _are_ implemented, menu->edit->properties->search paths ... and they are even saved to the ~/.novarc file and loaded on startup :) cheers, tim -- [EMAIL PROTECTED] ICQ: 96771783 http://tim.klingt.org Desperation is the raw material of drastic change. Only those who can leave behind everything they have ever believed in can hope to escape. William S. Burroughs
signature.asc
Description: This is a digitally signed message part
_______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
