i keep getting SIMD messages in pd's console window. doesn't seem to be causing any harm, but there are a lot of them and they get a bit annoying.
it's a new thing that only started happening since i switched to pd extended (hans installer) 0.39.2 RC 2
My guess is that these are from zexy objects, perhaps IOhannes forgot
to remove some debug messages before the release got branched:
externals/zexy/src/0x3c0x7e.c: post("SIMD");
I think 0x3c0x7e is [>~], are you using that object? I suppose I
could just remove this from the release branch.
.hc
On Jun 19, 2007, at 7:04 PM, hard off wrote:
i keep getting SIMD messages in pd's console window. doesn't seem
to be causing any harm, but there are a lot of them and they get a
bit annoying.it's a new thing that only started happening since i switched to pd
extended (hans installer) 0.39.2 RC 2
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war
on terrorism. - retired U.S. Army general, William Odom
yes, i use [>~] a lot.
sometimes if i have 10 of them in different synths, i will get lots of SIMD messages in the console. would be good if you could remove it.
thanks.
matt
Hans-Christoph Steiner wrote:
My guess is that these are from zexy objects, perhaps IOhannes forgot to remove some debug messages before the release got branched:
externals/zexy/src/0x3c0x7e.c: post("SIMD");
I think 0x3c0x7e is [>~], are you using that object? I suppose I could just remove this from the release branch.
oops sorry for the leftover. i wasn't aware of this.
i have removed the post from the HEAD of zexy.
fgmasd.r IOhannes
this is still a problem in the newest build of pd extended on os X. is there some way i can fix it for myself?
Just checked in the fix to the release branch.
.hc
On Jul 13, 2007, at 6:49 PM, hard off wrote:
this is still a problem in the newest build of pd extended on os
X. is there some way i can fix it for myself?
"...information-sharing is a powerful positive good, and... it is an
ethical duty of hackers to share their expertise by writing open-
source code and facilitating access to information and to computing
resources wherever possible." - Eric Raymond