Re: [PD] oops: ALSA cards not reported in order?

2012-06-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-20 15:38, Julian Brooks wrote:
 Hi IOhannes,
 
 How do I fix the enumeration?
 
 'apt-get install puredata' took out jack2

well, i can assure you that i have both puredata (0.43.2-2) and
jackd2 (1.9.8~dfsg.4+20120529git007cdc37-1) installed.

you could try installing jackd2...

 
 Maybe there's something else going on because I get 'signalling
 watchdog' and nothing else when attempting to start Pd.

which version of puredata do you have installed?
$ apt-cache show puredata
which version of pd are you using?
$ which pd

 
 Same problem with jack.

even if you start jack before starting pd -jack?

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/h14AACgkQkX2Xpv6ydvSEggCglP3NGUdbqD6+kH8ShbI23Rt4
9JMAn0j6tgzanbat5iPlA5UGjC8okyRr
=Pc0w
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] readanysf~.pd doesn´t create anymore...

2012-06-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-11 21:25, ZÉ Oliveira wrote:
 Hi i´m having trouble with my readanysf~.pd that used to work, but
 now PD cant create it...
 
 i get the folowing message wich i dont get: (there is a GStreamer 
 reference in this message, i aded GStreamer to Processing.org
 Library recently, but what does it have to do with readanysf~???)
 
 /Users/Zeoliva/Desktop/Tudo/MAX Processing e 
 Arduino/PD/Library/readanysf~/readanysf~.pd_darwin: 
 dlopen(/Users/Zeoliva/Desktop/Tudo/MAX Processing e 
 Arduino/PD/Library/readanysf~/readanysf~.pd_darwin, 10): Symbol not
 found: _faacDecDecode Referenced from:
 /Library/Pd/readanysf~/libavcodec.51.dylib Expected in:
 /Library/GStreamer/lib/libfaad.0.dylib

it seems like you changed a component that readanysf~ depends on
(e.g. deinstalled the library, or installed an incompatible version of
it).
chances are high, that this component is indeed gstreamer (esp. since
you did do something with it).
your options are:
- - either revert to a running GStreamer installation (that provides
faad support via libfaad.0.dylib)
- - or re-compile readanysf~ (and/or ffmpeg/libav) to match your newly
installed libraries.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/W68gACgkQkX2Xpv6ydvQaGgCeKBQMl+rnqj9qZofZdoRDV1vu
K2MAn0Mc+HjctLSPVUBwCal3FALKAPa4
=utN0
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] how to play long videos in PD ?

2012-06-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-12 15:02, Фывапр Олджэвич wrote:
 Hi, lists !
 
 i try to play videos of 2 minutes long via [pix_movie] or [
 pix_film ] .
 
 Non of them work . Nothing appears in GEM-window.
 
 But if i load a video of 1 or 2 seconds - it plays it .
 
 How can I play longer videos in PureData ? Maybe I miss something
 ?

check for errors on the Pd-console (and probably on the cmdline as well).
maybe your longer videos are simply using a an unsupported codec.

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/XP9QACgkQkX2Xpv6ydvTOcACgvdQX7AI4Uxsy14P9Xrs13cep
jXwAoJk36RcpVTdL2RbfK5G4hDNLCBh3
=T7Uz
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] how to play long videos in PD ?

2012-06-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-12 15:14, Declan Doherty-Ramsay wrote:
 You could have a go with the PDP and PiDiP externals - [pdp_yqt]
 might be just what you are looking for.

why?

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/XTSEACgkQkX2Xpv6ydvSZWACeO1gsdf1XQoK0dBj9x/o72LUL
3fYAnR4d4Q4y98s0SLadnf9rjbkDHgRD
=Dyt0
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] text to sound

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-11 00:59, FernandoG wrote:
 Hi, i am developing a proyect where the main idea is transform text
 data to sound. Time ago i was experimenting with the concept of
 devices as files in linux where you can read diferent files, like
 pdf as sound redirecting files to standar output ( by example in
 bash you can do cat /dev/hda1  /dev/audio to hear the sound of
 harddisc data) Then i am looking for similar procedures using PD,
 anybody out there know about a way to transform by explame a pdf or
 plain text into sound output?

do you mean this?

[read iDoc.pdf 0 0 1 2(
|
[readsf~]


fgamdrs
Ihanens
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/VmUMACgkQkX2Xpv6ydvRrcwCg9Vyh1c8CncI6jtJLBIifTJHE
DycAoLvf1s2TYvm6PzR32RO5wePqlZl+
=9JAX
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] tried but couldn't sync A/D/A

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-11 10:00, aishen wrote:
 Hi,

please do not hijack other threads (even if they are your own).
make sure to read [1].

 When I start pd-extended I got this message : tried but couldn't
 sync A/D/A I don't know what it means ? After googling I didn't
 find an answer to this question. I have sound in alsa, I don't want
 to use jack because it can't run on my ubuntu 12.04 (I guess it's
 because I can't configure it properly) Is this message important ? 
 If yes : How can i get read of it ?

it indeicates that there are some problems when talking to your sound
system.
if they only appear once or twice at startup, they may indicate a
transitional problem, which you might safely ignore.

to be sure, listen to the sounds Pd generates. if you hear undesired
crackles, you might want to take action, otherwise i would go and be
happy.

fgamsdr
IOhannes




[1] http://puredata.info/community/lists/Netiquette

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/VqC8ACgkQkX2Xpv6ydvTvSACdG7DDxfN85gwARJx+EruruB9A
TS0An10lHtMuTYE7EZ4TnOnMciU+dL58
=Im3P
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd arduino

2012-06-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-11 09:34, ais...@free.fr wrote:
 Hi, I found some patches with arduino card like an emulator (i am
 on ubuntu) it looks like mac, but I forget the name of this
 arduino-pd example ? I am looking for hours to try to find it back
 but disappeared complety I am sorry because I haven't much
 explanation but maybe someone can understand what I mean ?

could you re-phrase the question? i'm not sure i understand what you
are looking for.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/VqF8ACgkQkX2Xpv6ydvRoYwCg6kk7DLNCYRvGTP70cHWGmcTQ
bSgAnjNNDjpGGEdRH6FnzbMShhKBfxj+
=1/tH
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] taking data from web

2012-06-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-05 22:06, ??  wrote:
 Hi, list !
 
 I visited workshop on Processing and saw, that it is very easy to
 take data from web..
 
 You just put txt-document somewhere in your web-site, then you just
 type URL-adress in Processing's code and it uses it as text-file on
 local computer.
 
 So maybe Processing has some browser in it.
 
 Anyway, the question is: can PD easily connect with servers and
 with web-sites ?

sure.
have a look at mrpeach's [tcpclient] helppatch.

 
 Is there any way to make browser-interface in one city - able to
 change parameters in PD-patch in another city, for example ?
 

sure, just ask on a web-dev forum.

apart from that, you don't need a webserver/browser thingie in order
to exchange data between to Pd-patches.
just use [netsend] and [netreceive]

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/O9gEACgkQkX2Xpv6ydvT7OQCgyrKchmNOHu8HZNTCGesoNB9O
A3sAn2nAhF2WNKm7IYB00nMxvrl5GKi5
=XAuJ
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] iemguts on windows 2

2012-06-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

and please, always always reply to the mailinglist rather than by
personal email (unless you want some private conversation).

