https://github.com/phrb/libpd_tutorials
This repository includes some tests for libpd.
https://github.com/phrb/libpd_tutorials
Last synced: about 1 year ago
JSON representation
This repository includes some tests for libpd.
- Host: GitHub
- URL: https://github.com/phrb/libpd_tutorials
- Owner: phrb
- Created: 2013-08-20T16:26:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-21T21:25:37.000Z (over 12 years ago)
- Last Synced: 2025-02-02T14:48:49.830Z (over 1 year ago)
- Language: C
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
libpd_tutorials:
This repository contains a copy of libpd source and makefile.
The examples directory contains a series of tutorials on implementing
various libpd functionalities, accompanied by their makefiles and
matching pd patches.
Solution for libpd not binding function pointers correctly:
Add libpd/util/z_hook_util.c to Makefile.
For some reason, it's not added as default.
This provides the set functions for the function hooks to be called
by Pure Data patches.
For documentation of libpd, see the wiki: https://github.com/libpd/libpd/wiki
* libpd_wrapper: This folder contains the source files that make up the core
of libpd.
$ make libpd:
- libpd, (default) builds if no target is specified, builds the libpd.so/dylib/dll
- Makefile modified to provide set hook functions.