diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-12 15:00:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-03-12 15:00:42 +0000 |
commit | ab686a4e68d07ffc9b99f7d84fb6fe01ba0fcf04 (patch) | |
tree | 895fa8ccbf3b73c7f1477709b95e8eae0cfaf999 /audio/Makefile | |
parent | Update to 0.18.4. (diff) |
New port: audio/pd-cyclone
Cyclone is a library of PureData classes, bringing some level of
compatibility between Max/MSP and Pd environments. The original
goal of cyclone was to create a collection of Max/MSP objects for
PureData. This was in the 2000s area, Max/MSP version 4.6. Since
then MAX evolved its architecture and file format to something that
is incompatible with PureData. Compatibility in patch file level
is limited to this very old version of Max/MSP.
WWW: http://puredata.info/downloads/cyclone/
PR: 207047
Submitted by: Tobias Brodel <brittlehaus@gmail.com>
Notes
Notes:
svn path=/head/; revision=410893
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 11b5716807b4..1ba8496c6d3b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -590,6 +590,7 @@ SUBDIR += pavucontrol SUBDIR += pavumeter SUBDIR += pd + SUBDIR += pd-cyclone SUBDIR += pear-Text_Spell_Audio SUBDIR += penguinsap SUBDIR += pianobar |