On 2012-06-06 08:21, IOhannes m zmoelnig wrote:
 On 2012-06-06 00:45, Tebjan Halm -  wrote:
 yep, the latest pd ist just missing that one export of 
 glist_getindex. maybe someone just forgot it. i am trying to
 build pd vanilla with the makefile.mingw right now.
 
 after some (3hrs) trouble and search all files build, but i have
 a linker error now: ... g_text.o:g_text.c:(.text+0x19ac):
 undefined reference to `u8_wc_toutf8'
 g_rtext.o:g_rtext.c:(.text+0x57): undefined reference to
 `u8_charnum' g_rtext.o:g_rtext.c:(.text+0x173): undefined
 reference to `u8_offset' g_rtext.o:g_rtext.c:(.text+0x2a0):
 undefined reference to `u8_charnum'
 g_rtext.o:g_rtext.c:(.text+0x76c): undefined reference to
 `u8_offset' ...
 
 what lib is missing? i cant find any hints on it.. i guess its 
 just something i have to install for mingw. any ideas?
 
 well, makefile.mingw seems to not build some files, namely
 s_utf8.c just add it to the SRC variable within makefile.mingw
 
 apart from that, i think the right way would be to build Pd
 using the autotoolchain. afair, some tweaks are required (alas!),
 which ought to be documented in the mailinglist archives (look out
 of patco and mingw)
 
 gmasdr IOhannes
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/O92gACgkQkX2Xpv6ydvRHrQCeJdbuvj1d9Zb262a2tYI2U76Q
4fYAmgIh6YwQtBgrKr8Z20PMZEqx1kxW
=kKWA
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] iemguts on windows 2

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-04 20:25, Tebjan Halm -  wrote:
 
 int glist_getindex(t_glist *x, t_gobj *y);
 
 but no body of it. does anyone know where it is and why the
 compiler can't find the reference?

you see a forward declaration of a function defined by pd, but not
exposed through it's headers.

for older versions of Pd (0.43) most of those private functions will
definitely be _unavailable_ on w32 (where you have to explicitely
export symbols in order to make them available for other dlls; un*x is
a usually less strict about exporting symbols).
with 0.43 a number of those private functions have been marked as
exported, so they might work with w32 as well.

iemguts uses non-public functions quite a lot (hence it's power and name)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/N64cACgkQkX2Xpv6ydvQhKACfagFbwgms5LjJLs2hoCnk5SoS
mFUAniQOnblwCO7DnUwibjj0d/tz3yhz
=hnLh
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] animating abstractions and calculating distance between them

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-04 22:00, Marian Weger wrote:
 how do you edit your patch while the objects are moving?

well, that's part of the fun, isn't it?

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/N6+MACgkQkX2Xpv6ydvR5TQCbBSJMJ+S4X7ldDj/tf4ImIrmo
POwAniycelajwAtOxLkJiKsUCURGetXp
=ZFu9
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] { or } in a message

2012-06-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-06-05 15:27, philippe boisnard wrote:
 Hello
 
 do you know how to use { or } in a message or symbol. Because, when
 I type this, I have nothing ?

yes. you don't.

fgmadrt
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/OEL8ACgkQkX2Xpv6ydvQYZQCeOn2TmSUp/Xxi0Q+C+XcGYGgr
MIkAn1twwqizXDr++45u9BcT9U+CqFtE
=7T1/
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] an BUG on [expr] ???

2012-05-30 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-05-30 17:17, Jonghyun Kim wrote:
 
 I think it is a bug...
 
it's a feature.

[expr~] behaves the same on max/msp and Pd, and therefore inherits the
best of both worlds (e.g. using integers when a number looks like an
integer)

the biggest problem is, that Pd's text-atom conversion will save a
token that looks like a number and can be expressed without decimals
as something that looks like an integer. e.g. [f 60.000] will be
stored as [f 60].
this can be problematic with [expr], e.g. [expr 1000.0 / 60.0] will be
stored as [expr 1000 / 60], which will result in integer evaluation
and produce 16.
a workaround is to make the parser think that the number is really
something else (a symbol), e.g. [expr (1000.0 / 60.0)], which will
produce 16....

gmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/GQfcACgkQkX2Xpv6ydvQtYACgyzVf+hUG6TEcHysIIyK/mDzx
E8sAoLQsti4EW/0L3gP/YFhvHzr00Rrp
=aYVv
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] setting send 'list: no such object' ?

2012-05-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-05-24 08:46, tim vets wrote:
 hello, I have a symbol like this: 
 destination_value1_value2_value3_value4 with which I want to send
 the list value1 value2 value3 value4 to destination First, I
 turn the symbol into a list using [s2l] Then I split off the first
 element of the list using list-splat, and use that to set the
 destination of a [send] object. While this seems to work (value1
 value2 value3 value4 does get sent to [r destination]), 
 nevertheless I get the error 'list: no such object' in the pd
 window.

i'm using the following idiom quite often:

[list desination value1 value2...(
|
[t l s]
| |
| +--+
||
[list split 1]   |
x  | x   |
   | |
   [send  ]


without any problems.
maybe [list-splat] does something weird that the built-in [list spit]
does not suffer from?

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+94KgACgkQkX2Xpv6ydvS9oACbBdGg2UWny0FEOkLM2iRSWXw1
VGkAoLqHQyykQUThizhpZ96g15vasKjP
=tB4v
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] variable receive objects?

2012-05-14 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-05-14 05:02, John Harrison wrote:
 I thought [send13] and [receive13] from the ext13 library were for
 settable send and receive? Or am I misunderstanding the question?

for settable send i would _highly_ recommend to use the built-in [send].
whether you use [iem_r] or [receive13] is probably only a matter of
taste (but i think that most of ext13's objects are not so important
nowadays; and d13b is not so active in Pd land any more)

 
 I've used those 2 objects a lot and thought they seemed pretty
 stable...
 

that's because the trivial case (where receiving data and changing
the receive label are completely independent of each other
(stackwise)) won't create much of a problem.

it's easy to implement a feature and suddenly end up with a bug. it's
even common. both [recevie13] and [iem_receive] have probably gone
this route.
however, it's incredibly harder to implement a feature where you know
beforehand that you will open a can of worms and you don't know yet
how to close it (properly). that's the route [r] has gone.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+wt1AACgkQkX2Xpv6ydvT2LACg5wh3vPHkGrtpNDHGs71QJHb6
84IAoNn0OViWhBvmjEof24UTJPWmcfnp
=pvRn
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] compiling pd-jackclock

2012-05-14 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-05-14 12:52, derek wrote:
 Hi folks,
 
 I'm looking for a way to communicate between Pd and the transport
 of Ardour. There used to be a jack-transport object, but the main
 page for this seems down and it's not in any other repository I've
 searched. I found pd-jackclock, but I get the following error after
 setting up the Makefile with the location of the Pd sources and
 trying to make. Hope someone can help with this. Thanks!
 
 Derek
 
 derek@shuttle-xpc:~/Downloads/pd-jackclock-1.0$ make cc
 -ICFLAGS+=-I /usr/include/pdextended/m_pd.h -fPIC -O2 -Wall
 ^^
i guess, the way you modified your makefile broke the build.
the above should read -I/usr/include/pdextended/ rather than
-ICFLAGS+=-I /usr/include/pdextended/m_pd.h (spaces do matter, mind
paths vs files and you should never see 'CFLAGS' in the actual gcc
cmdline - it's supposed to be properly substituted)

gamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+xAzkACgkQkX2Xpv6ydvQQgwCgsrY3AXqAllC3wKzkTlWRAG/2
0VAAn1vQNGGt+jbFKNPNvHANEPT9TMlc
=3k0D
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [GEM] PS3eye in Ubuntu 12.04?

2012-05-14 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-05-12 10:49, Jaime Oliver wrote:
 hi all,
 
 does anyone have experience with the ps3eye in ubuntu using
 pd/gem?
 
 I am trying out ubuntu for one of my systems and have the following
 issue.
 
 I am able to control the frame rate, autogain and several other 
 features of the PS3eye camera from GUVCViewer, but I cannot do it
 from GEM.

Gem won't (shan't) touch any settings of the device if it can help it.
so setting the framerate before you start Gem should get you somewhere.

furthermore, it should be possible to change some properties of the
camera even while Gem is capturing.

in the case of guvcview this might not work due to guvcview (which
tries to also _capture_ images and fails doing so), but tools that
only set properties should work ok.
i'd recomment something simple like v4l2-ctl (on debian this is
available in the v4l-utils package)

$ v4l2-ctl -d /dev/video0 -p 120


 Could anyone suggest a way of controlling the camera so that GEM
 can use higher frame rates?

nevertheless, setting the framerate is currently really missing in
Gem's v4l2 backend. please file a feature-request (for Gem!).

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+xBiMACgkQkX2Xpv6ydvRk9QCgmgLkUxptSdPpcLe7+D1uiy/p
S6MAn1BpARWuRcUq9UVcNXD6oE2j8+Xa
=TeGw
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-05-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-30 23:43, Hans-Christoph Steiner wrote:
 
 This leads me to the question: are there any more 0.93 releases planned?  
 John's bug and the Mac OS X 1 frame video playback are show stoppers.  It 
 seems that Pd-extended should just switch to the git master, hopefully that's 
 not painful.
 

yes, i think there will be a 0.93.4 release somewhen pretty soon.

i (still) believe that john's bug can be closed now (whatever the issue
with the Pd-extended build might be).

@john: if you don't mind, would you care to check whether the 0.93
branch has the issue fixed as well (current commitish there is
6dedf323d28)? (note: you might need to remove the
abstractions/gemdefaultwindow.pd before being able to switch to that branch)


and i don't think that the osx 1 frame video playback is a show
stopper, in a sense that mpg playback on OSx has probably always had
this problem and afaict from the bug-report the problem does not appear
with other file formats (at least .mov)

madsr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+g2JkACgkQkX2Xpv6ydvR9jgCfcIm/MnKYMuXXVZi/IdBNdH87
QWkAoPBwSHcOBzMmft+pIG3AMBDoEVra
=C4yY
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Sending and Receiving

2012-04-23 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-23 05:39, Rishabh Natarajan wrote:
 Hi folks,
 
 I'm building a 2 way system consisting of 2 way send and receive
 patches. One patch will send 8 vslider values to the other patch via OSC
 and udpsend, while the other patch receives these values, and on
 adjusting sliders here, can send back changed slider values once again
 through udpsend and OSC.
 
 I'm getting an error saying Packet size (5) is not a multiple of 4
 bytes: dropping packet.
 
 I understand that an OSC packet has to be 4 bytes long. So how do I do this?

OSC packets have to have a size that are a multiple of 4 (filling up
with zeros if necessary), so instead of 5 bytes it should be 8 bytes.

[packOSC] will always generate correctly sized packets (at least it does
for me).
for whatever reasons you are loosing some bytes somewhere, try to find
out where - could be a wrong usage of [udpsend], something on the
network transport (statefull firewall, but unlikely), something you do
after [udpreceive] before the [unpackOSC]...it's a bit hard to tell what
is going wrong without a (stripped down) patch

ghsmdf
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+VAbkACgkQkX2Xpv6ydvSJ5ACgoqbmOXWlBfX3a1B0fqmL0gxG
l5cAnjhskMliC8SURXLt/syLGIZ+nF9X
=1tYj
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-22 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-21 15:42, Hans-Christoph Steiner wrote:
 
 On Apr 21, 2012, at 9:09 AM, IOhannes m zmoelnig wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2012-04-16 20:44, John Harrison wrote:
 Sorry for the delay on this. I downloaded today's binary build of
 Pd-extended for Ubuntu 11.10 32 bit, then ran Pd-extended with -nrt in

 is it possible to build Gem (from the git master branch) yourself?
 what is the exact version it shows for Gem?
 
 Gem in Pd-extended is the 0.93 branch, at commit 
 1458b4f8cfa12503bba94e2a8804f802f07efdaa

thanks hans.
however, i was explicitely asking john which version he is using, rather
than which version comes bundled with PdX;
the two could be different (which i hope, since i really believe that
the issue should be fixed, at least in the master branch)

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+T0f8ACgkQkX2Xpv6ydvSoDgCgodi2d717pTgpzy6uhGiPPxeN
/QAAni3FZI7Dm4ol7NvD+gZyJAZmqSQW
=6OKP
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-16 20:44, John Harrison wrote:
 Sorry for the delay on this. I downloaded today's binary build of
 Pd-extended for Ubuntu 11.10 32 bit, then ran Pd-extended with -nrt in

is it possible to build Gem (from the git master branch) yourself?
what is the exact version it shows for Gem?

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+SsZ4ACgkQkX2Xpv6ydvSVxgCcCB4RBCG9eOnb73zafm5sjKKn
fc0An3i3bXnKlfC9q8T61Zv8LccePjGF
=tdd3
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] MotorMix to PD

2012-04-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-18 06:14, Rishabh Natarajan wrote:
 I've come across MIDIvice files that attempt to make it easier to map or
 use pd with Motormix. I have a .c file, a 'makefile' file and a
 motormix.pd file as well. Not sure how to use these or include them so
 that pd can recognize these as an external to help with Motormix usage.

in theory, you open a terminal, cd into the directory containing the
makefile and type
$ make

(you need to have a compiled installed on your system, on OSX this would
mean XCode)

 Don't even know if they work for macs

the external itself should be ok.
the build-system might be a bit problematic though.

if i find time i might fix it (it should be fairly simple to use the
template/Makefile to build this external)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+StHoACgkQkX2Xpv6ydvTCvQCg0VTwBdjSYJzi6TrIFd7H2laY
F6QAn3OyrzclDYHnVlpOWbB74zuPhfXI
=s2/A
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] HID double triggers

2012-04-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-18 20:27, Andrew Faraday wrote:
 I've had this problem before with [hid], apparently it's a hardware
 issue called 'debouncing', which is often ignored because it is often
 irrelevant (pushed is pushed, for game controllers, rather than a
 button-on/button-off signal used for most music systems).
 
 You can deal with the problem in pure data by using a trigger, float and
 delay of one millisecond. See the attached patch, click the message
 boxes and watch your terminal for the result.

[change] seems to be the more appropriate solution here...

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+StMkACgkQkX2Xpv6ydvShNwCfYOv8n5yKfBy2yLvaKloK+HVy
T48Anj+LRiV+uynec5l7TV+LPyoGLo12
=Dpcj
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Help with Jack and PD

2012-04-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-21 01:16, Michal Seta wrote:
 
 When I tried starting pd with 18 channels and then assigned 16 to
 Jack incoming and 2 to built-in output for outgoing, terminal threw
 an error saying 'invalid number of channels'
 
 
 I am not sure on this one but I think that if Pd does not find as many
 physical (or jack) inputs or outputs it will warn you. When you do
 provide enough IO you can reconfigure Pd for the new values and it
 should work (if you cross your fingers).


you don't do it like this.
when using jack, you should only be using jack (while Pd can use
multiple devices, this is really means mutliple devices on _one_
audio backend, not multiple backends simultaneously; jack is one
backend; portaudio another backend; furthermore, i don't think multiple
outputs work on anything but linux/alsa)

having said all that, i don't really understand your question.
use jack as Pd's sole audio interface, and then use jack-pilot or
qJackCtrl to route 2 outputs of Pd to your soundcard and the others to
wherever.
there is no need to complicate things by doing the routing in jack, Pd,
audioox and whatnot, when jack can handle everything just fine.


 
 3. I want to have 8 channels from one adc~ and another 8 from the
 other. This means all 16 channels are meant for input. How then do I
 route output from pd to the speakers?

what's the audio output of Pd todo with the audio input of Pd?

it would be good if you could sketch what you really want to do, rather
than how to attempt to solve it.

afaics it is something like:
- - you want to have the output of iTunes (8 chnannels) and Spotify
(another 8 channels) go into Pd, let Pd do some processing on that and
send the output of Pd to the stereo output of your computer.
SO
- - startup jack
- - startup Pd with -jack -channels 16
- - connect the 1st two output channels of Pd to your soundcard in jackpilot
- - connect the 8 outputs of iTunes to the 1st 8 inputs of Pd in jackpilot
- - connect the 8 outputs of Spitify to the 2nd 8 inputs of Pd in jackpilot

- - in Pd, you will get the
signals from iTunes using [adc~ 1 2 3 4 5 6 7 8] and the
signals from iSpit using [adc~ 9 10 11 12 13 14 15 16]
- - whatever you send to [dac~ 1 2] will go out to your speakers.


mghadrt
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+St2UACgkQkX2Xpv6ydvQXggCff/GAVnxDkBr+vWUhyK9I0jHO
MwIAn25k6FFRylcg1FdUlEPQ46GV3C4F
=n1t2
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-05 17:35, John Harrison wrote:
 Today's build still fails with same test:
 
 [New Thread 0x1defb70 (LWP 19910)]
 [New Thread 0x2c86b70 (LWP 19911)]
 
 Program received signal SIGSEGV, Segmentation fault.
 outlet_anything (x=0x0, s=0x81c7df0, argc=2, argv=0x82181b8) at m_obj.c:469
 469m_obj.c: No such file or directory.
 in m_obj.c
 (gdb) watchdog: signaling pd...
 

please post a complete backtrace (and turn off realtime mode with -nrt
when running Pd in gdb)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk992LwACgkQkX2Xpv6ydvRcxQCgwF+Sdl5QFz4gKUYxlkvsvI6D
fh8AoJbD8XPHJ8au3fnLW+pPjv4VQzwQ
=GEzY
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GEM UI

2012-04-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-04-03 17:03, Martin Eckart wrote:
 Is there a way to define a frame or object group for Gem objects?
 Something where I could just use a single transformXYZ for the group
 offset from the camera position and then work with each sub-object as if
 it were fixed to the screen?  How might you fix UI elements to screen
 borders while moving the camera through the application space?


examples/02.advanced/03.View_OSD.pd

fgamsdr
IOhannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk97GRYACgkQkX2Xpv6ydvTibwCg2ogw+KfYC8a7UZRyN8xJobCz
rFcAn2ai56Xpk8Cn3wt2IVxSfRduM4pP
=z/H3
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] trying to track down a bug: Pd-extended 0.43-1 beta on Oneric 32 bit

2012-04-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-29 19:03, John Harrison wrote:
 I've been trying to track down a seg fault I keep getting and I'm still
 not sure if the problem is Gem or Pd-extended or what.
 
 This is the latest pd-extended 0.43.1 Beta CVS March 29 (today) running
 on Oneric 32 but. I have simplified my patch to a point it doesn't make
 sense anymore but I can still make it crash, so I figure that's what we
 need.
 
 Basically if you create a new patch then make the object [test99 1],
 then copy and paste that object, then change the 1 parameter to a 2 you
 get a seg fault most of the time. If not, creating a [test99 3] or
 [test99 4] should do it, again most of the time.
 
 It seems related with Gem but I'm not sure if it is a Gem bug. I tried
 the same Gem library with Pd vanilla and it didn't crash. On the other
 hand, it seems related to the [pix_image] object in test99. Also you
 need to have the parameters to get the patch to crash, even though the
 patch doesn't take parameters. (The original patch did take parameters.)
 
 Core dump has only this information: Program terminated with signal 11,
 Segmentation fault.
 #0  0x0111ac01 in gem::RTE::Outlet::send(std::string,
 std::vectorgem::any, std::allocatorgem::any ) () from
 /usr/lib/pd-extended/extra/Gem/Gem.pd_linux
 

if i'm not mistaken this has been recently fixed in Gem (around 21st of
march) and is related to threaded loading of images and deleting objects
while the load is still in process.

to avoid the problem you can do either of those:
- - upgrade to a new version of gem (there's a backport of the fix to the
(stable) 0.93 branch of Gem, though no official release has been made
yet, containing the fix)
- - avoid using threaded loading of images, e.g by sending the [thread 0(
message to [pix_image] before loading images.
- - avoid deleting a [pix_image] that has pending open requests


ghsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk95VgIACgkQkX2Xpv6ydvR4oQCgnBZcUqteWWTQXt2qgg5iEf4U
XnAAoK72qV0Q5XjplzKip1jKw525JN6p
=KzgS
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] auto-adding MIDI devices

2012-03-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-23 14:29, kristof lauwers wrote:
 Hi,
 
 If you are going to make changes to the midi device setup, i have two
 other suggestions:
 
 - in the midi settings dialog (on windows),  you can only select two
 midi output devices. the only way i found to use more then 2 devices is
 by adding them manually in the registry. it would be nice if you could
 add at least 4 devices from the dialog..

why 4?
(and not, say, 37?)

 as for your idea to automatically open a midi devices, guess it can be
 useful for people who have only one device, but as son as you connect an
 external midi device, most of the time you have also an internal midi
 playback on the soundcard and you don't know which one is first in
 windows' enumeration..

i'm also rather sceptical about auto-connection, esp. when based on
numerical IDs.
e.g. i don't see a big advantage to autoconnect to a MIDI-thru device,
that will loopback all the data i just sent.

fgmasr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9wEKYACgkQkX2Xpv6ydvSecgCfVsf5uxkWFHeOz7zD2e7c+GHg
OfkAoL20jpwDK662Mj0er6V+Z+rJXBwH
=vSyz
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] auto-adding MIDI devices

2012-03-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-26 16:09, Hans-Christoph Steiner wrote:
 

 i'm also rather sceptical about auto-connection, esp. when based on
 numerical IDs.
 e.g. i don't see a big advantage to autoconnect to a MIDI-thru device,
 that will loopback all the data i just sent.
 
 I think that having something setup by default is more helpful than nothing, 
 as long as it doesn't cause problems.  Then for people who want to have it 
 setup differently, they can do what they've always done.
 

sure.
only...i was referring to real problems in existing autoconnectors.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9wgooACgkQkX2Xpv6ydvSapACfU7l6gSFHm22Mf0YCNNP/LquA
K9QAoLN32Kpbjb6VkLCOe+I0V66Ydo8D
=y+i1
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] udpserver from iemnet freeze after a certain period

2012-03-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-26 17:14, Jack wrote:
 Hello,
 
 I have a problem with [udpserver] from iemnet.
 I have an electronic card with sensors sending 'data' to this server,
 but after a certain period (around 5min), [udpserver 3005] doesn't ouput
 any value.
 
 When i do :
 $ netcat -l -u 3005
 I can get the flow during several hours without problem.
 
 When i do :
 $ netcat -l -u 3005 | netcat -u 127.0.0.1 3006
 (with [udpserver 3006])
 I encounter the same issue.
 
 Should i conclude there is a bug with [udpserver] from iemnet, maybe
 with the buffer ? If the answer is yes, is there another object (without
 [netreceive 3005 1]) i can use. Or, if there is no bug, how can i solve
 this problem ?

there _is_ a bug.

fgmdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEUEARECAAYFAk9wjJgACgkQkX2Xpv6ydvSqBwCgsskE2fKLaWrsfqpUCuSTya1f
T8EAmJBgLAH8VdbPcPEpl+oWo1se7JY=
=UE3P
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pure-data as SourceForge featured project

2012-03-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-26 17:32, Hans-Christoph Steiner wrote:
 
 We're on the font page of Sourceforge this week!
 

cool!

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9wjiUACgkQkX2Xpv6ydvSbUACgn2fGTrx8Zulq30O82/k/Poug
N8EAn3HfL6PNWMKOjnCp0k4IyACYgtS5
=61bL
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] libdirs and search-plugin

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-19 21:03, Hans-Christoph Steiner wrote:
 
 Yes, in scripts/ in pure-data SVN.  You're best bet for getting Gem to accept 
 the meta files is to submit them to the pd-gem tracker.  For this release of 
 Pd-extended 0.43, Gem is already imported into the pd-extended/0.43 branch in 
 SVN, so you can commit directly there.
 

while of course i have no problem with including a Gem-meta.pd, i think
i remember that there where problems related to that simplistic approach.

Gem (as is and will stay for the foreseeable future), is a
single-binary-multiple-object library.
adding a Gem-meta.pd will make [import Gem] search for and find
Gem/Gem-meta.pd and happily report the Gem libdir(!) to be loaded
while this is really not enough to make Gem do anything at all.
I assume that people will then complain that Gem is broken because it
doesn't work even though [import] reports it should, while really only
the import mechanism cannot deal with Gem's reality.

my suggestion to make the -meta.pd patches something like proper
__init__ thingies, allowing a library to bootstrap itself where
unfortunately turned down (i'm sure for good reasons).

so this is the reason why there is no Gem-meta.pd (yet).
if my assumptions above are not true or don't matter, i guess there is
no reason to not add it.

fgmadr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9oNI8ACgkQkX2Xpv6ydvQmOwCgkkgOMjl4YKx+RxZZFenUEBjS
3xoAmwRYmSGs5c6GdelGFhdUtVV2DcOg
=I4Fb
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] libdirs and search-plugin

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-20 14:48, Hans-Christoph Steiner wrote:
 I did a quick test, I just added a blank Gem-meta.pd file to Gem in 
 Pd-extended.  It did not seem to prevent Gem from loading, either using 
 [import Gem] and pd -noprefs or just the default loading of Gem via the 
 prefs.
 
 I think that Gem/Gem.pd_linux comes before Gem/Gem-meta.pd in the list of 
 priorties.
 

good to know, thanks for sharing.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9olN8ACgkQkX2Xpv6ydvRV/wCgopv9zKKKPS6v7NoLYHtlvNCA
MlAAn0QCuFFQDCJZ45sRGhokpdulshT6
=DMzP
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] libdirs and search-plugin

2012-03-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-20 15:32, IOhannes m zmoelnig wrote:
 On 2012-03-20 14:48, Hans-Christoph Steiner wrote:
 I did a quick test, I just added a blank Gem-meta.pd file to Gem in 
 Pd-extended.  It did not seem to prevent Gem from loading, either using 
 [import Gem] and pd -noprefs or just the default loading of Gem via the 
 prefs.
 
 I think that Gem/Gem.pd_linux comes before Gem/Gem-meta.pd in the list of 
 priorties.
 
 
 good to know, thanks for sharing.
 

so Gem now comes with Gem-meta.pd [1]

fgmasdr
IOhannes

[1]
http://pd-gem.git.sourceforge.net/git/gitweb.cgi?p=pd-gem/Gem;a=history;f=Gem-meta.pd.in;h=420d6141665342924b9bb170b032ac3daba6a1d4;hb=HEAD
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9old8ACgkQkX2Xpv6ydvRRPQCeL1pAMNyZexrXS4Ota09l2Ixf
Jf0AoONf2Cjhynnnhb56c6xOfdRCNv7x
=7Mzi
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Switching Between Multiple Patches for Installation

2012-03-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-14 22:38, Dafydd Hughes wrote:
 On Wed, Mar 14, 2012 at 5:30 PM, Jonathan Wilkes jancs...@yahoo.com wrote:
 If your patch is named foo.pd, send a vis 1 message to it to give the 
 window the focus, like this:

 [vis 1(
 |
 [pd-foo.pd]

 Automation is tricky.  In pd-extended or vanilla it will crash pd if you try 
 to get a patch to close itself.
 
 Not at pd right now, but can you get around that using an independent
 control patch that opens and closes patches?
 

or use iemgut's [canvasdelete] (which will only delete the patch
specified, rather than all foo.pds.

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9hnMsACgkQkX2Xpv6ydvQIFACg3jD/4Zdsyt0MptN6fgT50knR
ofUAoNI0uWZJyfsEihVNzl3za8UiEx5b
=XJvS
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Am I in time to propose the Xth Sense lib to be included in Pd-ext?

2012-03-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-09 21:01, Hans-Christoph Steiner wrote:

 This might seem annoying, but I have found it makes it much easier for people 
 to install things: the meta file xthsense-meta.pd, the download page title 
 Xth-Sense-library, the library name Xth-Sense-lib, and the folder from 
 the download folder marcodsad-Xth-Sense-lib-5299660 are all different names.


marcodsad-Xth-Sense-lib-5299660 seems to be like a github generated
directory name, which you cannot do much about.
i guess the best approach is to properly tag the release at github, then
download the zip extract it, rename the root-folder re-zip it with the
new name and upload it to e.g. puredata.info/downloads

github#s download-tagged-versions feature is great but i don't think it
is targeted at the super lay audience which you seem to be talking about...


mtf
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9dtGgACgkQkX2Xpv6ydvQHjACaAsDGD6tGqa0ThytGv/fkgR2a
hZYAoL2vmZUqh5L8Vst4bR8CO3TgEwC7
=s1fX
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] some observations and questions on Pd-ext 0.43.1 beta

2012-03-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-09 14:44, Marco Donnarumma wrote:

 We had to do $ pd-extended -nrt to get rid of the real time.
 Why this happens?

 I experience the same.


 Ok, then I don't think this should be a feature, or is it already?

btw, this is the standard behaviour of pd-0.43-1 (vanilla) as well


fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9dtPAACgkQkX2Xpv6ydvQekQCgsm8zvI3xX7VIA0tCkQC7cb8B
tMkAoM+Rs68wa+XR0/pEOxmB8xAfYFI3
=Un/7
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] some observations and questions on Pd-ext 0.43.1 beta

2012-03-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-12 09:33, IOhannes m zmoelnig wrote:

 Ok, then I don't think this should be a feature, or is it already?
 
 btw, this is the standard behaviour of pd-0.43-1 (vanilla) as well
 

or maybe not...could have been my preferences file blush/.
fg.asdmr
IOhannes


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9dt4gACgkQkX2Xpv6ydvRprgCfQhzJk3H4BnolW5No0AubdDhc
M58An0QGImspDeUZr9GR2rAL8J/wv7Z2
=Judn
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Error from Valgrind/pd at start-up

2012-03-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-12 17:37, m.e.grimm wrote:
 h interesting because i was just doing the same thing this
 morning on osx 10.7 and had noticed a similar result.

both Pd and Gem allocate some static data on the heap which only get's
freed at closing Pd and is thus reported as a possible memleak.

hopefully both Pd and Gem have precautions to avoid making this a real
(growing) memleak.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9ePDcACgkQkX2Xpv6ydvR+twCeMKxZh/ZdJ/NU2uJC216AbZcC
MgEAni2oAQksdxiXFVCuvoyCrjNLTTq+
=BSIK
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Editing CSS style, make pd.info better? [WAS: puredata.info site design provocation]

2012-03-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-08 09:47, Marco Donnarumma wrote:
 Also thought the same about the bottom icon bar, but it could be good if
 IOhannes could tell what we can use to replace those icons.

i'm not sure how i should answer this:
- - technically, it's easy to remove/replace the colophon
- - politically, i'm sure the iem would prefer to be mentioned prominently

 
 Screen statistic would be good,
 actually, can we publicly see the statistics of the portal?


http://statistics.puredata.info

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9YdCkACgkQkX2Xpv6ydvRduwCg1C3jDoYAkg5DySxZczbZJwh4
OHoAoMvsBOaObgkROWBArppifDO26S5d
=qBzs
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_film and readsf not in sync....

2012-03-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-08 15:43, tim vets wrote:
 Hi,
 I think I would try it this way:
 
 generate frame numbers instead of using auto.
 
 [0, m n(
 |
 [step]
 |

[step]?

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Y2oUACgkQkX2Xpv6ydvQnBACgvXJbtzXUDqaqYDk80iDuV/tF
W68AoOcMMDf/nQa5mG+4S6ylXSRtJPtN
=KidA
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_film and readsf not in sync....

2012-03-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-08 15:30, Ingo wrote:
 Could it be possible that your soundfile is being played back with the wrong
 samplerate? Like 48k instead of 44.1k?

or the framerate of the video is not the same as Gem's framerate.

fgamsr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Y2rEACgkQkX2Xpv6ydvRJSgCfZw+DQzL+/fsoFgAeklwA6SN6
lhYAningpnIQtHpaWpTSOSIrvPrwE2gI
=yPQl
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_film and readsf not in sync....

2012-03-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-08 17:44, tim vets wrote:
 [step]?
 
 
 from maxlib iirc:
 step :: output sequence of numbers (similar to 'line')
 sorry, I forgot one thing, it takes a list of 3 values, the third one being
 step (which would be 1 here

oh, you mean [int]?

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Y84wACgkQkX2Xpv6ydvTVHQCg99lFkjkuEDsuE9ZYL3SYkFZw
7Z4AoNd1frKcVID/6hXS7aXoyB5AlzAA
=uL1p
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Editing CSS style, make pd.info better? [WAS: puredata.info site design provocation]

2012-03-08 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-08 18:49, András Murányi wrote:

 http://statistics.puredata.info


 No screen stats there :(

i know.

 Google Analytics is pretty smart, and simple to implement. Some people have
 reservations, though. If you don't, it could be a valuable addition.


actually, i do have reservations about google analytics.

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Y8+kACgkQkX2Xpv6ydvR2NgCg7XkYIjaVGeCErz+gaFtcxpP0
Ne0AoJCnFSSXUYPHKJ6OEEXFMhHiCpF8
=+Q3o
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] noobie question about no-gui

2012-03-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-07 09:06, David Schaffer wrote:
 
 Hi there, I'm running a pretty big pd patch on an old PC laptop 
 (centrino 1) and thought I could save some CPU by turning off the GUI. 
 Can anyone explain me how this is done on windows XP? Thanks.

start Pd with -nogui.
this should work on virtually any platform (there was a bug once in some
OSX-builds (0.41, iirc), that prevented cmdline arguments to work; but
even then, -nogui might have worked)

on w32, you might want to use the pd.com rather than the pd.exe.
at least Pd-vanilla comes with both, i don't know about PdX.

fgamdr
IOhanens
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9XIugACgkQkX2Xpv6ydvSvDACg1jfAgYp5DZSEsrN+15em3IyU
yJEAn0WoaO5V0JYjuOyeihbN27tK+erl
=K9eD
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-07 11:22, Jack wrote:
 Le 07/03/2012 10:29, Charles Goyard a écrit :
 Hey Jack,

 Jack wrote:
 what do you mean by cannot select jack?
 I mean it does not appear in the menu.
 Can you select it via command-line at least ? Like pd -jack.


first of all, make sure to remove all traces from previous built
attempts using src/configure.
then put a the configure output and the output of the compilation onto
pastie.org and send us a link.

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9XRrAACgkQkX2Xpv6ydvQ06QCeKpiwip3tJYGbTbp/rn2JbSsH
WmoAnAxm8512xjYh5t0EEmKnxDXE/kh5
=rzQD
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-07 13:28, Jack wrote:
 
 I removed all trace of my precedent build attemps and it seems to
 compile fine after :
 $ cd .../pd-0.43-1
 $ ./autogen.sh
 $ ./configure --enable-alsa --enable-jack
 $ make
 
 My bin pd is now in the src/ folder.
 And after a :
 $ /home/jack/pd-0.43-1/src/pd
 I get :
 sh: /home/jack/pd-0.43-1/bin/pd-watchdog: not found
 pd: watchdog process died
 jack@jack-N55SF:~/pd-0.43-1/src$ pdsend errorname: error writing
 sock8: broken pipe


this is a known bug[1], which shouldn't hinder you from testing.
simply run:
$ /home/jack/pd-0.43-1/src/pd -nrt
to disable the watchdog.

 
 I can see 'pd-watchdog' in the src/ folder but not in the bin/. How can
 i build pd in the bin folder ?

$ cd .../pd-0.43-1
$ ln -s src bin


fgmsdar
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9XV0QACgkQkX2Xpv6ydvTbTQCdGpOyABhVDd1MP3MobTBO2Fpm
y8YAoJA/SdwbLlzzERur0WSSPb7HoKly
=CBiY
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-07 13:40, IOhannes m zmoelnig wrote:
 this is a known bug[1], 

[1]
https://sourceforge.net/tracker/?func=detailaid=3438752group_id=55736atid=478070
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9XV5gACgkQkX2Xpv6ydvSvRACcDvk2BENifRpPST+Ny/y01k1j
53EAoIbze76ecPrSHn+FtQbumtwEZeFA
=uINO
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-07 13:42, IOhannes m zmoelnig wrote:
 On 2012-03-07 13:40, IOhannes m zmoelnig wrote:
 this is a known bug[1],
 
 [1]
 https://sourceforge.net/tracker/?func=detailaid=3438752group_id=55736atid=478070

and since soureforge does not track tracker-changes and i submitted a
patch for the problem and henceforth moved the ticket to the Patches
tracker, the updated URL is

https://sf.net/tracker/?func=detailaid=3438752group_id=55736atid=478072

fmgard
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9XXxwACgkQkX2Xpv6ydvQ9LQCgkuS8CuOMEKT+Hcc4ZdMlJlfg
dPYAn1dYok8G7NTjZgG1rYnlu/pSQUxm
=Y5fI
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] dealing with crashes under WinXp

2012-03-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-06 09:46, David Schaffer wrote:
 
 Hi, 
 
   I'm running a sound installation unsing pd under windows XP SP3  home. 
 The patch is heavy and the computer is an old centrino laptop (the cpu runs 
 at 95 percent all the time). I was planning to let the computer run non-stop  
 for three weeks to keep maintenance as low as possible since there's no 
 qualified technician at the venue, but my first attempt at a long term run 
 resulted in a pd crash. So here's my question: is there a way to force pd to 
 restart automatically after a crash, or is there a way to make the computer 
 restart after a crash (and have my pd patch start automatically at boot-up). 
 Thanks in advance.
 

hmm, all those questions are not very Pd related.
you might want to try some XP and/or hardware forum.

last time i did an installation with w32, i seem to remember that i used
a small reboot program that rebooted the machine every so often.
making Pd start automatically shouldn't be a big deal (autostart?)

fgamdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9V04cACgkQkX2Xpv6ydvRHUgCg2WamGF0sKq08bu+rOtaGLJKu
14sAnRQe1x/iPUeiRmhvEI7OSRfy8A4e
=ILRd
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-05 19:36, Jack wrote:
 Le 05/03/2012 17:25, IOhannes m zmoelnig a écrit :
 any specific reason to use .../src/configure rather than .../configure?
 I followed the instruction in the README.txt ;)

fair enough...


 After $ ./configure i have this two lines :
 checking for jack_set_xrun_callback in -ljack... yes
 checking for jack_set_error_function in -ljack... yes
 Is it OK ?

looks good.

what do you mean by cannot select jack?
does it (not) show up in the menu?

fgm,asdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9WMOwACgkQkX2Xpv6ydvTFqwCfWJ5kRdDDs9MfMOe7ptDAxoKg
65kAoOjtTqyPq+it5Q2Zn3jjzCLpa1f7
=pE7d
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] choosing your language at launch WAS: Japanese Pure Data book is out now.

2012-03-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-04 06:55, Hans-Christoph Steiner wrote:
 
 You just demonstrated a simple yet effective way to force Pd in English on 
 any system: remove the translation files in the po/ folder, i.e. ja.msg, etc.

i just wanted to point out (the quite obvious): this method won't work
if multiple users share the same installation of Pd.
it also won't work, if the more technical people don't have root
access on the machine they work on (i'm still reluctant to give in to
the w95 personal computer mood, where everybody that has access to the
screen (or less) is also granted admin priviliges)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9UdVUACgkQkX2Xpv6ydvRwLACguihkCZRxgkcKw4dsVb6gtjVx
EUIAoMa3qLzGjIBp4+QOz09A/eGQbBj2
=7HSp
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] C++ for reusable dsp lib - or better use C?

2012-03-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-03 18:12, Mathieu Bouchard wrote:
 Le 2012-02-27 à 10:34:00, IOhannes m zmoelnig a écrit :
 On 2012-02-26 19:50, Mathieu Bouchard wrote:
 Or else just discontinuing the MSVC edition...

 no.
 
 Why do you need to keep a MSVC edition, again ? You probably told me
 already, but I don't remember.

i think there are two things:
- - writing code that compiles on _both_ MSVC and gcc gives me a better
feeling of standard conformity.
people using only gcc tend to use gcc-specific extensions (which is ok
if you only ever intend your program to be compiled with gcc;
similarily, it is ok to make heavy use of msvc-specifics if you don't
care about gcc; i prefer code that makes few assumptions about the used
compiler)

 
 Are there libraries that people use with GEM that require MSVC and can't
 work with MinGW ?
 

unfortunately yes.
some of the proprietary video backends (NaturalPoint,...) only come with
c++-libraries compiled with msvc.
it doesn't help to say then don't support them, if your employer
bought already bought their system.

also the current implementation of the DirectShow backend is tied to MSVC.

again, a solution would be to use a C-wrapper for anything that involves
crossing dll-boundaries (all video acquisition in Gem is nowadays done
in separate dlls)...

fgmasdr5
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Ue8YACgkQkX2Xpv6ydvTnVgCeJ6EDR7cq7V1bxPsGcBhOVWgP
EoEAnRiAB+J4Xx98+cUjkqRZcnUaD+TZ
=l1oi
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Problem to compile Pd 0.43-1 with JACK

2012-03-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-03-05 16:40, Jack wrote:
 Hello,
 
 I would like to compile Pd 0.43-1 with ALSA and JACK on Ubuntu 11.10.
 (Without JACK all is OK).
 I installed lib : libjack-jackd2-dev, jackd2, jackd, libjack-jackd2-0.
 
 
 After :
 $ ./configure --enable-alsa --enable-jack
 
 I get :

any specific reason to use .../src/configure rather than .../configure?

(seems like .../configure is not included in the release-tarballs,
create your own by running
.../$ ./autogen.sh
.../$ ./configure --enable-foo --enable-bar
.../$ make

f
garm
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9U6N8ACgkQkX2Xpv6ydvRTBACglszf1vRvYh8FpmJIgVNpco04
DfIAninUALM/FpM8sMQCfiKvKWFVbNZs
=u7rT
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-26 19:50, Mathieu Bouchard wrote:
 Le 2012-02-22 à 08:42:00, IOhannes m zmoelnig a écrit :
 On 2012-02-22 06:46, Mathieu Bouchard wrote:
 So, are you switching GEM away from MSVC, or are you going to make a C
 API so that GEM can actually collaborate with other Pd-based frameworks
 that want to read its data on Windows ?
 well, yes; i'd like to
 
 Well, let's say that this interface is only for supporting pixes in
 other frameworks without having to go through [pix_data] and [pix_set].
 What would you put in it ?

 Some kind of permanent interface for getting/setting xsize, ysize,
 csize, upsidedown, type and format ; something to see whether there's a
 pix at all, something for creating one, and some explanation of how
 newimage/newfilm is supposed to work...

yesbasically a C-wrapper to access imageStruct members and methods
via an opaque (imageStruct*) pointer.
and a wrapper to extract that from an opaque GemState* pointer.



 
 And a try/catch in every wrapper to protect against exception problems
 between MSVC and GCC.


 
 Or else just discontinuing the MSVC edition... 

no.

 which thing do you mean
 when you say that you would « like to » ?


i'd like to have both MinGW and MSVC

fgm,asdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9LThoACgkQkX2Xpv6ydvSiDgCgp66rCC7oHqf86/z39WtUEIJc
1y4An0+WwXKtf7X87dlrKlrfSpzqEm3N
=+2wu
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_openni crash Pd

2012-02-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-27 15:20, Jack wrote:

 I use Ubuntu 11.04, Pd 0.42.6 and Gem 0.93.git fad1264.

upgrade Gem to at least 0.93.git 1482ffb1538

and do a complete rebuild of Gem.

fgmasd
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9LmGcACgkQkX2Xpv6ydvTHpgCghXseYp2gv0VYyFvtaCKBFH9u
ATUAoN73DbawoPq8HzU0MZsWULJf2UcV
=/cUU
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Mac OS X/PowerPC builds needed

2012-02-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-27 02:56, Hans-Christoph Steiner wrote:
 
 So the Mac OS X PowerPC machine from the build farm has died.  The hard drive 
 is intact, so all the data is there.  I also have much more limited time for 
 maintaining the PdLab machines.  So I'm looking for someone to host the Mac 
 OS X PowerPC builds.  It can be really any recent PowerPC Mac.  The old 
 machine was a 300MHz G4.
 
 Can anyone take this on?  I'd hate to see Mac OS X/PowerPC dropped from the 
 supported platforms since they are still quite capable machines.
 

i think the iem could dedicate a G4 (733MHz, 750MB) machine.
it's currently running 10.4;

i will have to wipe the disk first of course, but afaik it's not going
to be used any more.

i was hoping for a G5, but unfortunately the only one left is very
unstable and won't boot every other day (and if it boots it will power
down for no apparent reasons after some minutes/hours)

mghsdf
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Lu80ACgkQkX2Xpv6ydvRtXACfZcq+fqk6hcqO+s+jDY+LVrBv
0FkAn26CQ7sZV0tQC35rKXRT7WlSAHmf
=eewD
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] save search path 0.43 OSX

2012-02-27 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-27 18:22, Jonathan Wilkes wrote:
 
 Sorry for the obscure example, but I think it's important for abstractions to 
 have some way 
 of accessing class-wide data-- like this:

you mean something like [1]?

fgmasdr
IOhannes

[1]
https://sourceforge.net/tracker/?func=detailaid=1403917group_id=55736atid=478072

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Lvf4ACgkQkX2Xpv6ydvTi5ACgwxUg5XyMKd5SMjMCk9Mcdqjs
w7wAoLtnPILujVv/5bZA+Df/wC3Mq3k7
=laaL
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] new editing features of Pd-extended 0.43, now in beta!

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-21 02:29, Hans-Christoph Steiner wrote:
 
 Yeah, its all plugins.  I think the only progress is that someone wrote GLUT 
 support for [gemwin], and Mac OS X supports GLUT.  The rest still need to be 
 done, but maybe could be supported by gmerlin.
 

someone being the tireless Gem-development team.
btw, the same people also bought you a [gemcocoawindow] which tries
using the native windowing system on OSX.

and yes, somebody still needs to implement QTKit plugins.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9DaSQACgkQkX2Xpv6ydvTuwACg42vUZdWShhdqGW40RJM7gBuf
Ql0An1VLghK5HkXHgF8C3dBAD3eMsJdu
=s3xR
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-21 16:36, katja wrote:
 Hello,
 
 I'd like to know opinions from experienced developers about the use of
 C versus C++ for dsp libs.
 
 I'm planning to write a compact library with audio analysis functions,
 to be used with Pd in the first place, but meant to be portable to
 other real time dsp frameworks. This project will contain several
 routines which must share one interface to Pd, and C++ will be most
 convenient for it. I've used C and C++ for Pd classes before, and both
 seem to work properly and efficient. But I lack experience to know on
 beforehand if there is some disadvantage of using C++ for a reusable
 dsp library. This will be my first. Quite some dsp libs are written in
 C, even today. Is there good reason to refrain from C++'s conveniences
 for writing classes, and use C instead?

one problem with C++ is that name-mangling is different depending on
which compiler/linker you are using.
this basically means, that you cannot use your C++-library binary made
with g++ in an application/... build with e.g. M$VC.

note that you can avoid this, if you provide a public C API, and use
C++ only as an implementation detail (e.g. and pass classes around as
anonymous structs)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9Dv7AACgkQkX2Xpv6ydvS65ACglhsaXkG8jvomyqfMxykWzjCx
5JkAn2fOVBypGw2Q5V0Nqr9tUAE6G9EN
=IOG4
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] C++ for reusable dsp lib - or better use C?

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-22 06:46, Mathieu Bouchard wrote:
 
 So, are you switching GEM away from MSVC, or are you going to make a C
 API so that GEM can actually collaborate with other Pd-based frameworks
 that want to read its data on Windows ?

well, yes; i'd like to

fgmsdrt
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9EnFUACgkQkX2Xpv6ydvTN4gCffxtRng+l4fve6/+m3qkaPIzm
lGwAoIM8/bGJnFRm2VYZZqwzf45ZsqJR
=/HKx
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] getting the ranges from a slider

2012-02-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-21 20:41, D G wrote:
 Hi List
 I have been looking but have not found the way to ask a slider for the
 ranges it has been set to.
 
 Is there a way to get a slider to print all its propperties? This will be
 useful to create a tool that makes randomness to any slider for a
 percentage depending on the ranges it is already set to. I obviously know
 the ranges, but have a huge number of sliders and [knob] objects so it
 would be painful to try to get them all.
 Also, if such a method exists, the randomic thing I wanna do could be
 implemented to any object without having to look at ist propperties.
 
 Would appreciate help or leads to workitout.
 

how about: normalize all slider ranges between 0..1 and transform the
output to the desired range only afterwards?

i always thought, that the MIDI-based default scaling of sliders and the
like was a step back, and that being able to specify the range has
little gain (though of course i use it...)

fgm,asdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk9EnSYACgkQkX2Xpv6ydvS7GwCgpO45m+ngMiU9EHd3lLb5W7Pb
FM8AoOQuzXgGVNP+jz+88rUKCfkiPfSz
=NnuF
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] socket object?

2012-02-17 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-16 23:01, Martin Peach wrote:
 
 The [mrpeach/tcp*] classes don't make any assumptions about content,
 they just output lists of floats as they arrive. It seems more efficient
 to do that than to output individual floats. Whatever is handling the
 output of a [tcp*] should be able to decide for itself where the packet
 boundaries are. I don't assume that a list is necessarily the same
 length as a packet.

i don't think [mrpeach/tcp*] is doing anything wrong here.
on the low-level side, you get buffers of data from the socket.
[mrpeach/tcp*] passes these buffers into user-land as they are.
great!


theer's a  reason why [iemnet/tcp*] does it slightly differently (that
is: serialize the data):
- - explicitely break the false sense of security of the user, that tcp/ip
could be packet oriented; because from user experience (mainly roman's
netpd) it shows that you must take re-fragmentation into account if you
want to make a stable system. if you receive the stream as multi-byte
chunks the user therefore ought to serialize it manually.
- - for performance reasons, it is way more efficient to do the
serialization in C than in Pd.


]btw, you can turn off automatic serialization with [iemnet/tcp*, but i
would not advise to do so.


fgjmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8+EHsACgkQkX2Xpv6ydvSenACeMOMGt/WCcLQWAATSRGofqChn
ShkAmwZIZvgXXFCfoquEOWLV9yk5VZhV
=vfxx
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd extended 0.43-1 nightly missing tk dependency on ubuntu 11.10 (Oneiric)

2012-02-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-15 01:11, John Harrison wrote:
 How many people would chose to use ubuntu Oneiric, use a pre-built binary
 for Pd-extended, AND not have X? I would hope that small group would
 reconsider using Oneiric for something a bit more streamlined and would
 likely be compiling their own minimalist Pd --- certainly not Pd-extended.


i think that's not the point.
according to _debian_ policy (and ubuntu is a debian derivative) [1],
there is a clear definition of what should Depend and what should only
Recommend.
and Recommends is for packages that would be found together with this
one in all but unusual installations.

the package manager should install recommended packages unless
explicitely told so otherwise (e.g. the user _requested_ to use
--no-install-recommends).
i no of no package manager that _defaults_ to --no-install-recommends.
if you have found one and it is the default in oneiric, than i think you
found a bug in the package manager, so you should report a bug for that
rather than pd-extended.


fgmasdr
IOhannes

[1] http://www.debian.org/doc/debian-policy/ch-relationships.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk87qF8ACgkQkX2Xpv6ydvRjqQCeLoFx2fAI3ge7QWIQEzZg2PtB
dIMAoMqlO8eDi67Uoehq6XfTT3F94ax0
=xxGO
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] error: vbap: no method for 'loudspeaker-matrices'

2012-02-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-15 15:31, Hans-Christoph Steiner wrote:
 
 This is what works for me, starting with a blank canvas:
 
 - create [import vbap] 
 - create [vbap/vbap]
 - create [vbap/define_loudspeakers]
 

i'm not sure, but i think the original problem is that one object sends
a message to another object, which the receiver does not understand,
rather than objects that fail to create (which i think is what you are
trying to solve here) - at least that how i read the question and that
is how katja tried to answer it.

or do you mean to say, that if you instantiate [vbap/vbap] before
[vbap/define_louspeakers], the former will magically get a method for
loudspeaker-matrices, whereas it will refuse to do so if you create
them in the wrong order?

mfgasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk872vYACgkQkX2Xpv6ydvRYngCglUrt1HylcTgqevbA2z/GTNmO
J3YAoL/LcZU3r0o0d1vBmB0fkXz5HnNf
=JUJw
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] specifying time

2012-02-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-15 19:49, Andy Farnell wrote:
 Yes, blocks and samples would be great too.
 
 The advantage of having a symbol qualifier in a message 
 as opposed to creation arguments of the object is that 
 [line~] etc could respond to mixed messages with different units.
 

i think (iirc max correctly), miller meant an additional argument to the
message rather than an additional creation argument to the object.

e.g. [0, 1 12 s( could ramp in 12secs, wherease [1, 0 12 d( would take
considerably longer.

this is way easier to parse and i believe more foolproof than making an
automagic parser that would make [12h(-[f]-[print] output 4.32e+07
rather than an error, which it really was because i accidentally hit h
when trying to type 12.

fgmasr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk88AwEACgkQkX2Xpv6ydvTlTwCg8s7sfi17IerT1IY1oEVgE+24
AysAoNoVxigeyxl9X5k5hpBztlDrm7um
=lDhe
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] specifying time

2012-02-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


 Automagic also means you don't have to code a solution for every single 
 class, including 
 externals, that uses floats to mean milliseconds.

so what does your automagic parser make of 3m then?

fgmadr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk88C9MACgkQkX2Xpv6ydvQwUACfR9eR+Oz0zTXeUqaUJHuw1PCT
BFoAoLosXBvIltxydCNbmDQmlhkC1/9i
=Kc2D
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] specifying time

2012-02-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-15 20:50, Jonathan Wilkes wrote:
 
 3 minutes.
 

darn, given that i wanted some distance, should i use the speed of
light, of sound or my car to multiply with the time?

fgmar
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk88DWYACgkQkX2Xpv6ydvRc5ACgtv6fVjriSSqnpodaIDImSM48
LkMAoIHJlWJ3RVSXBKQGY8R8AQFEc17x
=ATle
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Debian, Pd and Midi

2012-02-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-12 23:32, Nicola Pandini wrote:
 Hi, I'd like to use Pd for midi processing, and I'm trying to find the
 flags to have the best Pd for midi possible.
 For me midi latency is an extremely important factor, so all my efforts
 were in the way to optimize it.
 I did some experiments, playing with flags and seeing what happens (I
 use Pd 0.43.1 on Debian Wheezy, with jack 44.100 - 128 frames):
 
 With
 -rt -jack -audiobuf 1 -alsamidi
 I get 2.9 ms of midi latency
 
 Adding
 -noaudio
 I get two possible values: 1.45 or 2.9 ms

try the -sleepgrain option (probably with -noaudio)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk840BMACgkQkX2Xpv6ydvTyzQCfU/t3tO00YLhVzsIPdffJuEz5
NQcAoOc5JHfo+80VTr+yLblSSRt/lYix
=eX5W
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] puredata.info not reachable

2012-02-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-13 18:31, rolf meesters wrote:
 hi,
 
 (since a number of weeks ?) the site of puredata.info is sometimes
 unavailable.
 like now monday 13 feb between 17.00  and time of writing.
 is this due to some scheduled maintenance or something like that?

unfortunately not.
i'll go and make a cronjob restart the database every now and then to
prevent this...

fgmadr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk85S48ACgkQkX2Xpv6ydvSMoACbBAvqo1K6hVpAoUP/8OUba1T+
M98AoJ2p3ldtk2AYEXtvNNvw8wxTUSNM
=0GHr
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Fwd: [PD-dev] New snapshot of pd-l2ork available -- feedback appreciated

2012-02-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-13 18:09, Patrice Colet wrote:
 
 I'm particulary interested into using pd-l2ork for some projects where I need 
 to compute
 data with an higher precision than 32bit floats, for some reasons this is 
 happening on win64, not on linux,
 because of hardware compatibility problems.
 

is pd-l2ork using double as internal number representation?
i thought that was only katja's fixes to some 0.43(vanilla) branch.

fgmasr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk85TVkACgkQkX2Xpv6ydvS68wCgjg+CE2asdv+SrTA+rEd1hfNB
kFwAoPaglmgODpahCRV5kbAOEkvGX2pD
=LWUe
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT] Fink ... Force Build 32bit Libraries

2012-02-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-07 14:15, m.e.grimm wrote:
 well for me I get:
 
  gemglutwindow
 ... couldn't create
 
 on 10.7.3 from the pd-extended 64bit build
 
 that seems to be the only issue really with the 64bit builds as far as
 i can tell

which version of Gem is that?
it could be that the builds are simply using an old version of Gem.


fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8xMQ0ACgkQkX2Xpv6ydvScdwCfQu+Vd3eYtpfhm7myO68H3GbQ
4SEAoJqVdIKsfnIXFWm4+SeEgaEuurZN
=wAfG
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] ubuntu linx: a couple of pd+jack errors

2012-02-06 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-06 13:41, João Pais wrote:
 ah, so it is really a Pd bug, and not some bad jack oder system settings?

dunno, but try a nightly build, i think there are some jack fixes does
not necessarily mean this is a known issue that was fixed only recently

best would be to try and report (un)success...

 error: JACK error: cannot lock down memory for RT thread (Cannot
 allocate memory)


this error seems to indicate that you are lacking real time priviliges
(what's the content of your /etc/security/limits.d/audio.conf?)

 This one appears when I load a complex patch. It also crashes Pd:

 tk scaling is 1.3187954309449634
 Speicherzugriffsfehler
 pd_gui: pd process exited

you could try to produce a backtrace [1]

 Funnily, Pd+Jack works with the same patch - as long as I start Pd
 with alsa, and after loading the patch change the audio to jack.

which would indicate that your patch takes too long to load and jack
kicks out Pd


fgmasdr
IOhannes

[1] for a start see the mailinglist archives and/or
http://wiki.debian.org/HowToGetABacktrace#Running_gdb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8vzoQACgkQkX2Xpv6ydvRv8wCeP/nDiCb/IJ/uppZx2xftV0eq
cC4AoK3pGPvjjW7aWf4v9S04n7h9+zCg
=UkMq
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-extended 0.43.1 beta builds

2012-02-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-02-02 03:35, Hans-Christoph Steiner wrote:
 On Wed, 2012-02-01 at 23:17 +0100, Kaj Ailomaa wrote:
 On Tue, 2012-01-31 at 23:15 -0500, Hans-Christoph Steiner wrote:
 At this point, the Pd-extended 0.43.1 builds are definitely beta quality.  
 I have fixed all bugs that I could find, and I just taught a class with it. 
  Its working well.  Please try it out with your patches and let me know 
 what you find:

 http://autobuild.puredata.info/auto-build/latest/

 .hc

 Just wanted to point out that the package for wheezy (i386) has an unmet
 dependency: x-ttcidfont-conf

 After googling a bit it appears it has been removed..
 http://packages.qa.debian.org/x/x-ttcidfont-conf.html
 
 That package is there for Gem, as far as I know.  Do any Gem people know
 if we still need that package?


i don't know about this package.
i even had to look up, what it is supposed to do.
it's definitely not a thing that Gem depends on (in a sense, that Gem
itself could make use of it)

the only dependency of Gem that is related to fonts is ftgl, everything
else (including a font package that provides a _default_ font for Gem
text rendering) should never ever be a hard dependency.

so from my side, feel free to remove the dependency on this package.

mfvgasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8qTOcACgkQkX2Xpv6ydvSTcACfWOO0bR7vDDbbONs8d8/wmt9J
3rMAn28W4jD7MLtu7DRiF1e6PZWE0VVL
=hVTM
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] building Pd-ext/GEM for Windows

2012-01-31 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-30 19:51, rolf meesters wrote:
 after going back and forth a few times,
 using release instead of debug in MSVC i can produce a build only of GEM
 without an error.
 i now have a.o. gem.dll.

cool

 what to do next, just copy  replace in the installed Pd?

for instance.
you could also try to point Pd'd path to the location of the new Gem.dll
(make sure to add it before the path to the old Gem)
or open cmd, cd into the build directory and run pd.com from there.

 (of course i tried already: gem.dll couldn't load)

run with -verbose and see whether it searches at the right place.
is there some other output?
also try to run pd.com from cmd, and see whether something interesting
is printed to the console.


 
 btw isn't the imegjpeg plugin also needed for working with .jpg files?

obviously.
you should try to run the gem_imageJPEG.dll from the release besides the
new Gem.dll

unfortunately i noticed that the plugins are compiled with SSE2 enabled
as well. but since they don't use any SSE2 specific code (so the
binaries will only contain SSE2 code autogenerated by the compiler), i
hope that they will still be runnable under a PIII.
if not, i will have to start a compilation myself :-(

fgmadr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8nqHYACgkQkX2Xpv6ydvQG1gCfSoLIpBaTvoF3VP2NiCy/h7VV
vW4AoJZkSzx8JfgTZDHa2Tzpu4cphL3+
=glxz
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [OT-ish]: Debian wheezy (testing) dependency chain pain trying to install Gem

2012-01-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-25 09:58, Lorenzo Sutton wrote:
 Wondering if anyone has an idea or workaround for this dependency chain
 pain:
 
 On debian wheezy with the debian multimedia repositories added.

you should not.

lots of packages that were originally only available via
debian-multimedia are now in debian proper.

debian and debian-multimedia are not coordinated (nor associated) in any
way,  this basically means that if you add debian-multimedia to your
apt-sources you are asking for trouble.

this is why i have dumped d-m on all the computers i'm maintaining for
some time now.

if you really need it (i think, apart from some codecs, decent
dvd-authoring tools are still only available via d-m) you might try:

- - remove d-m from your apt-list
- - remove all (now obsolete) packages that you intalled from d-m
- - install debian's native multimedia packages (e.g. gem), without any
dependency hell
- - re-add d-m to your apt-list
- - use apt-pinning [1] to avoid installing d-m packages if not requested
explicitely.

fgmasdr
IOhannes




[1] e.g. http://jaqque.sbih.org/kplug/apt-pinning.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8hHVEACgkQkX2Xpv6ydvT+5QCgsHiqZ0ayZY1n6ajgQc6E8WVN
ZfcAoLu55GekyRsYgQkfzPq7pTMA315O
=uE/2
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] building Pd-ext/GEM for Windows

2012-01-26 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-25 19:19, rolf meesters wrote:
 don't know if i oversaw it, or something changed, anyway
 after all this warnings about the dll's there's a fatal error:
 linker cannot find  b.obj


this is a weird error, which i don't know about.

it looks to me as if you broke your project file.
could you try getting a diff between your changed Gem.vcproj file and
the one in master (in case you are using TortoiseGIT, there should be a
nice git diff tool in the context menu)
watch out for any stray bs.

fgmasdr
IOhanne
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8hHgUACgkQkX2Xpv6ydvRM8ACeMlbYZGFgl8z8uEw6FHNtFpbR
CugAnjf0ond2H/TifX1gkQhzD9JqBSdU
=2oxY
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] building Pd-ext/GEM for Windows

2012-01-25 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-24 23:05, rolf meesters wrote:
 
 great iohannes, thanks.
 a few points:
 
 --
  afaik the P3 has MMX  SSE  SIMD, why take this out?

it does not come with SSE2 so you should take this out.

 
 --
  to get going i started with the git-clone
 
 git clone git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem
 
 is this 93.3?

it is everything since Gem was checked into a public repository.
with an ordinary git clone you get the full history (in this case, back
to Gem-0.87 in 2002)

the default branch is master which is where current development is
going on (that is: it's unstable)
if you are feeling less adventurous, checkout the 0.93 branch which will
currently be 0.93.3 (+ some minor bugfixes that did not make it into a
0.93.4 release yet)

 
 --
  at a first try: m_pd.h   pthread.h  sched.h were missing in the
 git-clone;

no they are not missing.
they are not part of Gem, so they do not come with Gem.

 i took them from the pd sources (0.43).

you should remove those files from your Gem directory and instead add
the path to Pd to your additional include paths and additional
library paths in the project settings.

Gem make some guesses where it could find those headers, but since there
is no consistent install directory on w32 those guesses will more likely
be wrong than correct.

 
 --
  compiling only GEM gives a number of warnings. especially this one looks
 not right:
 
 ..\..\src\Gem\glew.cpp(247) : warning C4273: '__glewCopyTexSubImage3D' :
 inconsistent dll linkage
 d:\gem\src\gem\glew.h(12022) : see previous definition of
 '__glewCopyTexSubImage3D'
 
 because it's given 2000 times, for every code that has to be glew'd.
  i guess there is some parameter for Windows not ok, but which one where?

fortunately it is only a warning and not an error.
so you can safely ignore it (at least that's what i did the last few
years...)
afaik this should be fixed in the master branch (either in
commit:ba9e4623d61aff41 or in commit:69519ea2c27c8f1, some 10 days ago)

 
 --
 is it eventually possible to use the recompiled GEM-93.3 in combination
 with Pd-ext 42.5?

yes, there shouldn't be a problem.

the Gem that comes with PdX is not build for PdX: instead i turn on my
w32 build machine, create a binary (compiled against Pd-vanilla), and
upload it to gem.iem.at; hans then downloads it and includes it into the
Pd-extended installers.

 (still talking about Windows). i noticed before that GEM-93.3 needs a
 PthreadVC.dll which is not included in 42.5.

it's the pthread implementation used by Pd-vanilla.
you could either use that or change the linker to use the pthread
implementation used by PdX.


fgamsdr
IOhannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8fvIwACgkQkX2Xpv6ydvTRCwCgoTbSp3tL592duGSkH/MVoeXJ
/YoAn26Mua19Xu676altUxGOrZKR9N8X
=7ewi
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] building Pd-ext/GEM for Windows

2012-01-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-23 21:54, rolf meesters wrote:
 hi,
 still busy with my PIII's.
 trying to build a Pd-ext without SSE2 for Windows.
 following the Pd-webpage for it.
 (i guess there's not an easier way to go)
 
 i got stuck in ./building-libs-on-mingw.sh

building Gem on mingw is _highly_ experimental and _only_ works with a
recent git checkout.

there is close to zero chance that you can compile an older version of
Gem (e.g. the latest and greatest stable release 0.93.3) with anything
but visualstudio.

even then it is a big nightmare to setup (at least for me who barely
uses w32 and/or it's development environment) - if you need anything but
the core functionality.

if you can live without font support and the plugins for image (image
loading, video loading, movie loading) acquisition work (they _might_
work on P3, but of course i never tested) or you can do without them, it
should be fairly easy to compile:
- - edit the file configNT.h (you should find that in your project
browser under Gem/config/ or Gem/Gem/ or Gem/Base/) by commenting out
all defines about FTGL (that's probably only one at the beginning of the
file)
- - open the solution file matching your compiler best (e.g.
./build/win-vs2008/Gem.sln should work if you have VisualStudio-2008; if
you have a newr IDE just pick the most recent and upgrade the project)
- - remove all libraries with ftgl or freetype in their name from the
project settings (linker input).
- - to turn off SSE2 support, go (again) to the project preferences, go
the C/C++|Preprocessor and remove __MMX__ and __SSE2__
- - under C/C++|Codegeneration disable SIMD extensions
- - recompile the Gem project (recompiling the entire solution most
likely won't work if you don't have the dependencies for all thos
plugins installed in the right places)

mfgasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8ebBcACgkQkX2Xpv6ydvQIrQCg7vV5ygTcCIjcEzG0e3TVbmyE
eEYAn0TgXenVPjlnxZ1wNyx07RxTTybF
=Awh9
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GEM on PIII memory problem?

2012-01-17 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-16 18:06, rolf meesters wrote:
 Subject: Re: [PD] GEM on PIII memory problem?

 is that with the intel gfx card?

 
 the PIII has onboard video

which is?

 could it be a dupe of [1]?

 
 not as far as i can see. (i use fresh copies)

you are using a recent git checkout of Gem?

 i suspect [1] has something to do with using the pd open or close 'message'
 with a non-existing file.

oh indeed. that was the wrong bug report i mentioned. i wanted to refer
to #3471122 (GL: invalid enum in each frame); but if you are using a
recent version this should not be the problem

 
 or what does every time at a change in the rendering mean exactly?


 every time the content of the GEM-window should change

i assume that you mean, whenever you rotate/translate/scale/... an
object in the scene?
there are so many ways you can make he GEM-window change. to name a few:
- - whenever you destroy, create a gemwin
- - whenever you change global ligthing
- - whenever you move things in the 3d scene
- - whenever someone moves in front of the camera that is captured and
applied as a texture
- - 

those changes are very different and might hint at different problems.
no doubt it is very clear to you what you mean by the content should
change; however, it is not so clear to me, that's why i keep asking.

if you can provide a minimal patch that triggers the problem, this might
greatly improve my understanding.

 try to find the object that actually causes the error.
 you can use a [GEMglReportError] that will output a warning if an error
 was raised since the last time any instance of [GEMglReportError] was
 called (the error state is also reset inside [gemwin] during each
 render-cycle..which is what causes the message to appear)


 it's not clear to me how to use this object, there's no help.
 connecting the inlet with a loadbang causes Pd/GEM to quit immediately.
 leaving the object by itself, with a print on the first outlet, gives
 nothing.

right, sorry for that.
[GEMglReportError] should be part of the render-chain.

here's an example:

[gemhead]
|
[GEMglReportError]-[nbx\
|
[weirdobject]
|
[GEMglReportError]-[nbx\

where you suspect that [weirdobject] is the cause of the problem.
if this is true, every time [weirdobject] does something stupid (in
openGL world), the lower [GEMglReportError] will send a non-null error
code to it's right outlet.
the other (upper) [GEMglReportError] is needed to clear any previous
error (in case you have multiple objects doing stupid things)


if things are very weird, you might even use something like

[gemhead]
|
[t a  a   a]
|   |  |
[GEMglReportError]  |  [GEMglReportError]
|
[weirdobject]
|
[GEMglReportError]

 should i make a bug report on this? (i'm on Pd-ext 42.5 with GEM 92.3)

ahem, so which version of gem are you actually using?
the current stable release is 0.93.3, and i was under the impression
that you were using a fresh copy of Gem.

fgmasdr
IOhannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8VLjMACgkQkX2Xpv6ydvQnTACff7cIIyeUk4PSOWRspTw4PXzQ
Z4AAoN1HgdLfOwDvxXe3o6DtiZSs3s21
=pxKp
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GEM on PIII memory problem?

2012-01-16 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-16 15:51, rolf meesters wrote:
 
 and now every time at a change in the rendering:
 GL: invalid operation

is that with the intel gfx card?
could it be a dupe of [1]?
or what does every time at a change in the rendering mean exactly?

try to find the object that actually causes the error.
you can use a [GEMglReportError] that will output a warning if an error
was raised since the last time any instance of [GEMglReportError] was
called (the error state is also reset inside [gemwin] during each
render-cycle..which is what causes the message to appear)


fgmar
IOhannes

[1]
https://sourceforge.net/tracker/?func=detailaid=3472490group_id=55736atid=478070
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8UQu4ACgkQkX2Xpv6ydvRxjgCgugSmu6zuNLgW+ErdiRRs0F23
308AmwR4WDHAkjVzsVFaVTB0dT4ES94w
=lyFs
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Make pd_include_HEADERS install

2012-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-11 20:31, Bjoern Lindig wrote:
 Thanks IOhannes, that allready helped a lot. But it did not solve the
 problem. There is still no pd folder in /usr/include. Everything else
 is there, but not the headers. Is there an option to set in for the
 configure script? I allready set the --includedir option
 to /usr/include, but that didn't help either.

probably you should _not_ set anything. the default is to install
headers into ${prefix}/include (and ${prefix}/include/pd), with
prefix=/usr/local

if you want Pd to install into /sr rather than /usr/local, you should
simply specify the prefix with --prefix=/usr
messing around with includedir, libdir and the like is most likely
making more troubles than it solves.


anyhow; the first thing i would try is:
- - run ./configure without any arguments (regarding the installation place)
$ ./configure
- - install into a test destination
$ make install DESTDIR=/tmp/pd/

and then inspect the contents of /tmp/pd/ and see where the headers got
installed.


you could also directly try the make install DESTDIR=... trick, and
see where you told Pd to install with all your configure flags...


in the end, i suspect that you simply lack the priviliges to install
into /usr/include :-)

fgmar
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8OlnAACgkQkX2Xpv6ydvRLcwCdHL7rIkKLp4C+dzc6q8ZygSZ/
auUAn211Ry+z0BZZvaphENctryd3hJs9
=9XRx
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] how to tidy up patches ?

2012-01-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-12 04:51, Jonathan Wilkes wrote:

 how the windowing system renders them.  So a patch on one system can look 
 tidy, while different fonts (or different rendering of the same font) can 
 introduce 

this of course depends on your definition of tidiness.
e.g. i wouldn't say that C++ code is more tidy/readable if the text was
neatly justified (as opposed to the usual left-alignedness).

nevertheless, in my conception of tidyness, Pd alignment is also more
important than in text-based languages.
i just want to propose that if the readability of your patche depends on
the alignedness of the 3rd outlet, you probably should break it down
even more into idioms that are readable at a glance.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8OmJcACgkQkX2Xpv6ydvSe3wCfTu6+NluY/I+f+ReSto43LA4W
LCUAoN4pGu6k2Aipt5r2t31xmrOIzIji
=SxGb
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Make pd_include_HEADERS install

2012-01-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-11 09:42, Bjoern Lindig wrote:
 Hi,
 
 I don't understand why, but I cannot make the pd_include_HEADERS
 install at all. The only include-file that is installed it m_pd.h. I
 checked the Makefile in src/, but I did not find any reason for this
 missbehaviour. What I need is especially the s_stuff.h.
 
 During './configure --prefix=/usr --mandir=/usr/share/man
 --includedir=/usr/include --enable-alsa --enable-jack' (I tried both,
 with and without the --includedir option) I get this warning:
 
 config.status: WARNING:  'makefile.in' seems to ignore the
 --datarootdir setting
 
 Is that related in any ways? During make and make install everything
 looks just fine.

not it's not really related.

however, it tells us, that you are using the wrong build-system!

only if you run ./autogen.sh  ./configure  make install from the
Pd-root your header files will be installed.
the old build-system in src/ will _not_ do that for you.

fgmasdrt
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8NfVoACgkQkX2Xpv6ydvRANgCfcWrKgwBVqqOMHAuTuPqZwnPm
p0sAnREulfkvdEymlk4RCXt/kN/LqN+4
=L+A6
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-11 12:46, Scott R. Looney wrote:
 appears that GEM is temporarily broken on Mac for the build dated 10th
 of Jan 2012, possibly tclpd as well.

which build? is it 10.6/x86_64?

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8NgfIACgkQkX2Xpv6ydvQxMwCg0eNlFetIpX0bMWeHyTgOZFZV
hAQAoLzSJgxJAkxWCG5OD1g9OTkvNC2t
=YXY7
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] line~ x vline~

2012-01-10 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-10 23:40, Alexandre Torres Porres wrote:
 thanks, I'm gonna look into it.
 
 I tried using vline~ instead of line~ in the phase vocoder patch, and it


[vline~] is not a replacement of [line~], where you just replace the
latter with the former and magically get high-precision that was not
there beforehand.
you might want to have a look at the help-patch :-)

fgmnasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8NQPIACgkQkX2Xpv6ydvS90QCgtAkdWfOoTm1RyzulicojfoAL
I5kAn2zZ1XumQYsUYpNJ+SHa2utsqg/6
=KXh7
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] Pd 0.43-1 (stable) released

2012-01-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-05 08:45, Jean-Christophe Sekinger wrote:
 many thanks
 (anyway, could anybody make a deb for ubuntu?)

puredata is packaged in debian, and thus available for ubuntu.
please contact the debian maintainers (currently paul brossier, günter
geiger and myself) if you have any suggestions regarding packaging.
however, i would say please do package is a futile request, as they
are already doing that.

fgmasdr
IOhannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8FYSIACgkQkX2Xpv6ydvTJRwCdFy4X8Rvs8MZxSErFtENEJ/eT
nEQAoIEPQ7QZaJAJlW4G3QjKCTMsUacC
=fp4L
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Wiimote and MotionPlus on Linux

2012-01-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-04 17:27, serge wrote:
 Hi,

hi.

please always include the pd-list when asking non-intimate questions.

 
 i'm using pd-wiimote to send data to blender with osc. It works fine.
 My first shot
 http://wiki.labomedia.org/index.php/Comment_utiliser_le_Wii_Motion_Plus_comme_Gyroscope
 http://wiki.labomedia.org/index.php/Comment_utiliser_le_Wii_Motion_Plus_comme_Gyroscope#Patch_Pure_Data
 
 
 I compile libcwiid1. Slow mode works with wminput but I have the same
 problem like you
 http://lists.puredata.info/pipermail/pd-list/2010-02/076425.html . I
 don't understand  Jack with:
 
 I have put PD_INCLUDE instead of CFLAGS in Make.local
 
 What is the line in Make.local ?
 
  I put
 
 CFLAGS += -DHAVE_CWIID_MOTIONPLUS_LOWSPEED
 
 and
 
 make clean  make

ah, i think the Make.local is now obsolete, since [wiimote] switched to
autotools and configure will check whether your library supports the
low-speed stuff (by checking whether the cwiid_motionplus_mesg struct
has a low_speed member).

so, if you only get low-speed values (even if you move the wii fast!)
and you are sure that you have a proper libcwiid, then the only thing i
can think of is, that configure fails to find your version of cwiid.
do you, by chance, have installed another version of cwiid as well, so
configure gets confused?

please post the output of configure  make (use pastie.org if it's too big).

fgmnadsr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8EgTwACgkQkX2Xpv6ydvQxRACgn0xtWqBUgEUCemBksw5z/8z7
QNUAoINwDihp761In+ZeiD885yJn0eLJ
=Sm3U
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Randomly coloured particles

2012-01-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2012-01-02 22:57, Antonio Roberts wrote:
 Can anyone enlighten me on how you would use [part_info] together with
 [color] to generate randomly coloured particles, with each particle
 having a randomly generated colour?
 

instead of connecting the 4th outlet of [part_info] directly to [color],
use it to trigger the generation of 3 random values, and feed those to
[color].

if you want the colors to be persistent (that is: a given particle will
have the _same_ random colors in 2 consecutive render cycles), you might
want to reset the random generator to a given seed for each render cycle.
a good time and place to do that would be the bang from a [t a b] right
before [part_info].

more interesting things could be acchieved by storing the random
values in a table (of size partnum) and read those values, starting at 0
for each render cycle (again: derived from the trigger [part_info]
receives) and incrementing the counter for each particle (derived from
the output of [part_info].

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8CvBkACgkQkX2Xpv6ydvSXuQCaAkhlkOIBaqesoAhU5TmfAT5v
rk8An114sualmlFArR8knCh+d0MWz4CD
=nTtU
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gridflow on oneiric

2011-12-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-21 01:28, Mathieu Bouchard wrote:
 Le 2011-12-20 à 23:55:00, Christian a écrit :
 
 when i try to install gridflow (.deb or tarball) it says that i need
 libquicktime1 but installed is libquicktime2.
 is there already a gridflow-version for it?
 or any other idea how i can install it without libquicktime1?
 
 Can't you download libquicktime1 from an older version of ubuntu and
 install it anyway ? But just the lib itself, not the «-dev» package.

do you rely on anything in libquicktime1 that is not present in
libquicktime2?
afaik, they are API compatible, so a simple recompile should be possible
(or does tarball stand for a binary release in tarball form?)

gmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7xnawACgkQkX2Xpv6ydvSNVwCgubS5HtKo1veYYqmWpgL8mFJz
pMIAoK2sFtba/ot6Jki8LNduO7SR4V91
=5tod
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] gridflow on oneiric

2011-12-21 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-21 12:01, chr wrote:
 
 i think i will have a big codec-mess on my laptop after doing it, °_°
 for that reason i asked for another solution, because i have often
 problems with codecs, especially in kdenlive.
 
 but anyway, i continue to try

how about: a simple recompile of gridflow?

fgamsdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7xxtEACgkQkX2Xpv6ydvS0jACdHlWK+bP/G9fZcfIvx6k64POK
IFIAoOMDhcvXCbREd1vBiA/JLlz4+qrE
=hiDy
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] showing text or number in gem

2011-12-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-19 19:48, Jack wrote:
 Le 19/12/2011 19:25, Jack a écrit :
 Le 19/12/2011 14:11, IOhannes m zmoelnig a écrit :
 On 2011-12-19 02:33, Jack wrote:
 Good to know that the problem about this 'bogus pointer' comme from the
 font.
 definitely not.

 Ah OK, I thought it was a possibility...
 It was a possibility..., because [text3d] didn't find the font.
 ++

so how does not finding the font create a bogus _image_?
without a font, you will get an empty (black) image, but that is not
bogus (as in non-existant)

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7waakACgkQkX2Xpv6ydvQW2wCgymVty8z8uPxysXXDJwZtAyLo
DlsAnR7kMK2sQelT5V339m059PRvb0Fz
=Y378
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd64 debian lots of errors

2011-12-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-20 13:27, bra...@subnet.at wrote:
 hi list
 
 i start pd which i made with dpkg out from
 Pd-0.43.1-extended-20111207.deb i found after searching the different
 64er threats on the list.
 
 if i start it with pd -nogui it tells me:

you don't need -nogui...-stderr is probably more practical, as you
will still have the possibility to interact with your patch...

anyhow:

 
 verbose(5): Using /usr/lib/pd-extended/startup as startup.
 verbose(4): Loading /usr/lib/pd-extended/startup/0.libdir.pd_linux
 verbose(3): libdir loader 1.9
[...]
 verbose(3): PDP: pure data packet version 0.12.7
 
 there are some errors in the GEM loading, which i am not able to construe.
 

but until now, i haven't seen an error in the output.


 if i do
 
  pd -nogui -path /home/markus/A2R/sone/Nhouse.rj/ -open
 /home/markus/A2R/sone/Nhouse.rj/_a.pd
 
 _a.pd is a patch that opens the _main patch.
 
 it says for different abstactions, which are placed in the -path folder
 for example:
 
 verbose(3): tclpd loader: searching for goasolo in path...
 verbose(3): tclpd loader: searching for goasolo/goasolo in path...
 verbose(3): tclpd loader: found nothing!

which only means that the tclpd loader is misbehaving, as it should
shut up (or at least only report at a higher verbosity level) if it
fails find anything.
assuming that you don't use any tcl-externals (if you don't know, you
most likely don't), you can safely ignore these.

 
 and ogg tells me:
 
 oggcast~: set server type to new Icecast2 (HTTP/1.0 scheme)
 oggcast~: 2 channels @ 44100 Hz, bitrates: max. 144 / nom. 128 / min. 96
 oggcast~: 2 channels @ 44100 Hz, quality 0.80
 oggcast~: connecting to port 8000
 error: oggcast~: connection failed!

which could simply mean that [oggcast~] couldn't connect to an icecast
server. is the server running? do you point to correct server? do you
provide the correct password?


fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7wk1EACgkQkX2Xpv6ydvRLpwCgmaPA6QDj50Ucb8g0VS85PV+1
vBkAnjtB1EHHrkOsIhtapNAe5OQoJ053
=YAos
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd64 debian lots of errors

2011-12-20 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-20 15:10, bra...@subnet.at wrote:
 you don't need -nogui...-stderr is probably more practical, as you
 will still have the possibility to interact with your patch...
 
 i start with -nogui, ?cause i dont have a xserver installed. in the
 moment am through network on that machine

ah, i didn't know that...

 
 
 anyhow:
 

 verbose(5): Using /usr/lib/pd-extended/startup as startup.
 verbose(4): Loading /usr/lib/pd-extended/startup/0.libdir.pd_linux
 verbose(3): libdir loader 1.9
 
 does that mean, that its finding the files?

it means that it is finding and loading libdir.

 
 this ones are no errors?...just to be sure
 
 open: /etc/pd/gem.conf: No such file or directory
 open: /home/markus/.pd/gem.conf: No such file or directory
 open: ./gem.conf: No such file or directory

no they are not errors.
unfortunately i haven't found a way to make Pd not bail out when it
searches for these optional files and doesn't find 'em.



mfgasd
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7woNoACgkQkX2Xpv6ydvTOGgCg9GC0L+v4Ll0aOchVkdgipM0e
QjoAoJt987/6MIv2EErdyynBPb2XS84W
=OIU5
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] showing text or number in gem

2011-12-19 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-19 02:33, Jack wrote:
 
 Good to know that the problem about this 'bogus pointer' comme from the
 font.

definitely not.

 Yep, on Linux (I don't know on other OS)  you have to specify the path
 to your vera.ttf (by default) in file  path.

Gem always needs to find the truetype font in order to be able to render
a text. it will look for the default font vera.ttf in all search-paths
of Pd, including the the patch's home.


ghm,sdft
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7vN+YACgkQkX2Xpv6ydvSrtACguKa75BywxsQZTNL+6L/m/O29
ViQAn05hBI0QOnw876rWvrxxi78K+auf
=gCoR
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [gemwin] - Storing window-shots and changing view?

2011-12-13 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-12 22:19, Sebastian Valenzuela wrote:
 Hi everyone,
 
 I have two big questions regarding the graphics object [gemwin]:
 
 How does one change the focus of the graphics window?
 For example, we are using a computer video camera to look at the surface of
 a pepperoni pizza (in real time), but i want to change the view so that all
 you see is one pepperoni slice in the graphics window (still a square
 window/image).
 
 Also, How does one go about temporarily storing an image/frame of the live
 video going through the graphics window object?
 For example, now that i have the piece of pepperoni in view, i want to
 capture ONLY this portion of the entire pizza/live video stream.
 
 I am new to [gemwin], but would like to implement it into an audio/video
 installation due next week. Any help would be greatly appreciated!

if you are new to [gemwin], you might want to checkout the help-patch of it.

it should mention something along the lines of view.


for your 2nd problem you might want to have a look at the
examples/02/*snapshot* patches.
in short [pix_snap(2tex)], [pix_write(r)] and [pix_record] are the key
objects here.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7nC54ACgkQkX2Xpv6ydvSXuwCgwWMdZDdVZBJbKc4aPdb3cNVm
mxsAni7Sx7CvWdHFhuA73In9yTRWhmf0
=/nuW
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] extended - vanilla

2011-12-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-11 21:50, Jean-Christophe Sekinger wrote:
 Hello
 Is there somewhere _abtractions_ of most popular pd-extended _objects_,
 for vanilla (f.e. from zexy, iemlib, or other librairies?)


all most popular pd-extended externals[*] can be found as vanilla
abstractions at
https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/zexy/abs
objects not found in this collections are not so popular.

ghgsft
IOhannes

[*] i assume that with 'objects' you mean externals. in Pd-lingo
however, obect usually means a patchable 'rectangle' (with or without
iolets) found in your patch. they can be implemented as abstractions or
externals.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7luEwACgkQkX2Xpv6ydvR7BwCfVtJare3IfEc0yJp9mLo5XUiH
jB0AoIqjBC8kk+NVBplDgG5JCdkGfhhm
=HK3k
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd at startup creates 2 canvases, why?

2011-12-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-11 21:22, Ivica Ico Bukvic wrote:
 
 I stand corrected. So, the next question is, is it considered good
 coding practice to explicitly call destructors, or is this one of those
 quod libet kinds of things?

explicitely calling destructors is a bit vague in this context. you
question should rather be termed: is it considered 'good practice' to
explicitely call destructors on exit.

anyhow, i believe good practice depends on a number of factors; so you
cannot simply say that using CamelCase is good practice whereas using
hungarian notation is bad practice.

personally, i prefer if the program does call dtors on exit, since there
are a number of ressources that cannot be automatically freed by the
operating system due to their very nature. if your Pd-patch controls the
facilities in your flat, you might want it to shut off the light if the
patch is powered down in order to save energy. the operating system most
likely will not send the appropriate commands to your arduino


fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7lv2kACgkQkX2Xpv6ydvQWxACdHaYtDyHwMWomp3PCzPLSYSzA
xiMAoMWlvetU+NUl3c3cogIGysr3LMYQ
=VuWS
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] extended - vanilla

2011-12-12 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-12 16:27, Mathieu Bouchard wrote:
 
 But [lop~] [clip~] and such, are not external. They're said to be
 internal or built-in.
 
 And then their definitions are classes, whereas their instantiations are
 objects.

oh yes of course.
seems like i was not fully awake.

anyhow, i assume that jean-christophe meant something like atomic
objects that cannot be opened by clicking on them when he was talking
about objects.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7mHfwACgkQkX2Xpv6ydvQavACgrapmblhQtSQXyqS29m9XGGLz
ZVcAoKdn5J8cPph05CNPMKZ2IH0ITW+A
=kADF
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] installing debs as user (was Re: install Pd on ubuntu without internet; video-playback codec windows?)

2011-12-07 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-12-06 22:53, Mathieu Bouchard wrote:
 Le 2011-12-06 à 20:06:00, Andy Farnell a écrit :
 On Tue, 6 Dec 2011 14:29:31 -0500 (EST)
 Mathieu Bouchard ma...@artengine.ca wrote:

 I think IOhannes refers to unpacking a Debian source package
 so you can do a local build (in home directory).
 
 I think *I* was asking about binary packages. Well, I only assumed we
 were talking about binary packages. I don't know why we would be talking
 about source packages at all, at this point !
 

i was talking about binary packages as well.
maybe i missed some point though.

if you are asking how to _properly_ install a package without root
priviliges, then i believe that this is impossible, given that the very
nature of properly installing a package means writing to parts of the
disk where unproviliged users are not allowed to write to. that's by design.

anyhow, in my personal experience not many packages will actually
execute any scripts in the pre-/postinstall process; e.g. of the 3600
packages installed on my system, only 1800 come with a postinst script.
of those, at least 900 are virtually the same and only call ldconfig
(after installing a library).

if the package in question indeed contains a preinst/postinst script,
you can extract that with
$ ar x pd.deb
$ tar xvzf control.tar.gz
$ ls postinst

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk7fKnMACgkQkX2Xpv6ydvSaFQCfUEi/uhxFZy/mk0EHxD/lLFOw
s8wAoMzcCQD01r9ZroGzuvs69i0dyRuw
=5gp0
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


<    1   2   3   4   5   6   7   8   9   10   >