Bump version numbers for 3.13
[maemo-rb.git] / apps / plugins / pdbox / README.rockbox
blob47a2abf19faa5e4e3b0217c9f19c3bb2b1827f72
1 Library: PDa (Pure Data Anywhere)
2 Imported: 2009-05-22 by Wincent Balin (GSoC), commit by Peter D'Hoye
4 This directory structure contains the Pure Data Anywhere implementation
6 LICENSING INFORMATION
8 PDa is licensed under the Standard Improved BSD License and is copyrighted
9 by Miller Puckette and others
11 IMPORT DETAILS
13 PDbox is based on PDa 0.6 which is based on pd-0.37-4 (around the end of 2004).
15 Additionally a minor patch was applied to the file s_loader.c to prevent
16 loading of shared libraries, which would not work in Rockbox anyway.
18 The changes applied fall into three categories: networking, file operations
19 and others. As Rockbox does not have a networking, a lightweight messaging
20 system was implemented for communication. File operations differ under
21 Rockbox from those under desktop operating systems a little. Most, if not all
22 changes are recognizable by their using of the ROCKBOX preprocessor variable
23 (i.e. #ifdef ROCKBOX, #endif /* ROCKBOX */).