Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drdub/pdfile
The PdFile library for Pure Data static patching.
https://github.com/drdub/pdfile
Last synced: about 1 month ago
JSON representation
The PdFile library for Pure Data static patching.
- Host: GitHub
- URL: https://github.com/drdub/pdfile
- Owner: DrDub
- License: other
- Created: 2011-10-10T10:28:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T08:22:34.000Z (almost 13 years ago)
- Last Synced: 2023-03-11T04:12:51.388Z (almost 2 years ago)
- Language: Python
- Homepage: http://duboue.net/puredata/
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
README
The PdFile library for Pure Data static patching.
-------------------------------------------------PdFile is a pure Python library for dealing with Pure Data files
programmatically. It enables creating and some basic understanding of
PD files from Python. With PdFile, a Python programmer can develop
complex PD patches without having to use PD's graphical interface.This library does not require PD.
LICENSE
-------Copyright 2011-2012 Pablo Duboue
http://duboue.net
PdFile is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.PdFile is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the gnu general public license
along with PdFile. If not, see .EXAMPLES
--------Some examples are shipped with the pdfile Python module. To try them,
run the examples scripts located in pdfile/examples:python examples/monto_escrito.py
SEE ALSO
--------Purity, a Python library for dynamic patching.
http://wiki.dataflow.ws/Purity
Unofficial PD v0.37 fileformat specification
http://puredata.info/docs/developer/PdFileFormat