aboutsummaryrefslogtreecommitdiff
path: root/modules/generic
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 23:14:15 +0000
commita587a74821c155e281d2a6ce9a9a1d7b6a336fce (patch)
treec5ddd7ed4a1cb1a03a8e9d06d16bbe25c5b153df /modules/generic
parent921b949e82d9b140d69c4487b132fb4ac3185c2a (diff)
Checked in latest from Tom Schouten's darcs repository, which was checked in
19-Feb-2008. Changes are mostly the email address and URLs, but two new objects are also added: pdp_array2grey and pdp_grey2array for converting between Pd arrays and greyscale images. svn path=/trunk/externals/pdp/; revision=9899
Diffstat (limited to 'modules/generic')
-rw-r--r--modules/generic/pdp_convert.c2
-rw-r--r--modules/generic/pdp_del.c2
-rw-r--r--modules/generic/pdp_description.c2
-rw-r--r--modules/generic/pdp_inspect.c2
-rw-r--r--modules/generic/pdp_loop.c2
-rw-r--r--modules/generic/pdp_metro.c2
-rw-r--r--modules/generic/pdp_rawin.c2
-rw-r--r--modules/generic/pdp_rawout.c2
-rw-r--r--modules/generic/pdp_reg.c2
-rw-r--r--modules/generic/pdp_route.c2
-rw-r--r--modules/generic/pdp_snap.c2
-rw-r--r--modules/generic/pdp_trigger.c2
-rw-r--r--modules/generic/pdp_udp_receive.c2
-rw-r--r--modules/generic/pdp_udp_send.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/modules/generic/pdp_convert.c b/modules/generic/pdp_convert.c
index cc7dd8c..b9e298a 100644
--- a/modules/generic/pdp_convert.c
+++ b/modules/generic/pdp_convert.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_del.c b/modules/generic/pdp_del.c
index 6b7aeb2..0679c9e 100644
--- a/modules/generic/pdp_del.c
+++ b/modules/generic/pdp_del.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_description.c b/modules/generic/pdp_description.c
index 4f2ff13..38ed07f 100644
--- a/modules/generic/pdp_description.c
+++ b/modules/generic/pdp_description.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_inspect.c b/modules/generic/pdp_inspect.c
index b669475..eb1a2b9 100644
--- a/modules/generic/pdp_inspect.c
+++ b/modules/generic/pdp_inspect.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_loop.c b/modules/generic/pdp_loop.c
index 259eb8f..e6a7929 100644
--- a/modules/generic/pdp_loop.c
+++ b/modules/generic/pdp_loop.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_metro.c b/modules/generic/pdp_metro.c
index 55ad8c5..ebcc84e 100644
--- a/modules/generic/pdp_metro.c
+++ b/modules/generic/pdp_metro.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module. Standard sync rates.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_rawin.c b/modules/generic/pdp_rawin.c
index 04d8775..1fd28c5 100644
--- a/modules/generic/pdp_rawin.c
+++ b/modules/generic/pdp_rawin.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module. Raw packet input
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_rawout.c b/modules/generic/pdp_rawout.c
index 01d7ca0..e66929a 100644
--- a/modules/generic/pdp_rawout.c
+++ b/modules/generic/pdp_rawout.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module. Raw packet output.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_reg.c b/modules/generic/pdp_reg.c
index 2ad15a6..1d6a9d2 100644
--- a/modules/generic/pdp_reg.c
+++ b/modules/generic/pdp_reg.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_route.c b/modules/generic/pdp_route.c
index c410d1f..41e0eaf 100644
--- a/modules/generic/pdp_route.c
+++ b/modules/generic/pdp_route.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_snap.c b/modules/generic/pdp_snap.c
index 73ec26c..cd9185b 100644
--- a/modules/generic/pdp_snap.c
+++ b/modules/generic/pdp_snap.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_trigger.c b/modules/generic/pdp_trigger.c
index 597125c..36a9f3d 100644
--- a/modules/generic/pdp_trigger.c
+++ b/modules/generic/pdp_trigger.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_udp_receive.c b/modules/generic/pdp_udp_receive.c
index 3d42466..223ce69 100644
--- a/modules/generic/pdp_udp_receive.c
+++ b/modules/generic/pdp_udp_receive.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/modules/generic/pdp_udp_send.c b/modules/generic/pdp_udp_send.c
index cb55ad1..2625d21 100644
--- a/modules/generic/pdp_udp_send.c
+++ b/modules/generic/pdp_udp_send.c
@@ -1,6 +1,6 @@
/*
* Pure Data Packet module.
- * Copyright (c) by Tom Schouten <pdp@zzz.kotnet.org>
+ * Copyright (c) by Tom Schouten <tom@zwizwa.be>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by