aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2018-12-18 14:24:47 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2018-12-18 14:24:47 +0000
commit1a022e59ae947f1e65c3377e61aa967b15cd0743 (patch)
tree1abed8735ad1d2e503a1b6deef949bbf11cbdc5c
parent601945f146224ec711268e37d8f08ba6a2c6df95 (diff)
Gem 51a2c26d1617a5e7d6775e147a6823347e317821 osx/x86_64
built 'master:51a2c26d1617a5e7d6775e147a6823347e317821' for osx/x86_64
-rwxr-xr-xGem/Gem.la2
-rwxr-xr-xGem/Gem.pd_darwinbin5144684 -> 5143556 bytes
-rw-r--r--Gem/develop/include/Gem/Utils/any.h8
-rwxr-xr-xGem/gem_filmAVF.la2
-rwxr-xr-xGem/gem_filmAVF.sobin57272 -> 55604 bytes
-rwxr-xr-xGem/gem_imageIO.la2
-rwxr-xr-xGem/gem_imageIO.sobin34376 -> 34376 bytes
-rwxr-xr-xGem/gem_imageJPEG.la2
-rwxr-xr-xGem/gem_imageJPEG.sobin52440 -> 50780 bytes
-rwxr-xr-xGem/gem_imageMAGICK.la2
-rwxr-xr-xGem/gem_imageMAGICK.sobin54424 -> 52772 bytes
-rwxr-xr-xGem/gem_imageSGI.la2
-rwxr-xr-xGem/gem_imageSGI.sobin59304 -> 58188 bytes
-rwxr-xr-xGem/gem_imageTIFF.la2
-rwxr-xr-xGem/gem_imageTIFF.sobin68500 -> 66320 bytes
-rwxr-xr-xGem/gem_modelOBJ.la2
-rwxr-xr-xGem/gem_modelOBJ.sobin90232 -> 96624 bytes
-rwxr-xr-xGem/gem_videoAVF.la2
-rwxr-xr-xGem/gem_videoAVF.sobin62192 -> 61156 bytes
-rwxr-xr-xGem/gemcocoawindow.la2
-rwxr-xr-xGem/gemcocoawindow.pd_darwinbin37024 -> 37024 bytes
-rwxr-xr-xGem/gemglutwindow.la2
-rwxr-xr-xGem/gemglutwindow.pd_darwinbin43704 -> 43704 bytes
-rwxr-xr-xGem/gemmacoswindow.la2
-rwxr-xr-xGem/gemmacoswindow.pd_darwinbin36912 -> 36912 bytes
-rw-r--r--Gem/model-help.pd98
-rwxr-xr-xGem/pix_drum.la2
-rwxr-xr-xGem/pix_drum.pd_darwinbin26224 -> 26224 bytes
-rwxr-xr-xGem/pix_fiducialtrack.la2
-rwxr-xr-xGem/pix_fiducialtrack.pd_darwinbin75404 -> 75404 bytes
-rwxr-xr-xGem/pix_hit.la2
-rwxr-xr-xGem/pix_hit.pd_darwinbin24448 -> 24448 bytes
-rwxr-xr-xGem/pix_mano.la2
-rwxr-xr-xGem/pix_mano.pd_darwinbin40552 -> 40552 bytes
34 files changed, 93 insertions, 45 deletions
diff --git a/Gem/Gem.la b/Gem/Gem.la
index ccf446a..c0b8c2d 100755
--- a/Gem/Gem.la
+++ b/Gem/Gem.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L/usr/local/Cellar/fribidi/1.0.5/lib -lfribidi -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L/usr/local/Cellar/fribidi/1.0.5/lib -lfribidi -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/Gem.pd_darwin b/Gem/Gem.pd_darwin
index 1835e01..5623560 100755
--- a/Gem/Gem.pd_darwin
+++ b/Gem/Gem.pd_darwin
Binary files differ
diff --git a/Gem/develop/include/Gem/Utils/any.h b/Gem/develop/include/Gem/Utils/any.h
index 4ce48b0..5841c79 100644
--- a/Gem/develop/include/Gem/Utils/any.h
+++ b/Gem/develop/include/Gem/Utils/any.h
@@ -70,11 +70,15 @@ struct fxns {
struct type {
static const std::type_info& get_type(void)
{
+#if 0
const std::type_info&res=typeid(T);
// the following is a dummy use of the type_info struct
// to make the template engine work properly on OSX/10.9
static std::string _ = res.name();
return res;
+#else
+ return typeid(T);
+#endif
}
static void static_delete(void** x)
{
@@ -100,8 +104,12 @@ struct fxns<false> {
struct type {
static const std::type_info& get_type(void)
{
+#if 0
const std::type_info&res=typeid(T);
return res;
+#else
+ return typeid(T);
+#endif
}
static void static_delete(void** x)
{
diff --git a/Gem/gem_filmAVF.la b/Gem/gem_filmAVF.la
index e87d946..a7faade 100755
--- a/Gem/gem_filmAVF.la
+++ b/Gem/gem_filmAVF.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework AVFoundation'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_filmAVF.so b/Gem/gem_filmAVF.so
index 58a181b..c0f0d70 100755
--- a/Gem/gem_filmAVF.so
+++ b/Gem/gem_filmAVF.so
Binary files differ
diff --git a/Gem/gem_imageIO.la b/Gem/gem_imageIO.la
index 030262c..cc2d77f 100755
--- a/Gem/gem_imageIO.la
+++ b/Gem/gem_imageIO.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework ImageIO'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageIO.so b/Gem/gem_imageIO.so
index c3c39f6..7487d4e 100755
--- a/Gem/gem_imageIO.so
+++ b/Gem/gem_imageIO.so
Binary files differ
diff --git a/Gem/gem_imageJPEG.la b/Gem/gem_imageJPEG.la
index 145725e..e84a6f5 100755
--- a/Gem/gem_imageJPEG.la
+++ b/Gem/gem_imageJPEG.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ljpeg -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ljpeg -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageJPEG.so b/Gem/gem_imageJPEG.so
index 6662a72..427239b 100755
--- a/Gem/gem_imageJPEG.so
+++ b/Gem/gem_imageJPEG.so
Binary files differ
diff --git a/Gem/gem_imageMAGICK.la b/Gem/gem_imageMAGICK.la
index 1686ca3..9bdf601 100755
--- a/Gem/gem_imageMAGICK.la
+++ b/Gem/gem_imageMAGICK.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -L/usr/local/Cellar/imagemagick/7.0.8-16/lib /usr/local/Cellar/imagemagick/7.0.8-16/lib/libMagickCore-7.Q16HDRI.la -L/usr/local/Cellar/little-cms2/2.9/lib -L/usr/local/opt/freetype/lib -L/usr/local/Cellar/xz/5.2.4/lib -llcms2 -lfreetype -lxml2 -llzma -lbz2 -lltdl -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -L/usr/local/Cellar/imagemagick/7.0.8-16/lib /usr/local/Cellar/imagemagick/7.0.8-16/lib/libMagickCore-7.Q16HDRI.la -L/usr/local/Cellar/little-cms2/2.9/lib -L/usr/local/opt/freetype/lib -L/usr/local/Cellar/xz/5.2.4/lib -llcms2 -lfreetype -lxml2 -llzma -lbz2 -lltdl -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageMAGICK.so b/Gem/gem_imageMAGICK.so
index 1d448b3..2300238 100755
--- a/Gem/gem_imageMAGICK.so
+++ b/Gem/gem_imageMAGICK.so
Binary files differ
diff --git a/Gem/gem_imageSGI.la b/Gem/gem_imageSGI.la
index 613dcb0..e108bab 100755
--- a/Gem/gem_imageSGI.la
+++ b/Gem/gem_imageSGI.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageSGI.so b/Gem/gem_imageSGI.so
index a6ce83b..05837ce 100755
--- a/Gem/gem_imageSGI.so
+++ b/Gem/gem_imageSGI.so
Binary files differ
diff --git a/Gem/gem_imageTIFF.la b/Gem/gem_imageTIFF.la
index c7f848e..f049a31 100755
--- a/Gem/gem_imageTIFF.la
+++ b/Gem/gem_imageTIFF.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ltiff -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ltiff -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_imageTIFF.so b/Gem/gem_imageTIFF.so
index 9ce928a..d1e2040 100755
--- a/Gem/gem_imageTIFF.so
+++ b/Gem/gem_imageTIFF.so
Binary files differ
diff --git a/Gem/gem_modelOBJ.la b/Gem/gem_modelOBJ.la
index 549ba62..4e06051 100755
--- a/Gem/gem_modelOBJ.la
+++ b/Gem/gem_modelOBJ.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_modelOBJ.so b/Gem/gem_modelOBJ.so
index 14d3359..2d831dc 100755
--- a/Gem/gem_modelOBJ.so
+++ b/Gem/gem_modelOBJ.so
Binary files differ
diff --git a/Gem/gem_videoAVF.la b/Gem/gem_videoAVF.la
index 7901f69..13020eb 100755
--- a/Gem/gem_videoAVF.la
+++ b/Gem/gem_videoAVF.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework AVFoundation'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gem_videoAVF.so b/Gem/gem_videoAVF.so
index 457e92d..28b90c4 100755
--- a/Gem/gem_videoAVF.so
+++ b/Gem/gem_videoAVF.so
Binary files differ
diff --git a/Gem/gemcocoawindow.la b/Gem/gemcocoawindow.la
index 6158ccb..0350629 100755
--- a/Gem/gemcocoawindow.la
+++ b/Gem/gemcocoawindow.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework Cocoa'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gemcocoawindow.pd_darwin b/Gem/gemcocoawindow.pd_darwin
index 973e603..792fefb 100755
--- a/Gem/gemcocoawindow.pd_darwin
+++ b/Gem/gemcocoawindow.pd_darwin
Binary files differ
diff --git a/Gem/gemglutwindow.la b/Gem/gemglutwindow.la
index 06daf76..6a37584 100755
--- a/Gem/gemglutwindow.la
+++ b/Gem/gemglutwindow.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework GLUT'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gemglutwindow.pd_darwin b/Gem/gemglutwindow.pd_darwin
index 3bed0ed..6b06cd8 100755
--- a/Gem/gemglutwindow.pd_darwin
+++ b/Gem/gemglutwindow.pd_darwin
Binary files differ
diff --git a/Gem/gemmacoswindow.la b/Gem/gemmacoswindow.la
index e7e246b..1e7d7d7 100755
--- a/Gem/gemmacoswindow.la
+++ b/Gem/gemmacoswindow.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' -framework Cocoa'
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/gemmacoswindow.pd_darwin b/Gem/gemmacoswindow.pd_darwin
index ebf28e8..03ff894 100755
--- a/Gem/gemmacoswindow.pd_darwin
+++ b/Gem/gemmacoswindow.pd_darwin
Binary files differ
diff --git a/Gem/model-help.pd b/Gem/model-help.pd
index 013712b..7837110 100644
--- a/Gem/model-help.pd
+++ b/Gem/model-help.pd
@@ -1,8 +1,8 @@
-#N canvas 404 93 710 647 10;
+#N canvas 426 119 793 647 10;
#X text 54 30 Class: geometric object;
-#X obj 464 77 cnv 15 200 380 empty empty empty 20 12 0 14 -228992 -66577
+#X obj 464 77 cnv 15 200 480 empty empty empty 20 12 0 14 -228992 -66577
0;
-#X obj 466 464 cnv 15 200 60 empty empty empty 20 12 0 14 -195568 -66577
+#X obj 466 564 cnv 15 200 60 empty empty empty 20 12 0 14 -195568 -66577
0;
#N canvas 0 50 450 300 gemwin 0;
#X obj 132 136 gemwin;
@@ -22,9 +22,9 @@
#X connect 5 0 1 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
-#X restore 471 503 pd gemwin;
-#X msg 471 484 create;
-#X text 468 465 Create window:;
+#X restore 471 603 pd gemwin;
+#X msg 471 584 create;
+#X text 468 565 Create window:;
#X text 475 59 Example:;
#X obj 7 67 cnv 15 450 210 empty empty empty 20 12 0 14 -233017 -66577
0;
@@ -38,19 +38,19 @@
#X text 27 333 Inlet 1: gemlist;
#X text 9 600 Outlets:;
#X text 21 613 Outlet 1: gemlist;
-#X obj 472 136 cnv 15 180 265 empty empty empty 20 12 0 14 -106458
+#X obj 472 136 cnv 15 180 325 empty empty empty 20 12 0 14 -106458
-66577 0;
#X text 33 14 Synopsis: [model];
#X text 7 69 Description: Renders an Alias/Wavefront-Model.;
#X text 16 86 The model object renders 3D-models that are saved in
Alias/Wavefront's OBJ-format.;
#X text 63 292 optional: name of a OBJ-file to be loaded;
-#X obj 470 413 cnv 15 50 30 empty empty empty 20 12 0 14 -24198 -66577
+#X obj 470 473 cnv 15 50 30 empty empty empty 20 12 0 14 -24198 -66577
0;
-#X obj 583 484 gemhead;
-#X obj 583 503 world_light;
+#X obj 583 584 gemhead;
+#X obj 583 603 world_light;
#X obj 473 84 gemhead;
-#X obj 473 419 model;
+#X obj 473 479 model;
#X obj 486 140 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 486 158 openpanel;
@@ -64,10 +64,10 @@ Alias/Wavefront's OBJ-format.;
#X msg 486 274 material \$1;
#X msg 574 274 texture \$1;
#X msg 576 326 group \$1;
-#X floatatom 490 206 5 0 1 0 - - -, f 5;
+#X floatatom 490 206 5 0 1 0 - - -;
#X msg 486 179 open \$1;
#X obj 576 308 hradio 15 1 0 3 empty empty empty 0 -6 0 8 -262144 -1
--1 0;
+-1 2;
#X text 27 350 Inlet 1: message: open <filename.obj>;
#X text 27 367 Inlet 1: message: rescale 1|0 :: normalize the model
(must be set PRIOR to opening a model (default:1);
@@ -95,31 +95,71 @@ to be displayed.;
\, 1==sphere mapping \, 2==UV-mapping (default);
#X obj 574 254 hradio 15 1 0 3 empty empty empty 0 -6 0 8 -262144 -1
-1 0;
-#X text 17 210 Images can be applied either as linear \, spherical or
-UV textures.;
-#X msg 511 351 backends OBJ;
-#X msg 521 371 backends ASSIMP3;
-#X text 27 542 Inlet 1: message: backends <symbol> :: choose which
-backend to use first to open the model;
+#X text 17 210 Images can be applied either as linear \, spherical
+or UV textures.;
+#X msg 511 381 loader OBJ;
+#X msg 520 401 loader ASSIMP3;
+#X text 27 542 Inlet 1: message: loader <symbol> :: choose which backend
+to use first to open the model;
+#X obj 500 524 print info;
+#X msg 518 424 loader;
+#X obj 473 325 t a;
+#X obj 558 346 t a;
+#X text 559 423 query loaders;
+#X obj 490 424 t a;
+#N canvas 1230 127 534 459 properties 0;
+#X obj 39 405 outlet;
+#X msg 39 175 enumProps;
+#X text 107 177 print available properties (for reading and/or writing)
+;
+#X msg 61 214 get texheight texwidth;
+#X msg 84 245 set usematerial 1;
+#X text 209 246 set an (available) named properties;
+#X text 208 215 get (available) named properties;
+#X msg 84 310 setProps usematerial 1;
+#X text 232 309 store a named property for applying LATER;
+#X msg 84 340 applyProps;
+#X text 162 340 apply stored properties;
+#X msg 84 370 clearProps;
+#X text 161 366 clear stored properties;
+#X text 26 35 ==========================;
+#X text 26 22 getting/setting properties;
+#X text 26 68 depending on the used backend for loading a model \,
+different properties might be available., f 61;
+#X text 30 104 properties can only be enumerated after a model has
+been loaded (and thus the loader-backend has been determined);
+#X connect 1 0 0 0;
+#X connect 3 0 0 0;
+#X connect 4 0 0 0;
+#X connect 7 0 0 0;
+#X connect 9 0 0 0;
+#X connect 11 0 0 0;
+#X restore 533 478 pd properties;
#X connect 3 0 4 0;
#X connect 4 0 3 0;
#X connect 22 0 23 0;
#X connect 24 0 48 0;
+#X connect 25 1 57 0;
#X connect 26 0 27 0;
#X connect 27 0 37 0;
#X connect 28 0 29 0;
-#X connect 29 0 25 0;
-#X connect 30 0 25 0;
+#X connect 29 0 60 0;
+#X connect 30 0 59 0;
#X connect 31 0 32 0;
-#X connect 32 0 25 0;
-#X connect 33 0 25 0;
-#X connect 34 0 25 0;
-#X connect 35 0 25 0;
+#X connect 32 0 60 0;
+#X connect 33 0 59 0;
+#X connect 34 0 60 0;
+#X connect 35 0 60 0;
#X connect 36 0 30 0;
-#X connect 37 0 25 0;
+#X connect 37 0 59 0;
#X connect 38 0 35 0;
-#X connect 48 0 25 0;
+#X connect 48 0 59 0;
#X connect 49 0 33 0;
#X connect 52 0 34 0;
-#X connect 54 0 25 0;
-#X connect 55 0 25 0;
+#X connect 54 0 62 0;
+#X connect 55 0 62 0;
+#X connect 58 0 62 0;
+#X connect 59 0 25 0;
+#X connect 60 0 25 0;
+#X connect 62 0 25 0;
+#X connect 63 0 25 0;
diff --git a/Gem/pix_drum.la b/Gem/pix_drum.la
index d0039c2..328753a 100755
--- a/Gem/pix_drum.la
+++ b/Gem/pix_drum.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_drum.pd_darwin b/Gem/pix_drum.pd_darwin
index 8871fcf..829c6f3 100755
--- a/Gem/pix_drum.pd_darwin
+++ b/Gem/pix_drum.pd_darwin
Binary files differ
diff --git a/Gem/pix_fiducialtrack.la b/Gem/pix_fiducialtrack.la
index 63b0e74..43131a0 100755
--- a/Gem/pix_fiducialtrack.la
+++ b/Gem/pix_fiducialtrack.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_fiducialtrack.pd_darwin b/Gem/pix_fiducialtrack.pd_darwin
index 457ab9d..3242cd6 100755
--- a/Gem/pix_fiducialtrack.pd_darwin
+++ b/Gem/pix_fiducialtrack.pd_darwin
Binary files differ
diff --git a/Gem/pix_hit.la b/Gem/pix_hit.la
index 0fa0fd4..ea5b7c5 100755
--- a/Gem/pix_hit.la
+++ b/Gem/pix_hit.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_hit.pd_darwin b/Gem/pix_hit.pd_darwin
index 89f7c50..8d27397 100755
--- a/Gem/pix_hit.pd_darwin
+++ b/Gem/pix_hit.pd_darwin
Binary files differ
diff --git a/Gem/pix_mano.la b/Gem/pix_mano.la
index ef1c6c9..3bf2bbc 100755
--- a/Gem/pix_mano.la
+++ b/Gem/pix_mano.la
@@ -17,7 +17,7 @@ old_library=''
inherited_linker_flags=' '
# Libraries that this one depends upon.
-dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources//bin -L../.. -ldl -lz -lm'
+dependency_libs=' -L/Users/travis/build/umlaeute/Gem/build/travis-ci/deps/Pd-0.48-0.app/Contents/Resources/bin -L../.. -ldl -lz -lm'
# Names of additional weak libraries provided by this library
weak_library_names=''
diff --git a/Gem/pix_mano.pd_darwin b/Gem/pix_mano.pd_darwin
index 62e393f..1c4af8a 100755
--- a/Gem/pix_mano.pd_darwin
+++ b/Gem/pix_mano.pd_darwin
Binary files differ