An open API service indexing awesome lists of open source software.

https://github.com/grrrr/absattr

Patcher attributes for Pure data
https://github.com/grrrr/absattr

pure-data puredata

Last synced: 4 months ago
JSON representation

Patcher attributes for Pure data

Awesome Lists containing this project

README

          

absattr - patcher attributes

Copyright (c)2005-2008 Thomas Grill (gr@grrrr.org)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.

Donations for further development of the package are highly appreciated.
Visit https://www.paypal.com/xclick/business=gr%40grrrr.org&item_name=absattr&no_note=1&tax=0&currency_code=EUR

----------------------------------------------------------------------------

Driven by vibrez.net

----------------------------------------------------------------------------

BUILDING from source
--------------------

You will need the flext C++ layer for PD and Max/MSP externals to compile this.
See http://grrrr.org/ext/flext
Download, install and compile the package.
Afterwards you can proceed with building this external.

pd/Max - Windows - Microsoft Visual C, Borland C++, MinGW:
----------------------------------------------------------
Start a command shell with your eventual build environment
(e.g. run vcvars32.bat for Microsoft Visual Studio)

then run
..\flext\build.bat
(you would have to substitute ..\flext with the respective path to the flext package)

pd/Max - OSX/Linux - GCC:
-------------------------
From a shell run
bash ../flext/build.sh
(you would have to substitute ../flext with the respective path to the flext package)

----------------------------------------------------------------------------

Version history:

0.2.1:
- externally passed attributes are promoted into the abstraction

0.2.0:
- added loadbang prioritization

0.1.0:
- first public version