Re: [PD] ALSA loopback and Pd

2015-11-15 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Eventually, i decided to use the jack alsa plugin with jackd.
Formelly, I had buffer problems with ecasound when receiving sound
with netcat :

$ netcat -ukl 1234 | ecasound -i stdin -o jack,pure_data_0:input0

(audioio-db-client) WARNING: Underrun in reading from "stdin". Trying
to recover.
(audioio-db-client) WARNING: Underrun in reading from "stdin". Trying
to recover.
(audioio-db-client) WARNING: Underrun in reading from "stdin". Trying
to recover.

The sound was send with :

$ arecord -d0 -c1 -f S16_LE -r 11025 -t wav | netcat -u 192.168.1.13 1234

Now, with jack alsa plugin :

$ netcat -ukl 1234 | aplay -D pcm.jack

i can get the sound in Pd through jackd.
++

Jack

PS : if someone has a solution with alsa loopback and Pd (or a simple
proposition), I am still ready to read it...


Le 14/11/2015 15:55, Jack a écrit :
> Ecasound seems nice and i will give it a try. Thanx. ++
> 
> Jack
> 
> 
> 
> Le 14/11/2015 15:43, Matt Barber a écrit :
>> And if aplay won't output to jack, you could try ecasound.
>> 
>> On Nov 14, 2015 8:59 AM, "Simon Iten" <itensi...@gmail.com 
>> <mailto:itensi...@gmail.com>> wrote:
>> 
>> this would be easier with your name :-)
>> 
>> use jack.
>>> On 14 Nov 2015, at 14:49, Jack <j...@rybn.org
>> <mailto:j...@rybn.org>> wrote:
>>> 
>>> Hello,
>>> 
>>> I try to use ALSA loopback (snd-loop) with Pd. To route the
>>> output
>> of an
>>> application to the input of Pd.
>>> 
>>> 
>>> Using : $ aplay -D hw:1,1,2 blabla.wav and $ arecord -D
>>> hw:1,0,2 | aplay works fine with ALSA loop.
>>> 
>>> But, if i want to use Pd (with ALSA -> input device 1
>>> (Loopback
>> hardware
>>> or plugin) -> Apply -> OK) instead of arecord, I get : tried
>>> but couldn't sync A/D/A in Pd console.
>>> 
>>> Anyone succeed to use Pd with ALSA loopback ? I miss something
>>> ? Thanx. ++
>>> 
>>> Jack
>>> 
>>> 
>>> ___ 
>>> Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing
>>> list UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> ___ 
>> Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list 
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>> 
> 
> 
> ___ 
> Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
> account-management -> http://lists.puredata.info/listinfo/pd-list
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJWSHaNAAoJEOuluecjw8GUORwH/iHR+RCuOIrjoDx+U92QV6o3
tvWcsA3X9HcrT83J2RBDJsu/yVHdi7+781HI6oOtQfO/EyZxuv2nAtl3/7e7AKQv
Bs16WChWSDy9ay1/5spnduvjs/zedDQVyCXEMD/jb+sO/wkRC0YUERbGOW3kBsAp
rmtOMlA3Z+C9lNUHOyh3ERIfx8FCrIZ1NSmK+GopIzDntIY3Za718zHMaOh2il64
icPpznqKvSyDwnxM6yAk/19M7IXZ0E6DHMXaLcC8Bk7ruIK/B2w+zYIoQAHgKk2B
tI8KHxQoUVFRhtrV0KUZmHSpUZTWTWH7zwNDn5Ww/8Pho+HJt/JKpRkJ/zZ2ZjU=
=mj/l
-END PGP SIGNATURE-

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


[PD] ALSA loopback and Pd

2015-11-14 Thread Jack
Hello,

I try to use ALSA loopback (snd-loop) with Pd. To route the output of an
application to the input of Pd.


Using :
$ aplay -D hw:1,1,2 blabla.wav
and
$ arecord -D hw:1,0,2 | aplay
works fine with ALSA loop.

But, if i want to use Pd (with ALSA -> input device 1 (Loopback hardware
or plugin) -> Apply -> OK) instead of arecord, I get :
tried but couldn't sync A/D/A
in Pd console.

Anyone succeed to use Pd with ALSA loopback ?
I miss something ?
Thanx.
++

Jack


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


Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Jack
Yep, I know ;)
I just want to use ALSA loop because it looks very simple to setup.
++

Jack


Le 14/11/2015 14:58, Simon Iten a écrit :
> this would be easier with your name :-)
> 
> use jack.
>> On 14 Nov 2015, at 14:49, Jack <j...@rybn.org> wrote:
>>
>> Hello,
>>
>> I try to use ALSA loopback (snd-loop) with Pd. To route the output of an
>> application to the input of Pd.
>>
>>
>> Using :
>> $ aplay -D hw:1,1,2 blabla.wav
>> and
>> $ arecord -D hw:1,0,2 | aplay
>> works fine with ALSA loop.
>>
>> But, if i want to use Pd (with ALSA -> input device 1 (Loopback hardware
>> or plugin) -> Apply -> OK) instead of arecord, I get :
>> tried but couldn't sync A/D/A
>> in Pd console.
>>
>> Anyone succeed to use Pd with ALSA loopback ?
>> I miss something ?
>> Thanx.
>> ++
>>
>> Jack
>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 




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


Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Jack
Ecasound seems nice and i will give it a try.
Thanx.
++

Jack



Le 14/11/2015 15:43, Matt Barber a écrit :
> And if aplay won't output to jack, you could try ecasound.
> 
> On Nov 14, 2015 8:59 AM, "Simon Iten" <itensi...@gmail.com
> <mailto:itensi...@gmail.com>> wrote:
> 
> this would be easier with your name :-)
> 
>     use jack.
> > On 14 Nov 2015, at 14:49, Jack <j...@rybn.org
> <mailto:j...@rybn.org>> wrote:
> >
> > Hello,
> >
> > I try to use ALSA loopback (snd-loop) with Pd. To route the output
> of an
> > application to the input of Pd.
> >
> >
> > Using :
> > $ aplay -D hw:1,1,2 blabla.wav
> > and
> > $ arecord -D hw:1,0,2 | aplay
> > works fine with ALSA loop.
> >
> > But, if i want to use Pd (with ALSA -> input device 1 (Loopback
> hardware
> > or plugin) -> Apply -> OK) instead of arecord, I get :
> > tried but couldn't sync A/D/A
> > in Pd console.
> >
> > Anyone succeed to use Pd with ALSA loopback ?
> > I miss something ?
> > Thanx.
> > ++
> >
> > Jack
> >
> >
> > ___
> > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list
> > UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> ___
> Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 


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


[PD] pdgst and videoloopback

2015-11-12 Thread Jack
Hello,

I would like to use pdgst to play a video stream in Gem.

I tried with the vlc plugin :
device tcp://192.168.1.101:

... but like with :
$ vlc tcp://192.168.1.101:

... i got a black screen.

I tried with gstreamer :
$ gst-launch-1.0 tcpclientsrc host=192.168.1.102 port= ! h264parse !
avdec_h264 ! xvimagesink

... and i get the stream and everything is OK :)


So, I decided to use v4l2loopback to get the stream on /dev/video1, but
after :
# modprobe v4l2loopback
$ gst-launch-1.0 tcpclientsrc host=192.168.1.102 port= ! h264parse !
avdec_h264 ! v4l2sink device=/dev/video1

... i got :
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
ERROR: from element
/GstPipeline:pipeline0/GstTCPClientSrc:tcpclientsrc0: Internal data flow
error.
Additional debug info:
gstbasesrc.c(2943): gst_base_src_loop ():
/GstPipeline:pipeline0/GstTCPClientSrc:tcpclientsrc0:
streaming task paused, reason not-negotiated (-4)
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...

So I can't use pdgst nor pix_video to read the stream.

I also tried with :
$ gst-launch-0.10 tcpclientsrc host=192.168.1.102 port= ! h264parse
! avdec_h264 ! xvimagesink

but gstreamer (gst-launch-0.10) can't find the module "avdec_h264" (and
i can't get ffdec_h264 on my system, dont't know why yet).
Any suggestion to get the stream in Pd/Gem ?
Thanx.
++

Jack


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


Re: [PD] GEM ERROR: -50 in GraphicsExportSetOutputFile() 2nd attempt

2015-11-03 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Rainer,

Can you provide a patch with this error ?
++

Jack



Le 03/11/2015 05:49, Rainer . a écrit :
> Hi, I get a strange error on my new laptop everytime I try to write
> a .tiff with pix_write. Sometimes GEM writes 2-3 tiff´s, but each
> time with an error message
> 
> ERROR: -50 in GraphicsExportSetOutputFile()
> 
> and on the 4. tiff pd is suddenly freezing/crashing.
> 
> Sometimes pd crashes on the first attempt to write a tiff. The
> images that has been written as far as to the crash are on the
> harddisk.
> 
> Any idea why?
> 
> win10 / Pd-extended 0.43.4
> 
> Thanks,
> 
> Rainer
> 
> 
> ___ 
> Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
> account-management -> http://lists.puredata.info/listinfo/pd-list
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJWOITpAAoJEOuluecjw8GUrL8H/2jVICftW6llT6lXi9ALfedx
crY9bC+BcRqfk9iP9Ie0lWz0JdPQkteFYKcVCd5tiPNszQhFgRKu7/pyrYV77qvZ
yIyV1i4Oat56b4LISGypLGjab3+pZyzkajkS3ZQtz/V6tYiL3kx1QV5BFDo3ju6y
jQJUI0hYtAfeBsbUufasM8PqNXXBc3P0CF0ls3o7MlABEAc9QCq1qDARyZ8bKPWx
DHFAvpFjiOvKes2RrPGV1uZn8z1BNZeMwumd5zDVHaYDgzLbPBb1xWd8SnIX0RxI
iXzDlbxqe4i1T9ji0l58lIbgL5CR68+LmJAYTVhYW7G879EfXvfTymuThi0Kz+Q=
=B2He
-END PGP SIGNATURE-

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


Re: [PD] creating a pseudo random list

2015-09-04 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Patrick,

There is an exemple called [list-random] in the "list-abs" using
[random] and [list prepend].
There is a lot of abstractions in "list-abs" for operations on lists.
https://puredata.info/downloads/list-abs
++

Jack



Le 05/09/2015 00:06, IOhannes m zmölnig a écrit :
> On 09/04/2015 10:55 PM, Pagano, Patrick wrote:
>> i want to create a sequence of (8), (16), (32)numbers between -24
>> and 24 for octaves/duples
>> 
>> without commas for use in a pd sequence.
>> 
>> 
>> Can someone suggest a object that would help me out?
>> 
> 
> [random] + [list append]?
> 
> 
> fdsmr IOhannes
> 
> 
> 
> ___ 
> Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
> account-management -> http://lists.puredata.info/listinfo/pd-list
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJV6iATAAoJEOuluecjw8GUlO8H/2S/TefKC+0zUPW1PH1KOFSk
DXLoyoodpilPpK1vY78gnDmHAnVMYZ76dGmDlamfnw4gEOxm7R+Wc2f5BiOaVvtH
PFfiJSjH8ynkNnkwZZiexPB9fQsZwWhQpt1iNtDxdJO28/vEzSa1ehWKPII17SxY
jqfxPqdM+rWzVDtqoxOyq9JxAp5xqo88YwNTGBk8txAnOLaJeuWK53v0Bjf/aUVP
qsIv7vj5e5HVM2qVSwhyLN+EdIiNa+EhnmvyJ8z/lUsOwFTYblksmtu0MHwUZJen
5Crnpf5z7z7mW7TRPQMHpKSeOawb/dyWUlleYaHuGI3Kph4CYaAWdcrxJNUPfh4=
=3K+h
-END PGP SIGNATURE-

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


Re: [PD] control a value with number box and slider at the same time

2015-08-14 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Or use the 'set' message to change the value show in a number box or
slider.

