Removed 50 in/outs limit, added bang-input, default values, tab-simulation, and some macros to work around the limited editing-possibilites within the pd-object box.
Example of syntax:
C:
" if(a==5){ for(b=0;b<5;b++){ printf("a+b: %d\n",a+b); } }else{ a++; } "
PD object-box C:
" if(a==5) BEGIN; . for(b=0 SC b<5 SC b++) BEGIN; . . printf("a+b: %d" NL ,a+b); . END; ELSE; . a++; END; "
A new nice screenshot: http://www.notam02.no/~kjetism/pd/bin/k_cext.gif (the help-patch)
k_cext will not work for windows or MacosX. (needs to be ported first)
http://www.notam02.no/~kjetism/bin/pd/k_cext-0.2.tar.gz