#N canvas 0 0 551 355 10; #X obj 108 41 loadbang; #X obj 46 55 inlet; #X msg 125 115 forth .words; #X msg 125 145 forth 1 2 + p; #X msg 124 176 forth ps; #X obj 108 231 pf pd-console; #X msg 158 41 bang; #X obj 108 259 outlet; #X text 39 20 open a console to packet forth on pd's terminal.; #X obj 108 75 metro 10; #X text 213 74 PF poll interval. this will set PF's time resolution. ; #X text 210 219 the console object opens a command console \, and provides PF with a heartbeat to run it's scheduler. note that you can use 'pf-console' to connect to this pf instance if you don't have access to the PD console. ; #X text 214 117 to send arbitrary forth commands to a [pf] object \, give it a 'forth' message followed by the forth code.; #X text 212 165 each object is a PF task \, and can have local variables (properties) and words (methods).; #X connect 0 0 9 0; #X connect 1 0 5 0; #X connect 2 0 5 0; #X connect 3 0 5 0; #X connect 4 0 5 0; #X connect 5 0 7 0; #X connect 6 0 9 0; #X connect 9 0 5 0;