diff options
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r-- | packages/darwin_app/TODO | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO new file mode 100644 index 00000000..32a5bc4d --- /dev/null +++ b/packages/darwin_app/TODO @@ -0,0 +1,20 @@ + +- change s_inter.c to use /Applications/Pd.app/Contents/MacOS/Wish\ Shell + +- AppMain.tcl: + http://www.wordtech-software.com/tcl-bundle-tutorial.html + http://wiki.tcl.tk/tclhttpd/3214 + check WaveSurfer + +- include auto-.pdrc script in package somewhere... + +- convert from -DMACOSX to -D__APPLE__ where ever possible (check out + __gnu_linux__) while I am at it + +- make a web page that has stuff that can't be included due to license issues: + (percolate, OSC?) + +- add m_pd.h to /usr/local/include to Pd-UNIX.pkg + +- add externals/OSCx/send+dump/ dumpOSC and sendOSC to Pd-UNIX.pkg + |