aboutsummaryrefslogtreecommitdiff
path: root/pdoctave_command.c
AgeCommit message (Collapse)Author
2006-03-26pdoctave weekend, yeah! So obviously, total nerdness has struck me already. ↵Franz Zotter
IAOUOIASSFAIUOOOOOOAA!!! But it works!!! - Octave error handling for errors of write_shared_mem.cc (i.e. undefined variables). - Return value for non existent data packages corrected in write_shared_mem.cc (it has to be removeSharedData instead of freeSharedData in exceptional cases) - opening octave on library startup - removed annoying post messages yesyesyes, perhaps it's time for Georgies threadlib "detach" for pdoctave_get now! svn path=/trunk/externals/iem/pdoctave/; revision=4775
2006-03-25objects cannot be created when pdoctave is not presentFranz Zotter
svn path=/trunk/externals/iem/pdoctave/; revision=4765
2006-02-22These is the beginning of a try to connect the pd to octave. Especially when ↵svn2git-rootFranz Zotter
using the iemmatrix features in pd, this feature becomes sensible. On the whole it shall enable the user to use the command line parser of octave. The take-over strategy is bad at this starting point. No threading, no practical data transmission. Perhaps the common work on it can help. (Franz) svn path=/trunk/externals/iem/pdoctave/; revision=4611