From 97d9a1382b32a7055f407265d24f8dc900e04741 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Wed, 22 Feb 2006 12:48:15 +0000 Subject: These is the beginning of a try to connect the pd to octave. Especially when 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 --- pdoctave.pd | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pdoctave.pd (limited to 'pdoctave.pd') diff --git a/pdoctave.pd b/pdoctave.pd new file mode 100644 index 0000000..0cd232f --- /dev/null +++ b/pdoctave.pd @@ -0,0 +1,20 @@ +#N canvas 576 230 660 659 10; +#X obj 103 514 shell; +#X obj 376 509 table octave 100; +#X obj 326 429 textfile; +#X msg 366 305 clear; +#X msg 333 272 write octave_matrix.m; +#X obj 177 522 print; +#X msg 340 345 add clearplot() \, add load octave_matrix.mtx \, add +plot(octave_matrix) \, add grid on \, add pause(2); +#X msg 100 453 konsole -e octave /home/fzotter/Documents/Arbeit/ConferenceSystem/octave_matrix.m +; +#X msg 92 387 konsole -e octave; +#X msg 146 572 \; octave write /home/fzotter/Documents/Arbeit/ConferenceSystem/octave_matrix.mtx +; +#X connect 3 0 2 0; +#X connect 4 0 2 0; +#X connect 6 0 2 0; +#X connect 7 0 0 0; +#X connect 7 0 5 0; +#X connect 8 0 0 0; -- cgit v1.2.1