diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-25 11:48:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-25 11:48:29 +0000 |
commit | 280725774faa4e3d91ff599cca3a1466c77d300e (patch) | |
tree | 1c3ef73ccf694e94a9d75c5015cca2f5205e60f4 /audio/pd/files/patch-extra_fiddle~_fiddle~.c | |
parent | Add wait_on-1.0 (diff) |
Add pd-0.35.23
Pd is a real-time graphical programming environment for audio and
graphical processing. It resembles the Max/MSP system but is much
simpler and more portable; also Pd has two features not (yet) showing
up in Max/MSP: first, via Mark Dank's GEM package, Pd can be used
for simultaneous computer animation and computer audio. Second, an
experimental facility is provided for defining and accessing data
structures.
Submitted by: trevor
Notes
Notes:
svn path=/head/; revision=59977
Diffstat (limited to 'audio/pd/files/patch-extra_fiddle~_fiddle~.c')
-rw-r--r-- | audio/pd/files/patch-extra_fiddle~_fiddle~.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/pd/files/patch-extra_fiddle~_fiddle~.c b/audio/pd/files/patch-extra_fiddle~_fiddle~.c new file mode 100644 index 000000000000..6158d457d4eb --- /dev/null +++ b/audio/pd/files/patch-extra_fiddle~_fiddle~.c @@ -0,0 +1,13 @@ +--- extra/fiddle~/fiddle~.c.orig Mon Apr 15 15:52:45 2002 ++++ extra/fiddle~/fiddle~.c Fri May 24 23:12:27 2002 +@@ -40,9 +40,7 @@ This file is downloadable from http://ww + #define fexp exp + #define fsqrt sqrt + #pragma warning (disable: 4305 4244) +-#endif +- +-#if (defined(__linux__) || defined(MACOSX)) ++#else + #define flog log + #define fexp exp + #define fsqrt sqrt |