|0\
|
[set $1(
|
|   |   |

++

Jack



Le 14/08/2015 13:34, Simon Iten a écrit :
 hi list,
 
 i remember there was a discussion a while ago about sliders and
 numberboxes controlling the same value. (and the loop that caused
 problems) here is my take on it with vanilla objects. it does need
 some work for every control, but it does the job!
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVzeWQAAoJEOuluecjw8GUtRQIAJ9QZMolgvrnjcNqyRYAsEDO
BwQGFHSr+lfLJMwQTUf/Th+aJtzkaRufmF7KTEWJK94i4ApA4iX08gJStFDCuHe0
JyWWmE9cprQc83HKB3TFtJxGzqU+LM+hCM1ckPuwEzVZLgZlM+dHzfPfvaozYsI4
HBCm5Sboa3rwnxKvn3CBnpNhsdr5efzG5XOae9QNpDamzvObEcEkUztRf/LAiQLC
GoxKDRuu5Dm2cRgHvEcLXhLBSE0USJ06WtLXJVCJrhWQr93yjl/3brZm5XXJ0x+a
S33jqZaQIe67Xxv3u/fIkHhZSFIA3nf92IgBZ/7kdnm4ssePleQpHNt2OQhQsw4=
=W8+N
-END PGP SIGNATURE-

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


Re: [PD] Creating Eucliadean note patterns with pd for Mutable Instruments Grids

2015-08-02 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Totally missed the topic, sorry for the noise.
++

Jack



Le 02/08/2015 00:20, Jack a écrit :
 Hello Patrick,
 
 If you just need to create a random list with 96 values between 0
 and 255, there is a [list-random] abstraction in 'list-abs' that
 can help yo u. ++
 
 Jack
 
 
 
 Le 01/08/2015 21:48, Pagano, Patrick a écrit :
 Hey List
 
 
 I want to be able to create some euclidean patterns for a mutable
  instruments hardware eurorack module
 
 i need to know how to generate a list that looks like this
 
 
 const prog_uint8_t node_0[] PROGMEM = { 255, 0, 0, 0, 0, 0, 145, 
 0, 0, 0, 0, 0, 218, 0, 0, 0, 72, 0, 36, 0, 182, 0, 0, 0, 109, 0,
 0, 0, 72, 0, 0, 0, 36, 0, 109, 0, 0, 0, 8, 0, 255, 0, 0, 0, 0, 0,
 72, 0, 0, 0, 182, 0, 0, 0, 36, 0, 218, 0, 0, 0, 145, 0, 0, 0,
 170, 0, 113, 0, 255, 0, 56, 0, 170, 0, 141, 0, 198, 0, 56, 0,
 170, 0, 113, 0, 226, 0, 28, 0, 170, 0, 113, 0, 198, 0, 85, 0, };
 ​
 
 so it's an 8X12 matrix of values between 0 and 255
 
 
 is there a simple way in pure data that i can create such an 
 animal?
 
 
 
 
 /Patrick Pagano B.S, M.F.A/ Audio and Projection Design Faculty 
 Digital Worlds Institute University of Florida, USA
 (352)294-2020
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVvgAjAAoJEOuluecjw8GU87EH/Av7RbRwspariiyBxLOKtq9h
P0Cb/sivaLM4Ah7DN9T0JJWucXb8yFHrYe1apTP9yu+bPm9zPanw/+2bgh7x/vA5
jU52EUYzV1BTcIcaIiR9jSdVrKkgF/WxA54RFgp523E5Li+ySvcgwGwwf67XmPze
iIyt8720n+c3Let8Z2GNz6sDhpzI3uI1gTFmtmww0HJncpcvkZUYBHSVv+zzmy3B
1ONJrTRECEwDKkLeUyG8UiYVeMPRiA4PFtPol3oE9tRaSBLAW179YffvY+lmnsVE
DDBZFeaEqevQgx2+SHEGA9P093lfkwFC9GDGBsyrCchAvhPaD8ukd4L5T12KPQk=
=uPAo
-END PGP SIGNATURE-

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


Re: [PD] Creating Eucliadean note patterns with pd for Mutable Instruments Grids

2015-08-01 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Patrick,

If you just need to create a random list with 96 values between 0 and
255, there is a [list-random] abstraction in 'list-abs' that can help yo
u.
++

Jack



Le 01/08/2015 21:48, Pagano, Patrick a écrit :
 Hey List
 
 
 I want to be able to create some euclidean patterns for a mutable 
 instruments hardware eurorack module
 
 i need to know how to generate a list that looks like this
 
 
 const prog_uint8_t node_0[] PROGMEM = { 255, 0, 0, 0, 0, 0, 145,
 0, 0, 0, 0, 0, 218, 0, 0, 0, 72, 0, 36, 0, 182, 0, 0, 0, 109, 0, 0,
 0, 72, 0, 0, 0, 36, 0, 109, 0, 0, 0, 8, 0, 255, 0, 0, 0, 0, 0, 72,
 0, 0, 0, 182, 0, 0, 0, 36, 0, 218, 0, 0, 0, 145, 0, 0, 0, 170, 0,
 113, 0, 255, 0, 56, 0, 170, 0, 141, 0, 198, 0, 56, 0, 170, 0, 113,
 0, 226, 0, 28, 0, 170, 0, 113, 0, 198, 0, 85, 0, }; ​
 
 so it's an 8X12 matrix of values between 0 and 255
 
 
 is there a simple way in pure data that i can create such an
 animal?
 
 
 
 
 /Patrick Pagano B.S, M.F.A/ Audio and Projection Design Faculty 
 Digital Worlds Institute University of Florida, USA (352)294-2020
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVvUYcAAoJEOuluecjw8GUHI8IAJHmuwPQX0vNQs/g6sM6R6lN
Z4DNSlpGh8ud72reiSdygK18tBmma3rnRBfDk8q/7paelhohP6Rh/6DcSHaoXjMS
IfRCJt1LkAEMpLtAmuJiGzVFLnbk46xLyY6N69TcTGRKQdW5nseI18Ofoc8IuGvn
9gg7RfWU11DUjLFISu8ocGIDQ+kY+ZF19m0SZuI6Mxnk1Y3fsIIppLCfyZB/eSRT
c9mcUXvSZRAnJRJiwF2XZ6QNlpyq18u2bW+2OWipZvhtBYKSuS0PiByKra0oJ59W
tFJIQ8KqUmvDf6GKQV77SCXtq6O2A0oH+qB4BdiWITi+3WZK1mhlVIdCeBiS3lA=
=I5Fm
-END PGP SIGNATURE-

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


Re: [PD] no more sound on iOS with biquad~ and libpd

2015-07-17 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanx IOhannes,

First :
Isolate the biquad~ stuff has solved the issue (without [clip~ -1 1])

Secondly :
Adding a [clip~ -1 1] just before the [dac~] doesn't solve the problem.

Thirdly :
But I don't know yet where the problem comes : if a [clip~ -1 1] is
added after the biquad~ stuff, it works, no crash.

I have to dig a little bit more...
++

Jack



Le 14/07/2015 16:53, IOhannes m zmoelnig a écrit :
 On 2015-07-14 16:11, Jack wrote:
 Hello,
 
 Jumping fast to certain coefficient (for frequency around 40/50
 Hz and Q around 0.7) cut sound on iOS (iPad) when i use libpd (it
 seems to be OK with MacOSX). I need to restart the iOS after. Do
 you know what I have to do to solve this issue ?
 
 provide a test-patch.
 
 two ideas: - the quick jump causes some very high sample values.
 the iOS system limiter~ mutes the signal and takes ages to recover
 (too long to wait). a quick fix would be to use [clip~] just before
 the [dac~]s
 
 - the quick jump might cause a NaN to be introduced in the signal 
 vector; due to the recursive nature of [biquad~] all successive
 samples become NaNs. no quick fix for this. try to get the sample
 values after muting. e.g. using [print~], or even just [env~]...
 
 fmasdr IOhannes
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVqPFjAAoJEOuluecjw8GUXkkH/RPsLKWwZLlpZ+w3He932OIh
IZtaQN+dE22ZNYlbmkF2hph/B+27fGf1Nn36N/xmhmYQ3Ar/Jcakdosp3GZRZeUt
ZUlTnJpBAQIzASYvDw3eRyINOkvV9I52j/UFaWNolK7J4dJcLvMoMxAABDgTVgLd
B01SNCGx2g4A2s2krmkhWH5LlQgZzTaUWzI/rk0dtjC8QN76ek6PuR67tw17Yx9c
NOtGOOXVapOqylBzMxvV05iwOM4dJlP9tSLv+BYCGngvDFfdzmUQ9JGrL8IYB9py
P1/j1VqdGp2sRUJ4HQwpwpG3wH3gs/aWSVQINqI5IqMPQndA/CkChZjLSr1Sirk=
=YLEk
-END PGP SIGNATURE-

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


[PD] no more sound on iOS with biquad~ and libpd

2015-07-14 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Jumping fast to certain coefficient (for frequency around 40/50 Hz and
Q around 0.7) cut sound on iOS (iPad) when i use libpd (it seems to be
OK with MacOSX).
I need to restart the iOS after.
Do you know what I have to do to solve this issue ?
Thanx.
++

Jack

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVpRiXAAoJEOuluecjw8GUot8H/0uXDRjgs3PaLrNcOUIVTN5i
tkUp1rBdeVqxqaTwMmDB/jITAwIYFMvJPz7t75sJ1ESgl36W0iMrbOYy13NOsXPO
gsOtFll7QV6pw4zr7q2LbChEEEJd8sOWcJDzuPu3aBQK/fTTjrwstuzEBi+gVBB3
0LZ9C+FmccTOcMWQzcUl7lNgBk0E59n5w0Sd/hNmYLV7Fzhh5xLUwsA3sexlzlNJ
BhL8ESy9eMZLhfL75Y8S1Jj9M35jRtepQhB9uF8gNnAXg1gG3oFItEAib3pI/IMb
afdSjld9ZOL81nmNN0UboOpt4bPaBlmQGeiqKPSlt5dYJdG3nVAI32R5DIiPFhk=
=YCmj
-END PGP SIGNATURE-

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


Re: [PD] array define read from file does not auto resize array

2015-07-11 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I guess, your textfile seems to contain only one (or several) line
with floats.
A better way could be :

[read filename, rewind, bang(
|
[textfile]
|
[t l l]
| |
| [list length]
| |
| [array size arrayname]
|
[array set arrayname]

Dont forget [array define arrayname] somewhere in your patch.

a note : if you use [array], you could use [text] instead [textfile].
++

Jack




Le 10/07/2015 21:31, Billy Stiltner a écrit :
 instead this is used
 
 [read filename, rewind, bang( [textfile] [t l l] / \ [list 
 length] [t b f]   | \[array size arrayname] \  / [list] 
 [array set arrayname]
 
 Is there a better way to do this?
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVoPOaAAoJEOuluecjw8GUhjoH/3pJzaE+JFo2LinpK5gpAQHl
m0KqfEd7a/rwlhnWwjDvYkdiIzwD26RrortoDgrB5cEVdqoKKd/AWtRLhwDet+lJ
r+OSCoKI9ykPsbrItaO1RkGyWpmoNYDPpODcaeKvw18nejJ9MpRdO6aifVUSfOd9
3u4QsuMw0h1o07MHblQtQNrvR5dxvFykJbOBqhVtpG+ygPl6v5jfb5WTCq7LYpFS
vV8B0RiOFlQMG1IT2PdJyJy338uq9uV+f+gfJRCwUdGC5tI/YTk4hWa9c0R/Hol1
AWtWgRamXPwjCu0AF12HSyCzmY6D2aqqrs/dyJgtYNqQM3LXtOM/ZcFXB82jj9I=
=dJIl
-END PGP SIGNATURE-

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


Re: [PD] array define read from file does not auto resize array

2015-07-11 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 11/07/2015 23:35, Billy Stiltner a écrit :
 
 
 
 
 I guess, your textfile seems to contain only one (or several) line 
 with floats. A better way could be :
 
 yes , the textfiles were saved through array the data was
 originally a space delimited list of floats sent from 
 javascript-JAVA-TCP-FUDI-[array set] then saved by the [write
 filename( message to [define array arrayname]

OK.

 
 
 
 
 [read filename, rewind, bang( | [textfile] | [t l l] | | |
 [list length] | | | [array size arrayname] | [array set
 arrayname]
 
 Dont forget [array define arrayname] somewhere in your patch.
 
 
 That is simpler.
 
 
 a note : if you use [array], you could use [text] instead
 [textfile]. ++
 
 Jack
 
 
 
 
 
 Thanks I could use [text] instead I guess. Does it auto resize?

Yes and no, it just keeps the content of your textfile, no more, no
less (it is not a pd array).

 
 It seems I haven't had any trouble with textfile or text resizing
 when reading from file.

Yes, there is no trouble to use [textfile], it was just to tell you
that there is also [text] in Pd vanilla with more options than
[textfile]. And with [text], you can save your textfile with your
patch (you can do it also with [array]), depending of what you want to
achieve.
++

Jack


 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVoZ3LAAoJEOuluecjw8GU/MAIAKXi/M90mqoCAhBX1vnCI8O2
CGSJUC4NlJExYGGnq4VU3mYpCDJrY/LLMIoDVu3efyFdb4VRGLyah4HgKfAgAQNS
1y67zHpYU2rVrfdg6V96BZuBI/rKe45/G20KY+QeQmbxeptZrJoXeYTM5Jzqxei7
NqgBTCL35sxEc7mX+Y2l3XvWvjP1OJEc2P864DSynrmXD7byYuCJBdVJYc336F0K
5dCT1xW2UF5UEdBmdHoXJ3/5tS0ygYnETKtaqL5CjKL5FRAdCDUFSc4K/DNp8yjZ
uwuToQapljcP8e030KbcaC70e/LkT4ZuqG1IuvoCZXNuzO7RFBlbSDxI697xUFo=
=o4/3
-END PGP SIGNATURE-

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


Re: [PD] A patch to create a patch to create a patch to create a patch to close puredata...

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Olivier,

Very nice ;)
++

Jack




Le 06/07/2015 20:46, Olivier Baudu a écrit :
 Thank you Julian...
 
 Well, I don't know if this one is funny but, for sure, it's still 
 useless... :-)
 
 The Carouslide: https://vimeo.com/132739686
 
 :-p
 
 01
 
 Le 01/07/2015 15:02, Julian Brooks a écrit :
 definitely raised a smile :)
 
 2015-06-30 17:15 GMT+01:00 Olivier Baudu 01iv...@labomedia.net 
 mailto:01iv...@labomedia.net:
 
 Hi list...
 
 I got bored again... so...
 
 https://vimeo.com/132195870
 
 :-p
 
 Cheers...
 
 °1
 
 Le 24/06/2015 17:34, Olivier Baudu a écrit :
 Hi list...
 
 I had time to waste so here you are :
 
 https://vimeo.com/131648084
 
 :-p
 
 Cheers...
 
 °1ivier
 
 
 
 ___ 
 Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at mailing
 list UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 -- On ne peut pas vivre dans un monde où l'on croit que
 l'élégance exquise du plumage de la pintade est inutile. Ceci est
 tout à fait à part. J'ai eu envie de le dire, je l'ai dit. Jean
 Giono, Un roi sans divertissement.
 
 ___ 
 Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at mailing list 
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmtKlAAoJEOuluecjw8GUTNgH/2KfCGwcXmBbbvprf7GLhvzD
4jMaG7Cpy1GziSq2OoPxCtiZgUNoAMev/ijlxm5+rRGZhjrUVpyudTlK8ED2CBz1
iZIea+lVK9ewFTV0oWTlClUyoHYK4i/6OQHPOkGyRf/zC0U0BsCwTQhPi/eaj0XA
9taugTTKC7wM8bEf9sKOiVit11eBC8xzMg5Yr4rSul/xpcR1lDS3gDAs+apfAkIT
3/uqwdwjZBdtPirLu3Dz2jKir+a1VH+Q1Z2t2YbiQjAuJjRbCtLstiDgSkMhxM5n
Ldo1V79rhd4suez0Lujj4TJUeXBxOD6W7guwwydACT1yfkqdgft42pIbHuGem6I=
=jmON
-END PGP SIGNATURE-

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


Re: [PD] Pd-list Digest, Vol 124, Issue 21

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

first :
$ sudo nano /etc/apt/sources.list
comment out the line :
# deb-src http://archive.raspbian.org/raspbian/ wheezy main contrib
non-free rpi

then :
$ sudo apt-get update

and :
$ sudo apt-get build-dep puredata

++

Jack



Le 06/07/2015 16:05, Rick Snow a écrit :
 ​Hi again,
 
 Thank you Jack and Antoine for your suggestions. Still running
 into trouble
 
 I tried this manner of installing pd 46.6 again:
 
 $ sudo apt-get update seemed to work fine.
 
 when running: ​$​ sudo apt-get build-dep puredata
 
 ​I get: reading... done buidling depend... done reading state
 done E: You must put some 'source' URIs in your sources.list
 
 then when I try to run: $ autogen.sh
 
 I get: autoreconf: (12 of these) then configure.in.:104: error:
 possibly undefined macro: ACLIBTOOL_WIN32_DLL​ ​If this token and
 others are legitimate, please use m4_pattern_allow. See the
 Autoconf documentation​
 
 configure.in:105 http://configure.in:105: error: possibly
 undefined macro: AC_PROG_LIBTOOL autoreconf: /usr/bin/autoconf
 failed with exit status: 1
 
 ​
 
 
 Yes, now you need libtool. Try something like : $ sudo apt-get
 update $ sudo apt-get build-dep puredata and try to re-compile. Or
 you can follow instructions given by Antoine. ++
 
 Jack
 
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmtHYAAoJEOuluecjw8GUvq0H/2eN4PAjJQ8XyQ0/dpVvLch6
uztvvri3zjD9wigN/UPwwLMkiAxQBG61watu6iJLdgzfHUxVkbMe5XiVuaUOXAS1
7lJqsqZMU1No+e49VUNwmgpgAmtBgo+U6+8nU1uML71rhC8gdTXFYhtnV0wTqJmm
pMSRXMHzozlt3EIY0ctJiavOe0X41HUFTKSEKX+UzkQvDhqiNMdwUtOtSiMQSPzK
JEa3E/6HbLSkIlDJNWpgGOJU57a/kZjV+jwLotcdfuchL+FDvWsGZBwbSYkwoqgG
j5eb/XoP+49Cn1GIRuucE3SXNcohi4jIgU34HG72jIM7VqMijelszA19cITMRzA=
=cbLm
-END PGP SIGNATURE-

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


[PD] Are there recommendations to optimize pd patch with libpd ?

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Are there recommendations to optimize a pd patch with libpd ?
Is there something about this topic on the web or somewhere else ?
Thanx.
++

Jack

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmtawAAoJEOuluecjw8GU80IIAKeVl6eZRSfU6JDIgQwcm69X
ddK0ydrw9JcC7oRhFXb5jWBZMHmEu/cI1bAmjaasMUTIYvpk40oU0HhgW5pRfs7A
YrD91ltdFxKy8JeXufARy5cn1jK/TqZTu0vwEdA6OiCC0dqN87kXCUqxWUqN0hKn
ip0FK81ykX4+LnB9ONnE8NKxgZiCIDRE3B0s7kzlP0iD0X9Ua5pHgknn6dvKRC8E
n8nhttrRy/sCTJCJPd6ozklcuAoEbP+fos1kVZHK4kpCNY/hev8/J7HCYOf5oYPR
IUQBdvIz0uTdYCGtX0lh9leELjhRsXUtr/AWAcaU7wURNwb04aFpZ9qT4KL/4WI=
=yA0j
-END PGP SIGNATURE-

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


[PD] Is it possible to use subprocess (with [pd~]) with libpd ?

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I would like to know if it is possible to use a subprocess made by
[pd~] with libpd.
I try the patch and it works properly with Pd-0.46.5 but when i use it
with libpd, everything in the subprocess doesn't seems to work.
Any clue ?
Thanx.
++

Jack

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmtYYAAoJEOuluecjw8GUvtgH/AhpGMzUm0e6V6qokUODoROc
RDDsY222Q7c8dv0kMz7A2I3a0Sno7rhwjq9cEWWSZHmDNulHzvBoEGlVttm7y3ME
9DaB3eAIgFdqgUV9mv0cpxXTblwNyn3B1rFkKYZHzEMHlzCBIH2NCswBKcRVb92/
CeFAXNh36YiODq6HoXeo5lFKfouPWj7fwo0/77zpzShySEEvc6K/o8BeRUfsiiVL
gdXdIeUEAFc7pagHu5i0ARRD0MlgrfpuDdiSh2iHc94MmVh7C7kDvM/JrHN9ZUjZ
RMp34kN47tOuZDbdxCyC89vkcbdnDf4VbGKobhVuRXkSUDXGf026KdY0UxhU9lQ=
=GlWE
-END PGP SIGNATURE-

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


Re: [PD] Pd 46.6 on raspberry pi 2 (automake)

2015-07-05 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yes, now you need libtool.
Try something like :
$ sudo apt-get update
$ sudo apt-get build-dep puredata
and try to re-compile.
Or you can follow instructions given by Antoine.
++

Jack



Le 05/07/2015 23:48, Rick Snow a écrit :
 Thanks Jack.  This seems to be moving in the right direction.
 
 I ran sudo apt-get install autoconf and that seemed to install
 correctly.
 
 Now when I run ./autogen I get: autoreconf: Entering directory '.
 ' autoreconf: configure.ac not using Gettext a series of 10 more
 autoconf: returns including: autoreconf: configure.in: subdirectory
 bindings/cpp not present autoreconf: configure.in: not using
 Libtool then configure.in: 104: error: possibly undefined macro:
 AC_LIBTOOL_WIN32_DLL If this token and others are legitemate,
 please use m4_pattern_allow. See the Autoconf documentation. 
 configure.in:105 error: possibly undefined macro: AC_PROG_LIBTOOL 
 autoreconf: /usr/bin/autoconf failed with exit status: 1
 
 thanks again, Rick
 
 
 Hello Rick,
 
 you can try before (if under debian based linux) : $ sudo apt-get
 install autoconf ++
 
 Jack
 
 
 
 Le 05/07/2015 22:54, Rick Snow a écrit :
 Hi list,
 
 I've been trying to set up a Raspberry Pi 2 for a few days and
 am running into some problems.
 
 I was able to install Pd 43.3 without difficulty.
 
 But when I tried to install Pd 46.6 for the Raspberry Pi from 
 Miller's site: http://msp.ucsd.edu/software.html
 
 using the following directions:
 
 run the following commands: ./autogen.sh ./configure make
 
 
 When I run: ./autogen.sh
 
 terminal returns: ./autogen.sh: 22 ./autogen.sh: autoreconf:
 not found
 
 I have successfully run: sudo apt-get update and sudo apt-get 
 install build-essential
 
 Any advice would be greatly appreciated!
 
 best, Rick
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 -BEGIN PGP SIGNATURE- Version: GnuPG v1
 
 iQEcBAEBAgAGBQJVmZrpAAoJEOuluecjw8GU8uwIAJC/0kp3FyVJ8R3eIAo9b7GE 
 5hsJhNH0N2IJ1Alu1IIFZJZUTK8BbZbafodxXXRqXRlOZEQJlKDEcHeqH1Gk5zOo 
 /3p316q4cArrY0TTl9c9jmUoWqnC9OPqx3YurQ5BuEZKc1e88Gbik5x9GGYa7bQ5 
 pRv/eWQ4kfwrUJ3Jwb9i1pWacgOmdlXL3SlyvZhPMTLbBBgujse3znwHEB+Pby7n 
 Lny+htQ6EdP7pBPZMNnIdeopJUqadEwWT6Y6V5743zRBEp8zHr8/5JNfzkjdcb4b 
 HSSKUWfoCOFQFh2VdrFQKjUsNMeD51KDx7d/8JxolGSZGVd3mW0Ts0viP9iUdbs= 
 =9rdp -END PGP SIGNATURE-
 
 
 
 --
 
 Message: 3 Date: Sun, 5 Jul 2015 16:00:30 -0500 From: Rick Snow
 ricks...@gmail.com To: pd-list@lists.iem.at Subject: [PD] 2nd
 Pi 2 issue Message-ID: 
 cacejac+wc7tzn8647besymb1qbkwb_cx0pkegw_f4psawtb...@mail.gmail.com

 
Content-Type: text/plain; charset=utf-8
 
 Dear list,
 
 In addition to having trouble getting pd 46.6 to install on the
 Raspberry Pi 2 I am having trouble compiling the NYU wiringPi
 objects.
 
 Does anyone know which architecture the Pi 2 requires?  l_arm or
 .pd_linux?
 
 I am able to compile the objects using the provided makefile as
 an l_arm object but when I try to create a .pd_linux object with
 the makefile terminal returns: * No rule to make target
 'wiringPi_gpio.pd_linux'. Stop.
 
 same goes for the wiringPi_mcp3008.pd_linux object.
 
 Any advice greatly appreciated! Rick -- next part
 -- An HTML attachment was scrubbed... URL: 
 http://lists.puredata.info/pipermail/pd-list/attachments/20150705/3c
7957f3/attachment-0001.html


 
- --
 
 Message: 4 Date: Sun, 5 Jul 2015 23:12:18 +0200 From: Antoine
 Villeret antoine.ville...@gmail.com To: Jack j...@rybn.org 
 Cc: pd-list@lists.iem.at pd-list@lists.iem.at Subject: Re:
 [PD] pd 46.6 on raspberry pi 2? Message-ID: 
 CAGn5wNcW7Nom7sfSO-ykmu5SsV2YjmPF98tu7=kb7w3kkpm...@mail.gmail.com

 
Content-Type: text/plain; charset=utf-8
 
 hi
 
 Miller's zip already contains binary for RPI so you don't need to
 build it yourself. just install it with something like :
 
 cd pd/src sudo make -f makefile.gnu
 
 cheers a
 
 -- do it yourself http://antoine.villeret.free.fr
 
 2015-07-05 23:00 GMT+02:00 Jack j...@rybn.org:
 
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 Hello Rick,
 
 you can try before (if under debian based linux) : $ sudo
 apt-get install autoconf ++
 
 Jack
 
 
 
 Le 05/07/2015 22:54, Rick Snow a écrit :
 Hi list,
 
 I've been trying to set up a Raspberry Pi 2 for a few days
 and am running into some problems.
 
 I was able to install Pd 43.3 without difficulty.
 
 But when I tried to install Pd 46.6 for the Raspberry Pi
 from Miller's site: http://msp.ucsd.edu/software.html
 
 using the following directions:
 
 run the following commands: ./autogen.sh ./configure make
 
 
 When I run: ./autogen.sh
 
 terminal returns: ./autogen.sh: 22 ./autogen.sh: autoreconf:
 not found
 
 I have successfully run: sudo apt-get update and sudo
 apt-get install build-essential
 
 Any advice would be greatly

Re: [PD] [initbang] vs [loadbang]

2015-07-05 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Without this last line in the abstraction, it is possible to use
something like :
$ sed -i '/inlet;/d' ./dynin.pd  if [[ $(tail -n1 dynin.pd) !=
_initbang bang; ]] ; then echo _initbang bang;  dynin.pd ; fi 
pd dynin-test.pd
Then you can save your abstraction, this is ugly but seems to work...
++

Jack



Le 05/07/2015 22:07, Jack a écrit :
 Yes, nice, all is in the last line in the abstraction ;) ++
 
 Jack
 
 
 
 Le 05/07/2015 22:01, Roman Haefeli a écrit :
 On Son, 2015-07-05 at 21:04 +0200, IOhannes m zmölnig wrote:
 On 07/05/2015 08:57 PM, Alexandros Drymonitis wrote:
 saving the dynin.pd abstraction, will break it.
 [...]
 abstraction. I put [r _initbang] but it won't work.
 
 the trick is *not* to have a [r _initbang] in your patch. the 
 trick is to generate a message sent to the _initbang label. 
 this is a fragile hack, hence all my warnings; esp. the first 
 warning do not save is for real - and it's not because you
 will save the dynamically generated objects, but because it
 will break the init logic.
 
 
 and i would very much prefer if anybody who wants to use that 
 trick discovers themselves how it actually works (e.g. by 
 studying the patch i gave).
 
 Despite your slight tone of discouragement to use such a hack, 
 it's still a cool and smart hack. Thanks for sharing.
 
 Roman
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmZjeAAoJEOuluecjw8GUCsMH/jpLsZiBW21Io1sYI4f/PQYi
ltCZmSvJk9/qQ1xRkEPU0TT8TTEKl62otRplT8h91J4tIR/4Z1Uuvx7601o+NpCK
udRyoK3E0adleK5xcF+NjMSJTjcR7C+DItQqtIY6YQyKFESgumhjfxwQsMtMVr/d
w9pAmE96bzHT6oZR/8eqhVF0ktlnY+4iw9NE8x+4eIi5JycWoFiXBy8A+pHKyfSU
IdnR06WlqguW2cnHyUbYzr2JiL1dRmrWYMqkbWcPf9XBVmsuvm1EpE7/MvBWcnX6
Pr1qjA5uEPqY737QiGhhw0RPokhZPHXkpSlg/GYmf2E4+nCmg78FWW02C6V7RhU=
=o5pJ
-END PGP SIGNATURE-

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


Re: [PD] pd 46.6 on raspberry pi 2?

2015-07-05 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Rick,

you can try before (if under debian based linux) :
$ sudo apt-get install autoconf
++

Jack



Le 05/07/2015 22:54, Rick Snow a écrit :
 Hi list,
 
 I've been trying to set up a Raspberry Pi 2 for a few days and am 
 running into some problems.
 
 I was able to install Pd 43.3 without difficulty.
 
 But when I tried to install Pd 46.6 for the Raspberry Pi from
 Miller's site: http://msp.ucsd.edu/software.html
 
 using the following directions:
 
 run the following commands: ./autogen.sh ./configure make
 
 
 When I run: ./autogen.sh
 
 terminal returns: ./autogen.sh: 22 ./autogen.sh: autoreconf: not
 found
 
 I have successfully run: sudo apt-get update and sudo apt-get
 install build-essential
 
 Any advice would be greatly appreciated!
 
 best, Rick
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmZrpAAoJEOuluecjw8GU8uwIAJC/0kp3FyVJ8R3eIAo9b7GE
5hsJhNH0N2IJ1Alu1IIFZJZUTK8BbZbafodxXXRqXRlOZEQJlKDEcHeqH1Gk5zOo
/3p316q4cArrY0TTl9c9jmUoWqnC9OPqx3YurQ5BuEZKc1e88Gbik5x9GGYa7bQ5
pRv/eWQ4kfwrUJ3Jwb9i1pWacgOmdlXL3SlyvZhPMTLbBBgujse3znwHEB+Pby7n
Lny+htQ6EdP7pBPZMNnIdeopJUqadEwWT6Y6V5743zRBEp8zHr8/5JNfzkjdcb4b
HSSKUWfoCOFQFh2VdrFQKjUsNMeD51KDx7d/8JxolGSZGVd3mW0Ts0viP9iUdbs=
=9rdp
-END PGP SIGNATURE-

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


Re: [PD] [initbang] vs [loadbang]

2015-07-05 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yes, nice, all is in the last line in the abstraction ;)
++

Jack



Le 05/07/2015 22:01, Roman Haefeli a écrit :
 On Son, 2015-07-05 at 21:04 +0200, IOhannes m zmölnig wrote:
 On 07/05/2015 08:57 PM, Alexandros Drymonitis wrote:
 saving the dynin.pd abstraction, will break it.
 [...]
 abstraction. I put [r _initbang] but it won't work.
 
 the trick is *not* to have a [r _initbang] in your patch. the
 trick is to generate a message sent to the _initbang label. 
 this is a fragile hack, hence all my warnings; esp. the first
 warning do not save is for real - and it's not because you will
 save the dynamically generated objects, but because it will break
 the init logic.
 
 
 and i would very much prefer if anybody who wants to use that
 trick discovers themselves how it actually works (e.g. by
 studying the patch i gave).
 
 Despite your slight tone of discouragement to use such a hack,
 it's still a cool and smart hack. Thanks for sharing.
 
 Roman
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmY6YAAoJEOuluecjw8GUKjEH/1UFnrPIypRG6mgXM7H3Z6Xn
K1u7VfjOWM5minDFjz8bZN2diQ638buFfmV7q4oNwImcKgp83nN7EoqOmueFrExg
BjN4k2PMqE7SjloW/KLYT11n4ZR2Y8HYZXXwmh39jMMoiiaC1kyEGBoMfPSU9ZaI
iW+lbRz3l8cyvDAkctERMIqv+o5XN0AdhOunykMmGILZzF1Tvl4U3Fd8hqK1/IQr
lgMiuKXHez6givW+98Vu+QBvsilXrJTUffUsWvmatYqlxBhTfsJPhr8+PoHxp3mY
x+0x9Pk0ZYlzLD9vbRPeMaIC3f6L3FKRFisDsLYLShIi6hwP/PeiC55URm0/LoU=
=hSqe
-END PGP SIGNATURE-

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


Re: [PD] pd-msg, toggle weirdness

2015-07-04 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It is working fine on Linux.
An exemple is attached to this email.
What is your configuration (pd version and OS) ?
++

Jack



Le 04/07/2015 18:35, Aykut Caglayan via Pd-list a écrit :
 Dear Pd’ers,
 
 I’m trying to create dynamically (w/ pd-msg) toggle objects each
 having its own send symbols, but the send route doesn’t work unless
 I right-click on it and see the properties window; after
 opening/closing the properties windows it starts working fine. any
 idea how to overcome this problem.?
 
 Thanks, A ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVmBLaAAoJEOuluecjw8GUsbcH/j00FvcB2Kc2DwOysR9ob9va
1OcACqroezF70GIKrEyziM3qZrg1AQLrKLpO452kwc3+LxlYcA+6NsBk8P4fagSV
AqJOnYLQt6HnmQ5XPUiaeYbMVWnIQi+mvwPhYLCsUVWC4Qb4uEJwA5ANysaPAeFP
c29QGqIryHdJ8AaILaR79LTIiPATHhiGhyH20iioBjKTtvmTaK2dm9uZgWaIA2XN
ZU5tOXGxh8zL3ym3e8DGan5tDNQ4AvYsDXOUjpXmxfYtA9P2E8MPZyF50w614/Ty
p9izLWOAIsVX8cr8TzlFuUSF69QKE7xL4gaMEt2X6B2J9JBndcwsrLDU/NqPgxQ=
=Qimw
-END PGP SIGNATURE-


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


Re: [PD] pack/unpack pointer data

2015-06-28 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Michael-Jon,

Le 28/06/2015 00:26, Michael-Jon Mizra a écrit :
 Hi Jack,
 
 my webcam is taking in data via pix_film, I wish to unpack this
 data into float to control translationXYZ and rotationXYZ. at the
 minute I try to unpack it with [unpack f] or [unpack s] but the
 console spits out an error, type mismatched I get 'bad type' if I
 try [unpack a]

Usually, i use [pix_video] to get the video stream of a webcam.
[pix_film] is more designed to read a movie file from your hard drive.
 
 maybe I'm approaching the task with the wrong process - but I want
 the webcam movement to feedback and control translations/rotations
 
If you need a value to quantify the movement in your webcam field, you
can use [pix_movement] (or [pix_movement2]) and the fourth outlet of
[pix_blob].
See 04.video/03.movement_detection.pd in the Gem examples (in the help
browser window) and the help patch of these objects.
++

Jack


 
 all recommendations wanted,
 
 all the best
 
 michael-jon (mj)
 
 From: pd-list-requ...@lists.iem.at Subject: Pd-list Digest, Vol
 123, Issue 113 To: pd-list@lists.iem.at Date: Sat, 27 Jun 2015
 21:51:07 +0200
 
 Send Pd-list mailing list submissions to pd-list@lists.iem.at
 
 To subscribe or unsubscribe via the World Wide Web, visit 
 http://lists.puredata.info/listinfo/pd-list or, via email, send a
 message with subject or body 'help' to 
 pd-list-requ...@lists.iem.at
 
 You can reach the person managing the list at 
 pd-list-ow...@lists.iem.at
 
 When replying, please edit your Subject line so it is more
 specific than Re: Contents of Pd-list digest...
 
 
 Today's Topics:
 
 1. Re: URL Audio to PD (IOhannes m zmölnig) (Francesco Redente) 
 2. Re: URL Audio to PD (Alexandre Torres Porres) (Francesco
 Redente) 3. Re: URL Audio to PD (Alexandre Torres Porres) 
 (IOhannes m zmölnig) 4. pack/unpack pointer data (Michael-Jon
 Mizra) 5. Re: pack/unpack pointer data (Jack)
 
 
 -
- -


 
Message: 1
 Date: Sat, 27 Jun 2015 13:09:29 +0100 From: Francesco Redente
 f.rede...@sae.edu To: pd-list@lists.iem.at Subject: Re: [PD]
 URL Audio to PD (IOhannes m zmölnig) Message-ID:
 737dc43e-fea5-4642-ae1a-c45c0b038...@sae.edu Content-Type:
 text/plain; charset=iso-8859-1
 
 Hi, IOhannes,
 
 Thank you for the replay. Jack sounds like a good solution,
 however i cannot randomise the URL
 request. ?
 
 I really wanted to make it all inside PD, but I guess that's not
 possible?
 
 Thank you for you help.
 
 Best
 
 Franky
 
 
 
 
 On 27 Jun 2015, at 11:00, pd-list-requ...@lists.iem.at wrote:
 
 Send Pd-list mailing list submissions to pd-list@lists.iem.at
 
 To subscribe or unsubscribe via the World Wide Web, visit 
 http://lists.puredata.info/listinfo/pd-list or, via email, send
 a message with subject or body 'help' to 
 pd-list-requ...@lists.iem.at
 
 You can reach the person managing the list at 
 pd-list-ow...@lists.iem.at
 
 When replying, please edit your Subject line so it is more
 specific than Re: Contents of Pd-list digest...
 
 
 Today's Topics:
 
 1. Re: URL Audio to PD (IOhannes m zmölnig) 2. Re: Troubles
 running Pd on Windows XP Professional (Roman Haefeli)
 
 
 
- --

 
 
 Message: 1 Date: Fri, 26 Jun 2015 22:42:07 +0200 From: IOhannes
 m zmölnig zmoel...@iem.at To: pd-list@lists.iem.at Subject:
 Re: [PD] URL Audio to PD Message-ID: 558db91f.7000...@iem.at 
 Content-Type: text/plain; charset=utf-8
 
 On 06/26/2015 10:14 PM, Alexandre Torres Porres wrote:
 i guess you can use software to route audio from the browser
 to pd, may this one works
 https://www.rogueamoeba.com/audiohijack/
 
 or just use jack.
 
 fgmdsar IOhannes
 
 -- next part -- A non-text attachment
 was scrubbed... Name: signature.asc Type:
 application/pgp-signature Size: 819 bytes Desc: OpenPGP digital
 signature URL:
 http://lists.puredata.info/pipermail/pd-list/attachments/20150626/795
3e25c/attachment-0001.sig

 
 
 --
 
 Message: 2 Date: Sat, 27 Jun 2015 08:15:59 +0200 From: Roman
 Haefeli reduz...@gmail.com To: pd-list@lists.iem.at Subject:
 Re: [PD] Troubles running Pd on Windows XP Professional 
 Message-ID: 1435385759.4033.55.camel@yoyo5 Content-Type:
 text/plain; charset=UTF-8
 
 On Fre, 2015-06-26 at 21:46 +0200, IOhannes m zmölnig wrote:
 On 06/24/2015 06:05 PM, Roman Haefeli wrote:
 Assuming it might be a specialty of the install medium I
 used back
 then,
 I got another copy of Windows XP as an .ova-file from
 here: http://dev.modern.ie/tools/vms/#downloads
 
 
 though i'm under the impression that these VM images are
 mainly for testing IE - which may imply that the XP
 installation is deliberately stripped down compared to a
 normal installation. (which might explain your problems)
 
 I'm under the impression that is not the case. I mean they're
 certainly intended for IE testing

Re: [PD] pack/unpack pointer data

2015-06-27 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Hmm, sorry, i really can't understand your question, can you develop ?
++

Jack



Le 27/06/2015 21:05, Michael-Jon Mizra a écrit :
 Hi,
 
 any help would be greatly appreciated, thank you - my data input is
 a webcam feed, I am trying to use this feed to create rotational / 
 translational movement. I assumed unpacking the pointer data as a
 float to control the parameters would work best, corrections
 welcomed
 
 michael-jon
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVjv6hAAoJEOuluecjw8GUEpAH/Apl/wHAw+aVGced0K5eOPGA
62NsSXYPh7mB7nvWZYHjDmz3zee1Jq0VYRqFNaSWuJgig6BEyHn8iLaRiMkQMqnx
hBcDk6b8jeWqT42NcrFGmGntBJCBEdOEr/gjs1klneYhRLoJ2RO9fneGnLZpCNnV
JBJVnCZR9wU+lqHfNKcDLvEUvpW3dT2xnnUpsL16xznLZl8QbwVXLFIYupyISSEd
ORQgqnNwlfXp6G2zT4cBmo+/k4gVpDshKzKZ19jdvCoyWTtnVRWeDbIPa1A2IHjF
2ro/2/o/AOdrXcbE46EoeIvIDtDpzO0/0DnuW9WoE/YreliG6G4KPTwH2+hg4WU=
=JSZl
-END PGP SIGNATURE-

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


Re: [PD] open $1 GUI - no outlet

2015-06-21 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Use a message instead of object for open $1.
++

Jack



Le 21/06/2015 14:05, Michael-Jon Mizra a écrit :
 open $1 creates a gui object with no outlet - i am trying to patch
 it to pix_image . my structure goes bng - openpanel - open $1-
 pix_image - pix_texture
 
 thank you
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVhqqIAAoJEOuluecjw8GUgj4H/3j5LJ8I4h0WdelVhSi3Km1c
HLU2CehlkZZIxLDtyLPhywQrzoXt9QmHsvOTxuRUS/9m3yttaLRT9Pbs/9VvWuYH
XjbQwN+/T13ofeGdHEczPtge9QYazWR7wcGJ0Untu3iNPNYn/soyfX+DRYgNvPA2
ntQmCzXnTbIdw7h+3XQGQvFPAhFwptmtx3FvonnTN7ePjj3ekkPwP5ACaTB4ZAAF
ttoehMLgqi+hzOBDu/dhFfZuDsDC5qV/aGzMiyZ1kJV3+ddnYAhXcUPkbivbuZvr
WQiY2A+DZZWu9xjApI0IcwLZoiSuU/kNPREX2/0mefSGiwohGQ1ya22VTQyVMfs=
=8utZ
-END PGP SIGNATURE-

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


Re: [PD] [text3dml] = text3d multiline with all accents

2015-06-21 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

An enhanced version of Gem abstraction [text3d_ml]...

Added :
clear message : to clear text
replace message : to replace a line at a certain position
add message : to add a line at the end of the text

Now [text3d_ml] returns the number of lines.

If needed for people using a pd version  0.46, it should not be
difficult to change [text] with [textfile] or [msgfile] (zexy) and
[list fromsymbol] with [any2bytes] (moocow).
++

Jack



Le 17/06/2015 11:51, Jack a écrit :
 Here a final version of [text3d_ml]. Should be faster and without
 error. ++
 
 Jack
 
 
 
 Le 16/06/2015 22:38, Jack a écrit :
 Yes, you need Pd 0.46.0 minimum, for [list fromsymbol], [list 
 tosymbol] and [text] familly objects used in this abstraction.
 ++
 
 Jack
 
 
 Le 16/06/2015 16:26, IOhannes m zmölnig a écrit :
 On 06/16/2015 04:06 PM, Philippe Boisnard wrote:
 I haven't list from symbol (last vanilla ...)
 
 it's called [list fromsymbol] (without the space between 'from'
  and 'symbol') and it is included in Pd-vanilla since 0.46-0.
 
 most likely you don't have last vanilla (which is 0.46-6).
 
 fgmards IOhannes
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVhqopAAoJEOuluecjw8GU0ZQH/2cPOLfF/84Tsz5xrFbpcId1
6kHKikNtl/UJnCLJVi4ZKlxj4oI12lJPIFPkJJH/lTHTxDUYnkIXYtMZGlZA6bHM
DW+onFWJiAO1If1oXvApITR0f6bU+/DKuL1s2QbOwvNAMvyvb0i72rQ0q03LGj47
feNuO+J8zfMaaOupfCbmJu32rvGrjMl9HOUKDRybRmAm1UySBmuSQBLBNmiTD5Kb
s1WnDUWKFsyGWxJwc6EXtmZa8LWRkV++gYlTp392yam1vxotJT9Q6otxt8CfmiTd
4vFOGA7WHGekJMAdSt3rCwdCX4MEEsBVFA2XVZUlE7NAwi7zkoQK/Fsah1QpptA=
=ZIHb
-END PGP SIGNATURE-

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


Re: [PD] [text3dml] = text3d multiline with all accents

2015-06-17 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Here a final version of [text3d_ml].
Should be faster and without error.
++

Jack



Le 16/06/2015 22:38, Jack a écrit :
 Yes, you need Pd 0.46.0 minimum, for [list fromsymbol], [list 
 tosymbol] and [text] familly objects used in this abstraction. ++
 
 Jack
 
 
 Le 16/06/2015 16:26, IOhannes m zmölnig a écrit :
 On 06/16/2015 04:06 PM, Philippe Boisnard wrote:
 I haven't list from symbol (last vanilla ...)
 
 it's called [list fromsymbol] (without the space between 'from' 
 and 'symbol') and it is included in Pd-vanilla since 0.46-0.
 
 most likely you don't have last vanilla (which is 0.46-6).
 
 fgmards IOhannes
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVgUM9AAoJEOuluecjw8GUqwgH/3F3Yg7rFhdhgeYIxf1P3lZ9
p5dE2To3lRg1r6S7Xhhz+/LcM4a7aQhbkofeMwnKMMUbM0oD3UOgcdY2/yJxZ6rO
qeBAs0CIkXybDd+nSNpiTkSHzqMYSmlyZpcTTtAIdvEvjS+D1AAYPyxRZHq3EYen
ERz8xX8/eVm986y3fmf5Fovkau1cmKPboosLcK/SAfvtT1moEZ8tPzTO3rh4TaJi
5HJNXVfwP72xxPOJh26yl4vj07sui4VnfM3HuFfSe2QQOyP2UMLVsb8td0Aq083v
yXnlv7/qrUxQK3qe2XbndHi9ymTtSArR7n1ujhCsgmqMvS4wonfM39SJqBIRaUo=
=aY+X
-END PGP SIGNATURE-


text3d_ml.pd
Description: application/puredata


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


Re: [PD] sorting floats with sort [zexy]

2015-05-21 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 21/05/2015 16:16, Rainer . a écrit :
 e.g. what's 75% between 1 6 8 4 3 and 1 3 4 6 8
 
 Yes, that´s the question. I am thinking of e.g. 100 squares
 [GEM] fading from random position to sorted postition.

If you can, use a simple vertex without antialiasing as square and
change its size.
Maybe better :
Use shader to draw your square in fragment shader and send positions
with [gemvertexbuffer].

For everything else (the fade), use the solution given by Cyrille.
++

Jack



 
 How can I fade lists?
 
 Thanks,
 
 Rainer
 
 2015-05-21 15:56 GMT+02:00 IOhannes m zmoelnig zmoel...@iem.at 
 mailto:zmoel...@iem.at:
 
 On 2015-05-21 15:47, Rainer . wrote:
 Hi,
 
 I´m just playing with the sort object from zexy lib, sorting a
 bunch of floats. I wonder if there is a way to fade or morph(?)
 from unsorted to sorted state?
 
 how do you invision that? e.g. what's 75% between 1 6 8 4 3 and
 1 3 4 6 8
 
 how is your result different from a generic fade between two lists
 of equal lengths?
 
 fgsmdr IOhannes
 
 
 
 ___ 
 Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at mailing list 
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVXh95AAoJEOuluecjw8GUiEoIAJ9MxGYOesLfYyUGqlEyk6tq
/SnVmYW59o67MIoo7uzyeYxe8s/THf1gcScvFofOWAy308i4XvEN8Jex4SwZisqL
ZQBWyem9MVhZALNaQCAlxYnvNPPutQVFI4XoV+zBXS0OfS5Y4a5HjMjDc649dcLB
QCyQVLHwtqQWu5rupXFiP/FKU3RtuPI34fypfTSDaAvuCREzaBXGE2eOWyGgP3qu
IOmBbsSf4HDxOtuafVHbknxwL65jFLi1JzdLF6IYGfTikAvSAT9JN2RfM0FqhKvs
Eyf6zkoKRMVijUEo6mOhvDsveQmSwHl5hrdqxKwIqr3aC6V1xEVpfctLB/9MvQQ=
=vGy9
-END PGP SIGNATURE-

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


Re: [PD] Vanilla object for sort

2015-05-11 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just make this abstraction (sorting number in one direction). It works
with array objects. Seems promising compare to list-sort.
++

Jack



Le 10/05/2015 03:21, Jonathan Wilkes via Pd-list a écrit :
 On 05/09/2015 05:54 PM, Miller Puckette wrote:
 On Sat, May 09, 2015 at 05:30:14PM -0400, Jonathan Wilkes via
 Pd-list wrote:
 On 05/09/2015 11:29 AM, Frank Barknecht wrote:
 Hi,
 
 the list-sort.pd abstraction in the [list]-abs is Pd vanilla
 and uses data structures to do the sorting. The actual
 sorting is fast, but first the list is copied into a data
 structure [struct f float x] and into a subpatch, which takes
 a moment.  Then you just sort the subpatch with the message 
 sort to it.
 
 In my benchmarks four yers ago it was faster than the other
 sorting algorithms available at the time, which are also
 included in the collection.
 That's probably because the other sorting algorithms spend a
 significant amount of time copying lists.
 
 To get anything close to the speed of the canvas sort method
 you'd have to have an object that manipulates an incoming list
 in place.  However, that'd have serious side effects, which is
 why I suppose no objects do that kind of thing.
 
 -Jonathan
 
 But I believe Frank's method (which is, by the way, ingenious!)
 also requires copying the objects to be sorted.  So I think one
 could do just as well some other way.
 
 I haven't looked, but I'd guess that: a) converting the list to
 scalars requires either no list copying operations, or a single
 list copy operation b) converting sorted scalars back to a list
 uses the add2 method
 
 So even though there may be copying to convert the data, the number
 of list copy operations isn't going to grow with the size of the
 list.
 
 My point is that if you try to devise abstraction to sort lists
 using Vanilla objects (without relying on canvas' sort method),
 you will most likely end up needing to do a list copy operation on
 each iteration of the algorithm.  And that will be substantially
 slower than doing it in C.
 
 I might be wrong about that, but the only non-trivial
 list-abstraction I've seen that doesn't copy lists is list-drip.
 And it's so difficult to reason about its data-flow that I highly
 doubt anyone has used it as a model for solving more difficult
 problems.
 
 
 Here are three things I could imagine doing for some future
 release:
 
 a [list sort] built-in that outputs two lists, one the sorted
 numbers or symbols, and the other giving the indices of the items
 in order
 
 an [array sort] object -  I guess that should write its outputs
 into two other arrays, yuck
 
 a [text sort] object that would act like unix sort: just sort
 all the lines of the text object.
 
 I don't know which of these would be the most useful.  The only
 use case that I've run into personally is my desire to do triage
 on sigmund~ outputs to find, say, the peaks best fitting a
 user-defied criterion about freqency and amplitude (example:
 Fletcher-Munson loudness; or other example: the peaks that best
 continue a collection of pre-existing tracks).  For that, the 
 [list sort] solution would be best I think.
 
 I don't know which of those would be most useful, either.
 
 But I think there's a general issue with dataflow languages to be
 teased out here.  There was also a thread on the list for Noflo (a
 flo-based programming language that can run in a browser) about the
 difficulties of implementing quicksort.
 
 I can't quite put my finger on what the issue is-- I don't think
 it's message-passing overhead, because Pd gets around that to some
 extent by passing references under the hood.  I believe it has more
 to do with those times where I get to the bottom of an object chain
 and think, Hm, I really want some of that data from the top of
 the chain, but I really don't want to draw yet another line and box
 just to prepare a copy of it.
 
 I think sometimes I just want a single vertical tube, with
 syringes stuck in the sides that mutate the data in order from top
 to bottom.  So the data flowing through the tube would be like a
 t_binbuf onto which I can append and/or remove atoms (or change
 their values).
 
 So if you get Luigi going down the tube, you get Luigi coming out
 of the tube. (Though he may look very different by that point. :)
 
 -Jonathan
 
 
 cheers Miller
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVUKhjAAoJEOuluecjw8GUglQH/iXi1Gm9S/LVuo+o11u1zXIz
HlWS6x+TW3ei2PhD/KLDwLKgfzD4NjT62goM2NFWW4FV1XdCrne758ht5/N40Rg9
8EZBF3GzIX4FzFuqNA+pKv1GsUfHxSKg4bDCQ0sIiAVMGoHOZgMjdWY+57Oj2Ibi
DdzUp2W+aEMFVE4js6GEXNm+aLIiPa6eaf9RE9v5aJY/N3JwmzYlrUHotBO359kt
PAlNxtKzxWGuOLEAVpB9gyXO1CtrBApqW1VNrlloo1A8FIHwnpnSrBc/PR33isAN
Pjl/yl+Eo/XS8btjIcnmBsMpXhSyCrQRRzFYNgZNe2MFkgD3UkwZjQ4HJzylr18=
=e1IK

Re: [PD] Gem server and client solution

2015-04-29 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 29/04/2015 13:15, IOhannes m zmoelnig a écrit :
 On 2015-04-29 12:36, Csaba Láng wrote:
 Hi Iohannes,
 
 I just wanted to ask if according to you this approach is
 feasible with such a gemwin dimension [dimen 7680x3240(. And if a
 Mac Pro could handle it with 4-8 or 12 core processor.
 
 
 I'm not very learned when it comes to apple, so I cannot give an 
 authorative answer your question.
 
 anyhow: the number of cores are probably not very relevant here, as
 most of the work is done by the GPU. a resolution of 7680x3240 does
 not seem very high for nowadays standards.
 
 the maximum texture size (which is the relevant spec here) for
 modern cards should be at least 8192x8192 pixels (e.g. my intel
 gfx-card on my lenovo x230 supports 8192x8192; my quite old (~10
 years) nvidia GeForce 7800GTX would support only 4096x4096; what i
 here from the new nvidia GTX980 it should have a maximum texture
 size  of 65536x65536 pixels).

About the NVidia GTX980, what does it mean :
Maximum Digital Resolution* : 5120x3200 ?
this is on :
http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-980/specificati
ons
++

Jack


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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJVQSSsAAoJEOuluecjw8GUtgEH/0hTgFXVxhpuJ4yAPJoHVFuN
IvruyZBlyf5rRLdelG+kWMaWkCRpgcUBoTq6n2OYfu7tqpGF4wDi0MSUsUB8doUx
J0otZN5C3fQ61+kn7yz8s7ktG1gMgkISCJqJxToljBNc1g6vYD7oDaIuyZ3+HjGf
aSDVisY5KRP/kD5/x6vNzjbYZKFcfiComNI2FenW4ouxctq9v3rdae+xNwmjuY9a
32qdm34BbTyZeJhRCFqj2x+DFVVkJFGvGGINPhxiqsMqEa5W2lQJiCxwNpdEITTv
LGiMxApaxDb+tuMN3iy02Xt/ICQmJqARhLjTwy654vyYJ9s80n3cLK4kdKsLw4U=
=qkJt
-END PGP SIGNATURE-

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


Re: [PD] VLC 2.1.x and Gem

2015-03-04 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Try to remove the Image Magick plug-in in your Gem folder.
There was (on my system), a conflict between VLC and ImageMagick.
For info, le right message is : [driver vlc, device screen://( and not
[driver vlc, screen://(.
++

Jack



Le 04/03/2015 20:29, Etienne Landon a écrit :
 Hi list,
 
 I want to get web camera streams into Gem, with different
 streaming formats (mainly http and rtmp). VLC plugin seems like the
 perfect way to handle that, but I can't get it to work with Gem. I
 know pdgst could be a solution but vlc has the advantage that I
 could handle any stream type the same way (where gst needs a
 different pipe).
 
 On Mint17 and Ubuntu 14.04 Gem crashes with segfault as soon as I
 try to open anything with VLC (like |driver vlc, screen://(  ) Both
 use vlc 2.1.4, I also tried 2.1.6 (vlc stable-daily ppa), same 
 behaviour. Having seen this thread
 http://sourceforge.net/p/pd-gem/bugs/211/, I tried the symlink
 removal without success, so made a gdb backtrace (attached with
 this message, usefull information are in the last lines) Config for
 this backtrace is : Freshly installed, updated Ubuntu 14.04.1 VLC
 2.1.4 pd-extended 0.43.4 Gem 0.93.git 374f713 freshly compiled
 
 
 I had success regarding VLC and Gem on Ubuntu 13.10, which uses
 vlc 2.0.8. But with that vlc version, my stream is really long to
 start and stops after one minute or so. VLC behaviour between 2.0.8
 and 2.1.4 regarding rtmp looks very different, in vlc 2.1.x
 changelog they say New RTMP input module, using libavformat!,
 which might explain that (seems that it was ffmpeg before).
 
 Has anyone successfully compiled vlc plugin for gem with recent
 vlc version ? Or any idea what other solution I could try ?
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJU93Y9AAoJEOuluecjw8GUs+4IAI5X7UJNxth1dPQCjoGJmHxT
38YtvwzJqnwd7kf38cPC7pf6GfmyGmT9WIrOCHAGChiRxLR7xRVIBP+3as8+uBkt
QqNu9M6Ph7/z4br2yWCRubXSOSCJcUBwYzU7gy5M1Xo5/ZBOTvM0sqelMP/J0NOa
8Dtl9cFJeqtpGMKTGfDwF+AQEEcJSn7AQq87dW98SFRQr6eMsci4iuu8A8rCh/FE
LErVCiFgJeAuZfAoY7G1F0G4G3TXNBIgmPSEYtMsHAIh6l1X6w1WBsonpwCTT2vd
3KyZ7TKsyg3TeszInyaITbvthmHtIAEaiWwhmnXamRWDRaK88iWsyOar9ZnAvKo=
=G9+O
-END PGP SIGNATURE-

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


Re: [PD] Gem render out of the screen (and v4l2loopback)

2015-03-03 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Olivier,

Le 03/03/2015 09:22, Cyrille Henry a écrit :
 hello
 
 Le 03/03/2015 00:58, Olivier Baudu a écrit :
 Hi list,
 
 Until now, and as far as I (think I) can remember, GEM was
 rendering frames even if the window (with or without border) was
 : - out of the screen - reduce in the tool-bar - hidden by an
 other window
 
 The last time I use this property was on an Ubuntu 13.10 both
 with pd-vanilla + gem from the depot and  pd-extended (but I
 can't give you versions... because... well, I don't know them...
 sorry)
 
 On several different patches, I recorded GEM content (which was
 not display on my desktop because of offset option) with the
 combo [pix_record] / v4l2loopback in order to make a fake
 webcam to stream. It was working. It is still working on
 computers where those patches where installed.
 
 Now, I am on Ubuntu 14.04 / GEM: 0.93.3 and if anything is put
 over the GEM content, it seems to be that none of the pixel
 under is rendered.
 
 If I open the v4l2loopback device on VLC (or whatever) and hide
 part of the GEM window (even by dragging icons from my desktop),
 those parts are not refresh anymore.
 
 Does GEM change its way to render ?
 yes, but only recently, 93.3 is unafected.
 
 Is the Ubuntu 14.04 display different ?
 certainly. at least drivers are more optimized.
 
 Do I misunderstood something ?
 rendering in a windows created out of the screen is not a good
 solution. Gem prodive framebuffer rendering. have a look the
 gemframebuffer help : this object allow to render anything in a
 framebuffer, and use this framebuffer as a texture. pix_snap can
 get back the pixel etc.

You have also an example in Gem examples/pix/26.framebuffer_readback.pd
++

Jack


 
 cheers c
 
 
 Sorry if I'm fuzzy... If questions, I'll try to explain better.
 
 Thanks in advance for any help.
 
 01ivier
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJU9YsBAAoJEOuluecjw8GU+IAH/j51fZ3ZeTuF5PsePiicuqBO
XAmvWmBc4j97l4skT/UWrg4P4AePT+1go/nazSMJ/QqOwWeojrMX3DYyR1ectQ38
iB9sS3J3LELHqenCc46MT9AeBZJD9CkUqq5XiOR4/r9MJQcSojj13Nspp6gTplRG
dCuBHpXXINDK3oh/5JfysOuIga7zI3Ce4pcVb6Hs+YRe7qirg7S9gyiF8p5fHN/s
XIgC1nULPmcdIK8WOiPeBSag93oPYFZNkxv+9wLmwHiDPbHwIYh56/APrbz7Z/4n
wdogN07SpdKHwIe7/vmw7jUYyfjrHATM+Z0P89f97aEdA/2vIlqqQijzh2rKsoQ=
=pXH2
-END PGP SIGNATURE-

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


Re: [PD] Read directory content and get filename

2014-11-26 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

With pd-extended and [shell] you can send the message : [ ls -t | head
- -n 1 (. You will receive the last created file or directory. Example
attached.
After you need [pix_image] from Gem to display the picture. See help
of [gemwin] to know how to display in fullscreen.
++

Jack



Le 25/11/2014 23:45, simone a écrit :
 Hi i am trying to write a simple application that will read the
 content of a directory (should self update), get the last added
 file and show it fullscreen. So far I ve got almost all the pieces
 together but I am don t understand well how to use lists, after
 [folder_list] i d expect to be able to use [zl nth] but it seems
 like it s reeading the whole block and not the single files as in a
 list. tx Simone
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUdex+AAoJEOuluecjw8GU1tQH/RUW7kCe2IwVPnx1+XioW7rV
WwGut53QruAQajxxGcvTv8h4DhW8231eT1wWtds1SZPTNXqwuW5WA3JefmXj4/LQ
MM+4MA4iMoq1yem0ywHxFo2i4KeyXsj2yClVvHSznSmhyTb7D748M9HataxSVoM1
aNtVbARe+IvpftPQZlvelSkd/miX47SLiKfycSqkzFqSRgsEM0cqV13b2vIIe96X
hDuUHcyUZeG8dz/wFPjfsX5UGqakhk4olZQpn+49yV9YbfrIdONG6/T+P95/os/l
GzrLIRWF8e1KPXgcz+vkNfohiIyztwWHpXSeV0CPhqzsAnyquSLyRAFCjHU5yPk=
=DDKq
-END PGP SIGNATURE-


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


Re: [PD] Substitute for unauthorized [playlist]?

2014-11-26 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I saw something similar in the pdmtl abstractions and, i am not sure,
in pd-l2ork.
++

Jack



Le 26/11/2014 07:51, Philip Stone a écrit :
 Greetings,
 
 I’ve finally gotten around to upgrading to Pd-0.43.4-extended on OS
 X 10.10 (Yosemite). The ‘unauthorized’ playlist object is causing
 the error:
 
 (Tcl) INVALID COMMAND NAME: invalid command name .x360890.c while
 executing .x360890.c delete 2099000TITLE (uplevel body line
 1447) invoked from within uplevel #0 $cmds_from_pd”
 
 on initialization, which, in turn, makes the GUI of the patch
 malfunction partially (sliders don’t work, etc).
 
 When I remove all instances of [playlist], the error message and
 gui malfunctions disappear.
 
 Are there any replacements for [playlist]?  (I.e., are there any
 graphical list-item-choosers out there?)
 
 
 Thanks,
 
 
 Phil Stone UC Davis
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUdfOXAAoJEOuluecjw8GUjK0H/2ciytHoHFI/qqJmHqzwlUH7
vcorddQNO+F4m/Ld0HImWU9QHRo75S7oulJ0Ate0Lad2o+fXTcblhO7ZUxS75h69
tU9ekR4UIoT/lmebvFSbvNCK1HOrgEl1A9sWX1yR6fiEBNszco/iQvDUCoOwddYS
LK2CD3SyNYVM89b1srdSN+O1QUErtMKIdXJEv+TLcRk4dFCshZ8NHkHy3qsHoZFr
tuLEcBrtJii9BzZAa0NZMxOmpT6GvFAxU+OJT1nWz+TSJPDe328qHg+tXw6o+qmI
rKSKlQffwUTqGimVN9erMAqXXikJ8oaoj0fBh/4Pl2w9TX/dddHtWZmNKjrEFx4=
=m6QH
-END PGP SIGNATURE-

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


Re: [PD] Set mouse position from within Pd-extended 0.42.5

2014-10-30 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Not a tcl/tk command, but a command line if you work with Linux :
xdotool. For instance :
$ xdotool mousemove pos_x pos_y

pos_x and pos_y in pixels.
++

Jack



Le 30/10/2014 09:19, Ingo a écrit :
 I need to set the mouse position from within Pd-extended 0.42.5.
 
 I have seen a number of externals (especially hcs) for receiving
 the position but not for setting.
 
 Alternatively hiding and showing the mouse pointer would help.
 
 Maybe some tk/tcl command?
 
 Thanks! Ingo
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUUgaSAAoJEOuluecjw8GUesEH/16JDKV7s0bMPnq6c0H+WlDD
+QqWPXXI1Cdwd64jYRo8oMHalVK9OzZc6cZTGrjO6qJR0wA8XRHnBt3CyEo3fSZ4
oXOgqJh8pYQ9b4ZhMCgMIcAAst+LRbHoOYITcI7jbgkStVfsr8CdBW9FvvA9Yh1o
kYZyMauVeeRlVx90BkCJgR9I4NJtvdqHtvRwvAKR4ddaHgOC5pk/Le1sfKiUfhW0
lhVZNdtau2RHVETMYHWEAfvN2juVQ9MWjUvxR99tK4BldGWy1mXJwCJnOZ8gBH4C
2IIMa6Hegd0XYOV7Uwh2hko/nsCRRCHms8UUeVmVsBPWk9e8hbxk3zd88B0Acgk=
=LPzs
-END PGP SIGNATURE-

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


Re: [PD] [PD-announce] Pd 0.46-2 released

2014-10-28 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I used to use :
$ ./autogen.sh
$ ./configure
$ make
to compile Pd.
But I have a problem with the pd 0.46-2 :

make[3]: Leaving directory
'/home/jack/Téléchargements/pd-0.46-2/extra/stdout'
make[3]: Entering directory '/home/jack/Téléchargements/pd-0.46-2/extra'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra'
make[2]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra'
make[2]: Entering directory '/home/jack/Téléchargements/pd-0.46-2'
make[2]: *** No rule to make target 'doc/5.reference/metro.pd', needed
by 'all-am'.  Stop.
make[2]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2'
Makefile:751: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2'
Makefile:660: recipe for target 'all' failed
make: *** [all] Error 2

How can I solve this error ?
Thanx.
++

Jack

PS : same problem on Ubuntu 14.10, and last Raspbian.


Le 16/10/2014 02:16, Miller Puckette a écrit :
 Hi all,
 
 Pd version 0.46-2 is available on http://msp.ucsd.edu/software.htm 
 or via git from sourceforge: git clone
 git://git.code.sf.net/p/pure-data/pure-data cd pure-data git
 checkout
 
 Bug fixes affecting the size of pre-0.39 GOPs, allowing arrays of
 size 1, and didn't exactly fix but made a workaround for a
 compatibility problem with externs using the DSP state (probably
 rare).
 
 Slightly less confusing messages about real-time status (linux
 platform only).
 
 cheers Miller
 
 ___ Pd-announce mailing
 list pd-annou...@lists.iem.at 
 http://lists.puredata.info/listinfo/pd-announce 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUT2dzAAoJEOuluecjw8GU//AH+QEdL5AThs3X9i/+/BGQzo47
Gn5cVi8+wQyV3pEWv5NoCZcIApxeO1W757c2NYRPZdTVJRf/4K/FOfsg2LF1oy/4
IvpWGC9czqUrUAnfzmVtHRje6MihWaldmjvwEmd/I1bGZfC8gUTWRoPDLtKwsrw0
it/bnFkNXOqyclOiP+BUCGzeedugyQPMW1ja6EYJ6TpcsGIO9RUUntguWBhIQ3Oa
u875tgWP4TyAE31FGgh5kwuj6BHokdKmwnvJ79OVVwjE03XTxFTPBPLaI0UWBuHk
0zL2is519jA7F1ugFkX4rqDLnxlFOjK9QvW2PEZOad1IAj1hUtUwmfJMDc0C94A=
=FdZ1
-END PGP SIGNATURE-

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


Re: [PD] [PD-announce] Pd 0.46-2 released

2014-10-28 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It is OK with :
$ cd src/
$ make -f makefile.gnu

But is there a reason why it does not work with ? :
$ ./autogen.sh
$ ./configure
$ make

++

Jack



Le 28/10/2014 10:52, Jack a écrit :
 Hello,
 
 I used to use : $ ./autogen.sh $ ./configure $ make to compile Pd. 
 But I have a problem with the pd 0.46-2 :
 
 make[3]: Leaving directory 
 '/home/jack/Téléchargements/pd-0.46-2/extra/stdout' make[3]:
 Entering directory '/home/jack/Téléchargements/pd-0.46-2/extra' 
 make[3]: Nothing to be done for 'all-am'. make[3]: Leaving
 directory '/home/jack/Téléchargements/pd-0.46-2/extra' make[2]:
 Leaving directory '/home/jack/Téléchargements/pd-0.46-2/extra' 
 make[2]: Entering directory '/home/jack/Téléchargements/pd-0.46-2' 
 make[2]: *** No rule to make target 'doc/5.reference/metro.pd',
 needed by 'all-am'.  Stop. make[2]: Leaving directory
 '/home/jack/Téléchargements/pd-0.46-2' Makefile:751: recipe for
 target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 
 make[1]: Leaving directory '/home/jack/Téléchargements/pd-0.46-2' 
 Makefile:660: recipe for target 'all' failed make: *** [all] Error
 2
 
 How can I solve this error ? Thanx. ++
 
 Jack
 
 PS : same problem on Ubuntu 14.10, and last Raspbian.
 
 
 Le 16/10/2014 02:16, Miller Puckette a écrit :
 Hi all,
 
 Pd version 0.46-2 is available on
 http://msp.ucsd.edu/software.htm or via git from sourceforge: git
 clone git://git.code.sf.net/p/pure-data/pure-data cd pure-data
 git checkout
 
 Bug fixes affecting the size of pre-0.39 GOPs, allowing arrays
 of size 1, and didn't exactly fix but made a workaround for a 
 compatibility problem with externs using the DSP state (probably 
 rare).
 
 Slightly less confusing messages about real-time status (linux 
 platform only).
 
 cheers Miller
 
 ___ Pd-announce
 mailing list pd-annou...@lists.iem.at 
 http://lists.puredata.info/listinfo/pd-announce 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUT2qLAAoJEOuluecjw8GUuP0IAI7RnaNWWMgD95hnhdwygFra
mFBwzdI+cQjK0/aiyZjNq22Wd2L81LsB3ZQyIx83/xC4YiOm1ll+Knp6Ugz3RtrL
79v4dmEHHNZKg+rBenv64sWDs0n6s5NSG3hVaF8Rk39udUHqGXFzv2Ea/ONOEi17
1Age4kY09knkN20pKxZNsOFM11jTMx488mrUx8hIwh2zt+/+slCqc0T0q61OEn/p
m+DWZw5pbOoe4LfMFcLj2Vj7SnW2GhJnCKIkHNQHZoLT6+1qjl/2hlHN2YGGbBFs
NlYM0YfAXnCeAcjI2tteJNGOxYj15ksocR65B015Fb1Y+lbqfRcftbmc7sXjkPQ=
=uQwi
-END PGP SIGNATURE-

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


Re: [PD] [PD-announce] Pd 0.46-2 released

2014-10-28 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Here, on Ubuntu 14.10 :
$ apt-cache show puredata
...
Version: 0.45.5-1
...
++

Jack



Le 28/10/2014 14:22, IOhannes zmölnig a écrit :
 
 
 Am 28. Oktober 2014 11:06:03 MEZ, schrieb Jack j...@rybn.org:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 It is OK with : $ cd src/ $ make -f makefile.gnu
 
 But is there a reason why it does not work with ? : $
 ./autogen.sh $ ./configure $ make
 
 Because there is a bug. It has been fixed in git but apparently not
 in the downloadable tarfiles.
 
 Btw, debian already comes with 0.46-2, so recent ubuntus will
 follow.
 
 
 mfg.ugd.fhj IOhannes
 
 -- Sent from my pdp-11
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUT580AAoJEOuluecjw8GU4XQH/1Pk7mPgeK0DxENAg6Ljt3G1
9vg9RsCjNqnsYW1cR7QnqmvVyjzjK+u3gJDbZAV2oxFFhI/X5nx+VLWyx/fAFUG/
JHSenIWY+BxDawcBwGio56HZBg+mXJPni3yUZj3NfJOwWqymIuak8dDrDX/K6XhK
or7Z7yuuPUUuPRfXMsdqHYcwndb8sVjtUYjTfMGoDaJ4PHemDYsaaRP5IXx/Bzmh
oUa2nbM1ENkR+Np7UEb0hFil+ibzzaDOHJb300gP1QHxup0Ko7IOA/r+zRpKG/vO
WZomWaD3SNF8W9laS8VCZkG51WVaN5l9qWmHWd1aEK8O6y2u9V+HJ5uib6eprLY=
=qEG/
-END PGP SIGNATURE-

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


Re: [PD] Get room impulse response

2014-10-25 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I saw an object make by Katja, but is to high level for me.
I just want to begin with small examples made with Pd and a little bit
of theory on this topic.
++

Jack



Le 25/10/2014 12:23, peiman khosravi a écrit :
 So far as I know it's only MaxMSP: 
 http://www.alexanderjharker.co.uk/Software.html
 
 But I'm sure someone here will know of a pd external for
 convolution (?)
 
 All the best, Peiman
 
 
 
 
 *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS
 Feed http://peimankhosravi.co.uk/miscposts.rss || Concert News 
 http://spectralkimia.wordpress.com/*
 
 On 25 October 2014 11:11, Jack j...@rybn.org wrote:
 
 Hello Peiman,
 
 Thanx for the links, it was instructive. Do you know where i could
 find Pd patch about impulse response ? ++
 
 Jack
 
 
 
 Le 20/10/2014 17:38, peiman khosravi a écrit :
 This might be of interest:
 
 https://www.youtube.com/watch?v=0waUi6qpf-k
 
 Also discussed here: http://eprints.hud.ac.uk/14897/
 
 
 P
 
 
 
 
 *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk
 || RSS Feed http://peimankhosravi.co.uk/miscposts.rss ||
 Concert News http://spectralkimia.wordpress.com/*
 
 On 20 October 2014 16:30, Jack j...@rybn.org wrote:
 
 Hello,
 
 I don't know a lot of things in this domain. I just know
 that reflected source signals are sensitive to the
 environment geometry and materials and I would like to get
 the room impulse response. Is there good informations about
 this topic somewhere (web or help patch) ? Is there an
 existing (simple) patch I can use to understand the process ?
 Thanx. ++
 
 Jack
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUS30LAAoJEOuluecjw8GURZYH+wRFbW5Q/+HLrwjlsNScxn3r
dqFmlcfHTY2mE1cnx0jHlpt5AbyLWASxrvbSnp3ptyEXWYvZ1rCWFMi/+C+LD9Ud
kFl5PPcrO7uwP1A9ZT626YtDI7UMixUv6M2On67rmK/RUOfWBq+HSVfWEn6ZRLN9
9tBuHOU8cSF66vMraSw9GSmHFz7J7UggtxHAfXuUkZy2Bi0y5BPXPh5Com3AGBbU
Hr4kW8g93/GVg6Qi7goYqFQzojcaAteg1G/OaVHh8PS6Mptw7iN83osUn4F66zCE
4OWttqERS0olyZJavfW5BJ3c+c706vTDopsZvXjTi9MH6iYoTVJVUDZnC1/M23s=
=Tv6u
-END PGP SIGNATURE-

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


Re: [PD] Get room impulse response

2014-10-25 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Antoine,

Thanx for this brief explanation and for the link. I will dig a little
bit to understand the process.
Now if people know some literature about this topic, they are welcome.
++

Jack



Le 25/10/2014 13:03, Antoine Villeret a écrit :
 for convolution purpose there are afaik lots of implementation you
 can even do your own in pure pd (without externals) the last
 externals I saw doing this was in the Hao or Cream library from MSH
 Paris Nord [1] I think the lib is shipped with lots of impulse to
 do binaural rendering, wich is great ! be careful there are lots of
 incompatibilies with Vanilla (I made a Makefile but I stuck with
 some crashes due to some hacks in Pd's code)
 
 btw those only do convolution not impulse response extraction, for 
 which you need to do deconvolution by knowing the source impulse
 and it's response some software are dedicated to this task, but I
 don't know any on linux
 
 the old way to record impulse response is to fire some explosive
 or gun but they make a weighted noise and thus the impulse will be 
 colored by the impulse source. once you have recorded an impulse,
 edit it to remove onset time and then convolve it with your live
 sound. the key to make a convolution reverb sounding great is to
 have a good impulse.
 
 cheers
 
 a
 
 [1] : https://github.com/CICM/HoaLibrary/releases -- do it
 yourself http://antoine.villeret.free.fr
 
 
 2014-10-25 12:35 GMT+02:00 Jack j...@rybn.org: I saw an object
 make by Katja, but is to high level for me. I just want to begin
 with small examples made with Pd and a little bit of theory on this
 topic. ++
 
 Jack
 
 
 
 Le 25/10/2014 12:23, peiman khosravi a écrit :
 So far as I know it's only MaxMSP: 
 http://www.alexanderjharker.co.uk/Software.html
 
 But I'm sure someone here will know of a pd external for 
 convolution (?)
 
 All the best, Peiman
 
 
 
 
 *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk
 || RSS Feed http://peimankhosravi.co.uk/miscposts.rss ||
 Concert News http://spectralkimia.wordpress.com/*
 
 On 25 October 2014 11:11, Jack j...@rybn.org wrote:
 
 Hello Peiman,
 
 Thanx for the links, it was instructive. Do you know where i
 could find Pd patch about impulse response ? ++
 
 Jack
 
 
 
 Le 20/10/2014 17:38, peiman khosravi a écrit :
 This might be of interest:
 
 https://www.youtube.com/watch?v=0waUi6qpf-k
 
 Also discussed here: http://eprints.hud.ac.uk/14897/
 
 
 P
 
 
 
 
 *www.peimankhosravi.co.uk
 http://www.peimankhosravi.co.uk || RSS Feed
 http://peimankhosravi.co.uk/miscposts.rss || Concert
 News http://spectralkimia.wordpress.com/*
 
 On 20 October 2014 16:30, Jack j...@rybn.org wrote:
 
 Hello,
 
 I don't know a lot of things in this domain. I just
 know that reflected source signals are sensitive to
 the environment geometry and materials and I would like
 to get the room impulse response. Is there good
 informations about this topic somewhere (web or help
 patch) ? Is there an existing (simple) patch I can use
 to understand the process ? Thanx. ++
 
 Jack
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management -
 http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUS4gRAAoJEOuluecjw8GUJ3AH/3BBeYay2sSlZJs8FX4yeOVj
P/hyrG/Pa70Jzu4UFcWKuu4uDSD8OhjYkpa68JeGCgKStxiRPW9e8XS+6qluSZ4s
GAuqMUOiPtSIG8XsVlLFdBLJsV61fVLFxGZi9OTSiZccWZiv7A/FMURiX3sHZkmn
Xa60R6RaH3bJbCqCYfdQNzT6L9WS+3dV+lHrYKG18wPEu3SHThSR/OhlTdVr0PQF
w68uFQLsY61gEs6egUZQ22CqKJqtZs+cqhLQdxcUtv/Q3/jiMH9+be2L1yqrIv+/
ANi/yqj4W87KLr1IENYHhqR4j9x1cuZcEQ/PkyRoUOuRn0nm0RGJMlXubK0DUEQ=
=plZ9
-END PGP SIGNATURE-

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


Re: [PD] Get room impulse response

2014-10-25 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Excellent !
I didn't see this web site before.
It seems to be a good starting point.
Merci !
++

Jack



Le 25/10/2014 13:43, Antoine Villeret a écrit :
 here you can find some good introduction : 
 http://designingsound.org/2012/12/recording-impulse-responses/
 
 -- do it yourself http://antoine.villeret.free.fr
 
 
 2014-10-25 13:22 GMT+02:00 Jack j...@rybn.org: Hello Antoine,
 
 Thanx for this brief explanation and for the link. I will dig a
 little bit to understand the process. Now if people know some
 literature about this topic, they are welcome. ++
 
 Jack
 
 
 
 Le 25/10/2014 13:03, Antoine Villeret a écrit :
 for convolution purpose there are afaik lots of
 implementation you can even do your own in pure pd (without
 externals) the last externals I saw doing this was in the Hao
 or Cream library from MSH Paris Nord [1] I think the lib is
 shipped with lots of impulse to do binaural rendering, wich
 is great ! be careful there are lots of incompatibilies with
 Vanilla (I made a Makefile but I stuck with some crashes due
 to some hacks in Pd's code)
 
 btw those only do convolution not impulse response
 extraction, for which you need to do deconvolution by
 knowing the source impulse and it's response some software
 are dedicated to this task, but I don't know any on linux
 
 the old way to record impulse response is to fire some
 explosive or gun but they make a weighted noise and thus the
 impulse will be colored by the impulse source. once you
 have recorded an impulse, edit it to remove onset time and
 then convolve it with your live sound. the key to make a
 convolution reverb sounding great is to have a good impulse.
 
 cheers
 
 a
 
 [1] : https://github.com/CICM/HoaLibrary/releases -- do it 
 yourself http://antoine.villeret.free.fr
 
 
 2014-10-25 12:35 GMT+02:00 Jack j...@rybn.org: I saw an
 object make by Katja, but is to high level for me. I just
 want to begin with small examples made with Pd and a little
 bit of theory on this topic. ++
 
 Jack
 
 
 
 Le 25/10/2014 12:23, peiman khosravi a écrit :
 So far as I know it's only MaxMSP: 
 http://www.alexanderjharker.co.uk/Software.html
 
 But I'm sure someone here will know of a pd external
 for convolution (?)
 
 All the best, Peiman
 
 
 
 
 *www.peimankhosravi.co.uk
 http://www.peimankhosravi.co.uk || RSS Feed
 http://peimankhosravi.co.uk/miscposts.rss || Concert
 News http://spectralkimia.wordpress.com/*
 
 On 25 October 2014 11:11, Jack j...@rybn.org wrote:
 
 Hello Peiman,
 
 Thanx for the links, it was instructive. Do you know
 where i could find Pd patch about impulse response ?
 ++
 
 Jack
 
 
 
 Le 20/10/2014 17:38, peiman khosravi a écrit :
 This might be of interest:
 
 https://www.youtube.com/watch?v=0waUi6qpf-k
 
 Also discussed here:
 http://eprints.hud.ac.uk/14897/
 
 
 P
 
 
 
 
 *www.peimankhosravi.co.uk 
 http://www.peimankhosravi.co.uk || RSS Feed 
 http://peimankhosravi.co.uk/miscposts.rss ||
 Concert News
 http://spectralkimia.wordpress.com/*
 
 On 20 October 2014 16:30, Jack j...@rybn.org
 wrote:
 
 Hello,
 
 I don't know a lot of things in this domain. I
 just know that reflected source signals are
 sensitive to the environment geometry and
 materials and I would like to get the room
 impulse response. Is there good informations
 about this topic somewhere (web or help patch) ?
 Is there an existing (simple) patch I can use to
 understand the process ? Thanx. ++
 
 Jack
 
 
 ___

 
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUS43fAAoJEOuluecjw8GU0HAIAJZC1oWFxBuLV+iPbKZQBa5j
5hlMRLcAg9VIcqF7mYcNCWxazJu3Ysn7iURSRz0qEZb1yOeH6ujcCiFDfh3o4zNt
/T1gPYp5VWmqOHgy8rXvHO/f3cayw37R0dSUCKL3nVj26wQibbJxS2/JgbiHBmP+
IoLjCvxcj56QESD5h6Vgpf+ZDdigDb4LLiWQ3NSg0QmjobLqtebo0XBpy4w+PnbJ
to0nherGVstM76KMgOvq00ii6XorcTA8022oc/MagUV7JPpzcguEfvRMdlVTHhYi
Jm3VgvcIO8jBZa77OZs7gOth9sXu4xNAvw3dMYU/u6lvG3Ae6fL/h7QTZ5Xb7k0=
=DSb5
-END PGP SIGNATURE-

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


[PD] Gem and 3D printers

2014-10-20 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Is there someone who has already print object with 3D printer using
Gem and obj-exporter (or something else) ?
If yes, what was the process ?
I am looking for a way to print a curved surface (like a wave with
depth). I think, with obj-exporter, i will need a lot of obj-cube (or
obj-cuboid) to make a smooth surface ?
++

Jack

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUROBEAAoJEOuluecjw8GUpIUH/jPvfijqpTuRbKVxWopj0Xhn
ctKTgYsrBq3WBSIH7tI5wILxiPjO8sf5wfMaoVQVjnLyg55jsa5ql170c39JX3cK
CYUkhBUWLJi+c1ykWgrrZXqfwffo/ftAQxxiGkaUkhE7N6bgCS8+PAXN+p65jnxG
96MyD8AjY2GqsrEVKAz+vzOvSh51PlfGIpaogGytD8ENhpAqgAS9Xkn1HlLshq0A
ZL/gh0JUy0mXpbSPFHra4BiX9g0fr+/heBW2EzpBYmXnCcE3fsikCfnq97KP/Igf
2FKeceYp2qCaD9GJWXsOfaKhu5rxs0Ov/xunNSKmy5EjMa0/C/IKJrxJiioQ06M=
=bKhG
-END PGP SIGNATURE-

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


Re: [PD] Gem and 3D printers

2014-10-20 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Cyrille,

I have been able to export my 3D curve with obj-rectangle and export
it in .stl.
Thanx for your help !
++

Jack



Le 20/10/2014 12:29, Cyrille Henry a écrit :
 hello,
 
 Le 20/10/2014 12:13, Jack a écrit : Hello,
 
 Is there someone who has already print object with 3D printer
 using Gem and obj-exporter (or something else)
 
 yes, that why obj-exporter was created.
 
 
 If yes, what was the process ?
 1. create a .obj file. 2. open if in blender or similar, scale it
 to fit the printer unit,  and export this file to .stl 3. send
 the stl file to the printer.
 
 
 
 I am looking for a way to print a curved surface (like a wave with 
 depth). I think, with obj-exporter, i will need a lot of obj-cube
 (or obj-cuboid) to make a smooth surface ?
 
 obj-exporter did not have lot's of primitives. but you can make
 your own primitive that fit your need. (and add it to 
 obj-exporter). It would not be very complicated to create a
 primitive based on a curve3d.
 
 or you can use juste a lot's of triangle or square...
 
 
 
 cheers c
 
 
 ++
 
 Jack
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJURQg0AAoJEOuluecjw8GU57EH/1BaXbRJJrXuj6VrqKs0HqSS
ylRVJJ/njZvOfH6XaPawcMPCatoNk0bZi0Dd666BLgO+1rYJuzST9VcWGgsAaUJ/
HzZjdnlHhjjDB0QxLvmUt/mfzLZ6ZhR0U2aUDLJfbcBTBeHcscuZ1qz0VUH9jutt
D3ZwiLLknrEQ+JNv0iot50nbODCEmsNL5ehYbiy57eTNAx1AGKph6PZpNbcaTZPk
tPT8HvQe2a8fNltAsiXtVoB/qWG/87gvBoIZbxKEaYPt+KSeXCzVgyIgeocets7q
kTCNQ13SZOAfOYrhG1Q1JRzhmjDMCjroqCmc9R+Q0Q7lbE92VyDQy7iVEMtNih4=
=+Qdh
-END PGP SIGNATURE-

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


[PD] Get room impulse response

2014-10-20 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I don't know a lot of things in this domain.
I just know that reflected source signals are sensitive to the
environment geometry and materials and I would like to get the room
impulse response.
Is there good informations about this topic somewhere (web or help
patch) ?
Is there an existing (simple) patch I can use to understand the process ?
Thanx.
++

Jack

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJURSqHAAoJEOuluecjw8GULj4H/Rq84KRWuwTcvLEacWDPB+2W
Xeo+9BC9HclSLbeh4zETdR5uY/NcFArlWFFV+gcKCH02Q6SEPxoO4L4d/av3/NP5
ijYtMwW29lXISQ8ZNbetHDXRfSlKD1BwMpq7zQPypH4fZjJ5jssweBgTMBRA5vJ2
yVBgX8AAViiRaSDq7WiddFCs33JSVa0lkHt7LjNvoJ4C7KDGG6yNWoAoNpszhE0z
uB3CaxfpAIJK8mLcKJI4oTeO+rFEX9UE7pGDLggD6QWC63G5dj1dmGtcu7KLsgN6
Mn03cZFf2tDbY54nuyx+gU/VjO+9BVLgF+ssLgramyz4fBwcoskpsT0DualnTt0=
=2lWH
-END PGP SIGNATURE-

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


[PD] [PD-announce] ∏-node in Graz / Workshops and Concert

2014-10-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In the framework of the MusikProtokoll festival
http://musikprotokoll.orf.at/
_
___Workshops__
6 days of workshops on radio and digital ; rtl-sdr scanning, antenna
building and tuning, transmit data with radiowaves, and more ...
- - Tuesday 07  Wednesday 08, October 2014, 19:00-21:00
- - Thursday 11  Sunday 12, October 2014, 14:00-16:00
Steirischer Herbst Festivalzentrum,
Paulustorgasse 8, Graz
Free entrance
Application at: workshop [at] p-node.org
infos : http://musikprotokoll.orf.at/ or https://p-node.org/graz/
 _
___Concert__
Radio Scanner Orchestra
Thursday 09 October 2014
@Steirisches Herbst Festival Zentrum, 19:30  21:30
Steirischer Herbst Festivalzentrum,
Paulustorgasse 8, Graz
Free entrance
infos : http://musikprotokoll.orf.at/ or https://p-node.org/graz/

++

Jack
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUMmjrAAoJEOuluecjw8GUpVwH/2XilATps9minFEEZ9jHKHmw
LAf2m3CrvY9AqEelemi8bwfVKjrjITfIaw/UT/LA+wNPKcgaU+gv0k4KGF1Y7/JF
b6wfO8mZf4m1y8oC4nGXAE57Jdhv4jGm31kbe9uodqlkRxSznTAvosJ4p0qhFk9e
+ABOWMDqKqMhM2dq1YfUR31xBpLX9ue2DZqNfgFOVfHnaLq9tpNmjTMX6Krqo7RM
/cn/2Sh0hnEciSYcfAdCfaPsvO07epveYVD219sxE3zFQpUUpgDtdz0MpA+h1tyE
68iCbaTPeqR9FVw8bV0H51cQDaQ3A93KtipaOQFCZlZvnyMAqju395DXjJBFyfI=
=NDJG
-END PGP SIGNATURE-

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


Re: [PD] [PD-announce] ∏-node in Graz / Workshops and Concert

2014-10-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

No.
Thanx for the info, I didn't know pd-rtlsdr.
I will take a look now !
++

Jack



Le 06/10/2014 15:40, Julian Brooks a écrit :
 Hey Jack,
 
 Are you making use of 'pd-rtlsdr', if not, then what, may I ask?
 
 Regards,
 
 Julian
 
 On 6 October 2014 11:03, Jack j...@rybn.org wrote:
 
 In the framework of the MusikProtokoll festival 
 http://musikprotokoll.orf.at/ _ ___Workshops__ 6 days of workshops
 on radio and digital ; rtl-sdr scanning, antenna building and
 tuning, transmit data with radiowaves, and more ... - Tuesday 07 
 Wednesday 08, October 2014, 19:00-21:00 - Thursday 11  Sunday 12,
 October 2014, 14:00-16:00 Steirischer Herbst Festivalzentrum, 
 Paulustorgasse 8, Graz Free entrance Application at: workshop [at]
 p-node.org infos : http://musikprotokoll.orf.at/ or
 https://p-node.org/graz/ _ ___Concert__ Radio Scanner Orchestra 
 Thursday 09 October 2014 @Steirisches Herbst Festival Zentrum,
 19:30  21:30 Steirischer Herbst Festivalzentrum, Paulustorgasse 8,
 Graz Free entrance infos : http://musikprotokoll.orf.at/ or
 https://p-node.org/graz/
 
 ++
 
 Jack
 
 ___ Pd-announce
 mailing list pd-annou...@lists.iem.at 
 http://lists.puredata.info/listinfo/pd-announce
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUMr5KAAoJEOuluecjw8GUdqcH/j5UFC+EOCgKfLT9RzVQ4Uvl
wjCeyVCcAEqXXgi6ycxgl4xHJUAwPlMMja1shjd9eluJy2NCpN14wty0T0IaCSLy
5FD0kyhBGBaV8MmgpypvT9Q2OrtVBltKuAyHtIQli9ry+3JP5SS4rq7eiaLYVxEa
wzY0EY6sBeqVTt1UA8Zf6L9bpDiAQexK7TyL8/fxeGOmqd3+1hiTcT6/JndfP4RR
iu75txf3zxgw/Nz0vBP7NQfshkDejnupozzbQuZ+FjUHLGRh5efNQrNFzsQCwVdr
jvgpIuZINtXuDSCHTBeSxXW67KQYHkkWm0O2UBfImSZlui+syAzkKhtpYkyA/Jw=
=0/24
-END PGP SIGNATURE-

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


Re: [PD] list foreach?

2014-10-02 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

+1 ;)
++

Jack



Le 01/10/2014 21:43, Joe White a écrit :
 +1
 
 On 1 October 2014 14:20, Dan Wilcox danomat...@gmail.com wrote:
 
 +1 On Sep 30, 2014, at 9:39 PM, pd-list-requ...@lists.iem.at
 wrote:
 
 The addition of the symbol/list methods made me think, that maybe
 now could be a time to add these as well, or at least the
 important foreach.
 
 Ciao -- Frank Barknecht _
 __footils.org__
 
 
  Dan Wilcox @danomatika danomatika.com robotcowboy.com
 
 
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJULWlbAAoJEOuluecjw8GUFQEH/ipN1iS3VpIRzl1PvH8fFWL3
I0apGa8h95KrdH337L3nmCRcmxZFI7rFhrnQ7SRF0C8w26XhL9tnMq+ukLMGQ4b9
+RWoNMB2L0j0JWjOicljMj62JzzHsHnnecvdGkEjqxryrmCV2oFBYUQOnvwK3hWV
i5Z8w7hlbk49vRSNe3bMa9lY5e1+uV3IL18S+kfbfvRNdgSjo/RkpacEPMFpkHE5
+kHwEvf+6XNCuNyVfoAjLFU3jpYT02ukF20qsPiMj8Y7mLWKC/e9K8zbuUvby+/e
mk4q6Ac4lDubBo/7uHRAhHiaWJ17yQnz6LqX7AfZJ2YwBa8AtiEFqe8OUlHnS7g=
=ahon
-END PGP SIGNATURE-

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


Re: [PD] Parsing text

2014-09-27 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Can you send us an example of the 7 lists you receive ?
Attached is a small patch that could help you.
++

Jack



Le 27/09/2014 17:28, Pierre Desprats a écrit :
 Hi,
 
 I'm using HTTPGET to get some informations on a website.
 
 The request works fine and output me 7 lists.
 
 But i'm only interested in one number of the third list.
 
 I don't know what is the best way to parse text in list or browse
 list, to get this number ?
 
 Thanx !
 
 P.
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUJuF1AAoJEOuluecjw8GUZhsH/1YryEyZt1m3qOCFWeoxaWQp
g4JE+oiyc4J0xqfnWoa+H/Aq35NnCl55GBYaP5DROaEH0XbyfOW4Y1/zAVHtDePs
+AjWBNvJaZ34e1BBbLAFzYA214LLBA8ttr4SQkevX3PNpc3l/jOkdYUVcr81Dqw2
cwkTIY7oMSoXJCd67G/AfiKHiSDnZgkUkKatmKCuS2VSwy02XwpJqCpxpuTv3JbG
2d4Ia4R3dUDN49PIWziFqhj9s6r0FSmaih9DJTJgo5sltDSGhcpbBQlLFiaLkKfH
L3SelDGF+8VdHrl1UIwbO1vWQf2/LJnFmqoJvH6purVvc5EtqU27+Xt2nNn9Aq0=
=Rd4U
-END PGP SIGNATURE-


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


Re: [PD] crasher bug

2014-09-17 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bug confirmed with Pd-0.46.0 (test1) compiled 13:01:01 Aug 16 2014.
++

Jack



Le 17/09/2014 17:10, Miller Puckette a écrit :
 I believe the bug, at its simplest, was this:
 
 Make an empty patch (in Pd 0.46, say), set it as GOP, save it,
 close it, open it again, un-set GOP, and kaboom.  Amazing I never
 saw that before...
 
 M
 
 On Wed, Sep 17, 2014 at 05:57:13AM -0400, Ivica Ico Bukvic wrote:
 Trying to reproduce this in pd-l2ork. What do you mean by the
 last sentence? Delete all the objects? Is this on the MAIN.pd or
 inside text.pd? Also, unchecking the GOP option, if that applies
 to test, haven't we already deleted it in the previous step? Or,
 have you actually saved the text patch as its help file with the
 GOP enabled?
 
 On 09/16/2014 07:18 AM, Max wrote:
 here is how to reproduce it:
 
 make two pd documents, let's say MAIN.pd and text.pd. then, in
 MAIN.pd open test.pd as an abstraction. make it GOP. from MAIN
 rightclick and coose help the context menu to open the not existing
 help file. The GOP abstraction test.pd will open. Save it as
 test-help.pd. Delete all the objects. Uncheck the GOP option. 
 Crash.
 
 that's in Pd 0.45.4
 
 On 09/16/2014 08:02 PM, Max wrote:
 hi list, i got this at two incidents:
 
 terminate called after throwing an instance of 
 'boost::exception_detail::clone_implboost::exception_detail::error_info_injectorboost::lock_error

 
'
 pure virtual method called terminate called recursively
 
 
 but I can't reproduce it now. I was doing something like
 this: making two pd documents, let's say MAIN.pd and
 text.pd. then, in MAIN.pd calling test.pd as an abstraction
 and going through the context menu to the not existing help
 file. Saving this as test-help.pd. i think that's where the
 crash happened.
 
 m.
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 -- Ivica Ico Bukvic, D.M.A. Associate Professor Computer Music 
 ICAT Senior Fellow DISIS, L2Ork Virginia Tech School of
 Performing Arts - 0141 Blacksburg, VA 24061 (540) 231-6139 
 i...@vt.edu www.performingarts.vt.edu disis.music.vt.edu 
 l2ork.music.vt.edu
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUGahkAAoJEOuluecjw8GUEy0H/ROVQkbDottg7syqGGvpd8Vk
FgHIWM5wu+fUf+tzFzf8t+J9fFKg/QXLmpIXtfDMEzy+1yyIsPf9Qjf2sGbpQbGH
d+hDU9I5NWIaoUB56XMaFO7/sjIMf+bXNQmKNcJkR8fITX7iiWoNTB487Ej9iBhq
k9PKanPy4vRj0D9gvHEu9i7j6HcqigrvefzRHb8LYLO4+Q/CW958qd1i5fQfoTO4
v+LMP2GSeO0N1g/HNYHFXlieOFf/x0MHGQ8YvQnKaHW5eXRnvdOwQZ85wZ4KacrP
RbBVP+ylUHek/PM+QgBgsmfztz5WsWDrUDft4sNPmCvfbqZQjRtwuKqonErKrZM=
=E8a0
-END PGP SIGNATURE-

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


Re: [PD] disis_spi problem on raspberry pi

2014-09-03 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I find a solution (see at the bottom).

Here the process :

No more error if i compile from scratch :
$ git clone https://github.com/pd-l2ork/pd.git l2ork
$ cd .../l2ork_addons/raspberry_pi/
$ ./makeall.sh

Cloning into 'wiringPi'...
remote: Counting objects: 657, done.
remote: Compressing objects: 100% (599/599), done.
remote: Total 657 (delta 476), reused 95 (delta 58)
Receiving objects: 100% (657/657), 247.61 KiB, done.
Resolving deltas: 100% (476/476), done.
Already up-to-date.
[Compile] wiringPi.c
[Compile] wiringSerial.c
[Compile] wiringShift.c
[Compile] piHiPri.c
[Compile] piThread.c
[Compile] wiringPiSPI.c
[Compile] wiringPiI2C.c
[Compile] softPwm.c
[Compile] softTone.c
[Compile] mcp23008.c
[Compile] mcp23016.c
[Compile] mcp23017.c
[Compile] mcp23s08.c
[Compile] mcp23s17.c
[Compile] sr595.c
[Compile] pcf8574.c
[Compile] pcf8591.c
[Compile] mcp3002.c
[Compile] mcp3004.c
[Compile] mcp4802.c
[Compile] mcp3422.c
[Compile] max31855.c
[Compile] max5322.c
[Compile] sn3218.c
[Compile] drcSerial.c
[Link (Static)]
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
- -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses
- -Wno-switch  -I../pd/src -I../../pd/src -I../../../pd/src
- -I../../../../pd/src -I../../../../../pd/src -o disis_gpio.o -c
disis_gpio.c
ld  -shared -o disis_gpio.l_arm disis_gpio.o -lc -lm
wiringPi/wiringPi/libwiringPi.a
strip --strip-unneeded disis_gpio.l_arm
rm disis_gpio.o
mv disis_gpio.l_arm disis_gpio.pd_linux
cc -DPD -O2 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
- -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses
- -Wno-switch  -I../pd/src -I../../pd/src -I../../../pd/src
- -I../../../../pd/src -I../../../../../pd/src -o disis_spi.o -c disis_spi.c
ld  -shared -o disis_spi.l_arm disis_spi.o -lc -lm
strip --strip-unneeded disis_spi.l_arm
rm disis_spi.o
mv disis_spi.l_arm disis_spi.pd_linux

Then, I have to start Pd as super user to be able to open /dev/spidev0.0 :
sudo pd .../disis_spi-help.pd
++

Jack



Le 02/09/2014 22:14, Jack a écrit :
 Hello,
 
 On 09/02/2014 01:39 PM, Jack wrote: Hello,
 
 I am trying to use [disis_spi] on my raspberry pi (Linux 
 raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 
 armv6l GNU/Linux ) with Pd 0.45.2. When I open the help patch 
 'disis_spi-help.pd' and click on [open /dev/spidev0.0(, in Pd 
 console i get : could not open SPI device.
 
 I used to use a C++ program until now with which I used to open 
 /dev/spidev0.0 and all was OK.
 
 What can I do to solve this problem ?
 
 Hi,
 
 I haven't tried the external with pd-vanilla, although there
 is no reason I can think of that it would not work with
 vanilla. Did you make sure to load the necessary drivers (I
 assume you did since you mentioned you used to access it before
 via a different application, but if you loaded them manually
 and have rebooted RPi since, they would not be necessarily
 loaded this time around). Just to be sure try:
 
 lsmod | grep spi
 
 ...and see if it lists spi-bcm2708, if not, do:
 
 
 I get : spidev 5248 0 spi_bcm2708 4841 0
 
 
 
 sudo modprobe spi-bcm2708 sudo modprobe i2c-bcm2708
 
 If that works, you may want to add those at the bottom of your
  /etc/modules config file (one module per line, like so):
 
 spi-bcm2708 i2c-bcm2708
 
 So I guess I needn't to add these lines ?
 
 
 This will ensure they get loaded every time you start the RPi.
 
 BTW, which gen RPi do you have?
 
 Model B.
 
 What I do to have disis_spi.pd_linux is : $ cd pd-l2ork_rpi $
 ./makeall.sh
 
 But I get several errors :
 
 fatal: destination path 'wiringPi' already exists and is not an
 empty directory. Already up-to-date. make: Nothing to be done for
 `static'. cc -DPD -O2 -funroll-loops -fomit-frame-pointer
 -fno-strict-aliasing -Wall -W -Wshadow -Wstrict-prototypes
 -Wno-unused -Wno-parentheses -Wno-switch  -I../pd/src
 -I../../pd/src -I../../../pd/src -I../../../../pd/src
 -I../../../../../pd/src -o disis_gpio.o -c disis_gpio.c 
 disis_gpio.c:18:22: fatal error: g_canvas.h: No such file or
 directory compilation terminated. make: *** [disis_gpio.l_arm]
 Error 1 cc -DPD -O2 -funroll-loops -fomit-frame-pointer
 -fno-strict-aliasing -Wall -W -Wshadow -Wstrict-prototypes
 -Wno-unused -Wno-parentheses -Wno-switch  -I../pd/src
 -I../../pd/src -I../../../pd/src -I../../../../pd/src
 -I../../../../../pd/src -o disis_spi.o -c disis_spi.c ld  -shared
 -o disis_spi.l_arm disis_spi.o -lc -lm strip --strip-unneeded
 disis_spi.l_arm rm disis_spi.o mv disis_spi.l_arm
 disis_spi.pd_linux
 
 And after : $ pd disis_spi/disis_spi-help.pd If i click on [open
 /dev/spidev0.0( I get : could not open SPI device
 
 Something else i can do ? Thanx for you help. ++
 
 Jack
 
 
 
 
 HTH
 
 Ico
 
 ++
 
 Jack
 
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and 
 account-management - 
 http://lists.puredata.info/listinfo/pd-list

Re: [PD] Gem on UDOO

2014-08-19 Thread Jack
Hello,

I would like to know if there are new tests of Gem on UDOO ?
I am particularly interested with the render of text (with [text3d],
between 1500 and 2000 letters in the gemwin at 20 fps). Is it doable on
this configuration ?
++

Jack



Le 20/06/2014 11:02, Cyrille Henry via Pd-list a écrit :
 hello,

 UDOO board are advertised to be full openGL compatible.
 Since I've got an UDOO board with lubuntu installer, i tried to run Gem.
 i use Gem compiled from git.

 i worked with major limitation :
 - it's only in fullscreen, since opengl did not work on a window (udoo
 limitation)
 - pd crash when destroying the opengl context

 so, it's not really usable.

 cheers
 cyrille

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



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


Re: [PD] [float2symbol], [symbol2list] and [list2symbol] abstractions

2014-08-18 Thread Jack
I answer to myself...
[symbol2list] abstraction doesn't work as i expected because it outputs
a list where numbers are unpacked as symbols.
++

Jack



Le 17/08/2014 14:37, Jack a écrit :
 Le 17/08/2014 14:30, Jack a écrit :
 Hello,

 I just make 3 abstractions ([float2symbol], [symbol2list] and
 [list2symbol]) based on the new objects [list fromsymbol] and [list
 tosymbol] from Pd 0.46. (maybe, it is certainly possible to symplify
 them, comments are welcome).
 So these abstraction are 100% pure Pd.
 They can be added in list-abs or purepd or zexy/abs, i don't know ?
 ++

 Jack


 I forget to add [list-drip] from list-abs.
 ++

 Jack




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

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


Re: [PD] [float2symbol], [symbol2list] and [list2symbol] abstractions

2014-08-17 Thread Jack
Le 17/08/2014 14:30, Jack a écrit :
 Hello,

 I just make 3 abstractions ([float2symbol], [symbol2list] and
 [list2symbol]) based on the new objects [list fromsymbol] and [list
 tosymbol] from Pd 0.46. (maybe, it is certainly possible to symplify
 them, comments are welcome).
 So these abstraction are 100% pure Pd.
 They can be added in list-abs or purepd or zexy/abs, i don't know ?
 ++

 Jack



I forget to add [list-drip] from list-abs.
++

Jack




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


[PD] error when i try to compile pmpd

2014-07-25 Thread Jack
Hello,

after :
cd .../pmpd
$ make

I get :
cc -I/usr/include/pd -DPD -DVERSION='0.10-svn' -fPIC -W -g  -O6
-funroll-loops -fomit-frame-pointer -o pmpd2d.o -c pmpd2d.c
In file included from pmpd2d.c:34:0:
pmpd2d.h:1:1: error: expected identifier or ‘(’ before ‘’ token
  .mine
 ^
pmpd2d.h:5:0: warning: nb_max_link redefined [enabled by default]
 #define nb_max_link   500
 ^
pmpd2d.h:2:0: note: this is the location of the previous definition
 #define nb_max_link   1
 ^
pmpd2d.h:6:0: warning: nb_max_mass redefined [enabled by default]
 #define nb_max_mass   500
 ^
pmpd2d.h:3:0: note: this is the location of the previous definition
 #define nb_max_mass   10
 ^
In file included from pmpd2d.c:35:0:
pmpd2d_core.c: In function ‘pmpd2d_new’:
pmpd2d_core.c:61:38: error: ‘pmpd2d_class’ undeclared (first use in this
function)
 t_pmpd2d *x = (t_pmpd2d *)pd_new(pmpd2d_class);
  ^
pmpd2d_core.c:61:38: note: each undeclared identifier is reported only
once for each function it appears in
pmpd2d.c: In function ‘pmpd2d_setup’:
pmpd2d.c:48:2: error: ‘pmpd2d_class’ undeclared (first use in this function)
  pmpd2d_class = class_new(gensym(pmpd2d),
  ^
make: *** [pmpd2d.o] Erreur 1


Any help would be appreciated to solve this problem.
++

Jack





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


Re: [PD] Pd and SQL

2014-07-13 Thread Jack via Pd-list
I forgot :

Pd 0.45.0test 2
pdlua 0.7.2 (GPL) 2014 Martin Peach, based on
lua 0.6~svn (GPL) 2008 Claude Heiland-Allen claudiusmaxi...@goto10.org
pdlua: compiled for pd-0.43 on Jul 13 2014 11:47:47
Using lua version 5.2
++

Jack



Le 13/07/2014 12:59, Claude Heiland-Allen via Pd-list a écrit :
 On 13/07/14 11:11, Jack via Pd-list wrote:
 and used the code below to create a file 'mysql.pd_lua'.

 But when i tried to create [mysql] object in Pd, i got in the pd
 console :
 maximum object loading depth 1000 reached
   mysql
 ... couldn't create

 Did I miss something ?

 local M = pd.Class:new():register(lsql)

 The file should register a class with the same name, otherwise you get
 a can't create.  The other classes registered should work after
 that, similar to loading with -lib.

 Not sure where the maximum loading depth error happens, but I could
 reproduce it with an empty nonsense.pd_lua and trying to create
 [nonsense].

 I'm using these versions:

 $ pd -version
 Pd-0.45.5 () compiled 18:50:42 Jun 18 2014

 lua 0.8 (GPL) 2013 Claude Heiland-Allen, merging
 pdlua 0.7.1 (GPL) 2011 Martin Peach, based on
 lua 0.6~svn (GPL) 2008 Claude Heiland-Allen
 lua: compiled for pd-0.45 on Jun 18 2014 19:11:04

 compiled against Debian's lua5.1

 (I merged Martin Peach's bugfixes into my gitorious repo, because I
 had trouble building the version from svn)


 Claude


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


Re: [PD] Gem on UDOO

2014-06-20 Thread Jack via Pd-list
Yep, on the Udoo website :

API support for GPU Vivante GC2000 :
OpenGL ES 1.1/2.0/Halti
OpenCL 1.1 EP
OpenVG 1.1
DirectFB 1.4
GDI/Direct2D
X11/EXA
DirectX 11 9.3

I can't see OpenGL.

Question : How Gem can run on Udoo if there is no API for OpenGL ?
++

Jack




Le 20/06/2014 16:20, Dan Wilcox via Pd-list a écrit :
 Probably because it's running OpenGL ES *not* OpenGL which Gem doesn't
 have support for, as fas I know ...

 On Jun 20, 2014, at 6:00 AM, via Pd-list pd-list@lists.iem.at
 mailto:pd-list@lists.iem.at wrote:

 *From: *Cyrille Henry via Pd-list pd-list@lists.iem.at
 mailto:pd-list@lists.iem.at
 *Subject: **[PD] Gem on UDOO*
 *Date: *June 20, 2014 at 5:02:25 AM EDT
 *To: *pd-list@lists.iem.at mailto:pd-list@lists.iem.at
 pd-list@lists.iem.at mailto:pd-list@lists.iem.at
 *Reply-To: *Cyrille Henry c...@chnry.net mailto:c...@chnry.net


 hello,

 UDOO board are advertised to be full openGL compatible.
 Since I've got an UDOO board with lubuntu installer, i tried to run Gem.
 i use Gem compiled from git.

 i worked with major limitation :
 - it's only in fullscreen, since opengl did not work on a window
 (udoo limitation)
 - pd crash when destroying the opengl context

 so, it's not really usable.

 cheers
 cyrille

 
 Dan Wilcox
 @danomatika
 danomatika.com http://danomatika.com
 robotcowboy.com http://robotcowboy.com







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

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


<    1   2   3