Re: [PD] how to know if a file has more than one channel?

2013-05-18 Thread altern
On 18 May 2013 17:09, Martin Peach  wrote:

> On 2013-05-18 09:57, altern wrote:
>
>> hi
>>
>> I would like to be able to distinguish between mono and stereo files at
>> loading time. I am loading the sound with soundfiler using this messages
>> which works both for stereo and mono files
>>
>> read -resize path_to_file table1 table2
>>
>> any suggestions? maybe there is some way to check if the second table is
>> full with zeros?
>>
>
>
> You could first read the file into [iemlib/soundfile_info] and take the
> fifth item in the output list, which is the number of channels.



aha, thanks thats what I was looking for. I must have thought about the
externals of course!
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] how to know if a file has more than one channel?

2013-05-18 Thread altern
hi

I would like to be able to distinguish between mono and stereo files at
loading time. I am loading the sound with soundfiler using this messages
which works both for stereo and mono files

read -resize path_to_file table1 table2

any suggestions? maybe there is some way to check if the second table is
full with zeros?

thanks

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


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

2012-03-09 Thread altern
we had three different videos 4 to 6 mins length. Format was mpeg
video, and the audio was standard 44100 16 bits. The video rate was
29.97 and yes I think this was the problem

I finally solved it using line to ramp the number of frames+1 in the
time duration of the video. Unfortunately my solution came too late to
use it in the exhibition, and I did not have wireless connection at
the place I was so I could not read this until today, that would have
solved lot of trouble and stress ... thanks anyway,


On 8 March 2012 18:59, IOhannes m zmoelnig  wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 2012-03-08 17:44, tim vets wrote:
>> [step]?
>>
>>
>>> from maxlib iirc:
>>> step :: output sequence of numbers (similar to 'line')
>>> sorry, I forgot one thing, it takes a list of 3 values, the third one being
>>> step (which would be 1 here
>
> oh, you mean [int]?
>
> fgmasdr
> IOhannes
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk9Y84wACgkQkX2Xpv6ydvTVHQCg99lFkjkuEDsuE9ZYL3SYkFZw
> 7Z4AoNd1frKcVID/6hXS7aXoyB5AlzAA
> =uL1p
> -END PGP SIGNATURE-
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>

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


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

2012-03-08 Thread altern
hi

I am reading a video with pix_film and trigger it using auto, at the
same time load a sound file with readsf ~ . This is ok for a while but
after some time they go out of sync. The sound goes faster than the
video.

Any simple solution to this? or do I need to construct my own system
to play the video passing the frame number to the pix_film? maybe
using a line object with the total num of frames and the total time
length of the video ...

thanks

enrike

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


Re: [PD] six sound outputs with sound blaster X-Fi Surround 5.1

2012-03-06 Thread altern
> for sound blaster cards on windows an alternative driver exists.
>
> or existed perhaps ... i used it on xp.very nice
> check for your card compatibility
>
> http://kxproject.lugosoft.com/

thanks! I did not know about this. I will try it tomorrow

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


Re: [PD] six sound outputs with sound blaster X-Fi Surround 5.1

2012-03-05 Thread altern
>> I see. so basically I could use this sound card to seach for life
>> across the universe but I cannot separate the ** output channels.
>> great. not sure I have time to get another card on time. grrr...
>>
>> thanks!
>
> I'm sorry if I discouraged you from looking further -- I suspect the
> hardware is doing the mixing in a way that's not under software
> control, but I don't know for sure that's the case.
>
> I have a strong feeling about it, since Creative is restricting what
> the card is capable of.  I suspect it's doing it's 5.1 mixing
> operations using the DSP.
>
> It could be that some obscure driver option will bypass the DSP and
> take 6 channels from software.

I decided write the list because I also started to think that this
mixing was "hardwired" in the card.  I tested the sound blaster under
linux and windows and it does exactly the same thing in both systems.
I played around with all options in the windows sound blaster control
panel and got all kinds of weird surround effects but no way to
deactivate it.

I have a 12 euros unbranded 7.1 sound card that allows to do exactly
what I am after but this is not mine so it cannot be used for a two
months long installation. So I will visit few shops later and try to
get some cards I can test.

thanks!

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


Re: [PD] six sound outputs with sound blaster X-Fi Surround 5.1

2012-03-05 Thread altern
>> Sorry--I have no good news for you... and perhaps this knowledge only
>> adds to your injury.  The ASIC in your sound card has many, many times
>> the potential that it actually gets used for--up to 10,000 MIPS on a
>> quad-core DSP and up to 128 channels.
>
>
> It's just normal that increasingly more powerful technology becomes generic
> so that it can be used in many more products so that it can sell more so
> that it can pay for its own development and cut down on the production
> costs... eventually we put supercomputers inside chequebook-sized boxes and
> call them « telephones ».
>
> The best you can do is write a distributed-computing virus that detects any
> such ASIC and hook it on some math problem such as trying to crack
> exterrestrial prime numbers and stuff... ;)

I see. so basically I could use this sound card to seach for life
across the universe but I cannot separate the ** output channels.
great. not sure I have time to get another card on time. grrr...

thanks!

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


[PD] six sound outputs with sound blaster X-Fi Surround 5.1

2012-03-05 Thread altern
hi

I am trying to get this sound blaster X-Fi Surround 5.1 sound card to
work on windows with 6 outputs

http://www.google.com/search?q=Creative+Soundblaster+X-Fi+Surround+5.1&hl=eu&client=ubuntu&hs=Mvz&channel=fs&prmd=imvns&tbm=isch&tbo=u&source=univ&sa=X&ei=NxxVT_XdNYXF0QXTwvnXCw&ved=0CB4QsAQ&biw=1024&bih=699

The idea is to get a

adc~ 1 2 3 4 5 6

and route different sounds to each of the outputs that connects to
self powered mono speakers.

But I am going nuts. The card only works with 2 outputs under ASIO.
And with the default configuration if I set 6 outputs it does some
kind of 5.1 mixing. I have tried to disable all 5.1 stuff under
control panel but no way...

anyone? thanks

enrike

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


[PD] 5.1 sound from quicktime video files

2012-02-24 Thread altern
hi

quick question a bit on a hurry ...

is there any way to get control over sound from three quicktime video
files in order to send each to a different output in a 5.1 video
system? I have three different video projections and need to position
each of the video sounds in a different area of the space.

as far as I understand this would be impossible as quicktime video
play in GEM does not offer any control over sound because only under
mac you get the sound played, and this is in fact just done by the QT
system and not by PD

if all this is not possible withing PD, any suggestions on how to
achieve this? I am thinking about launching the videos with for
instance VLC and routing the audio by some means into PD or something
similar.

thanks

enrike

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


[PD] no gui refresh on macbook pro with windows 7

2010-12-16 Thread altern
hi

I have a student who is running Windows 7 Ultimate on a Macbook Pro
(not the latest model, this is about 3 years old machine). We are
using PD extended 0.42-5

The GUI seems to stop refreshing at random times. For instance numbers
output the right values but the value displayed does not get
refreshed, so the interface does not seem to respond but actually the
whole patch continues to work fine, it just does not display any
changes. Restarting PD does not solve it, we have to restart the
machine.

We are working with GEM and I am wondering if something funny is going
on with the graphics card.

anyone knows a solution to this? thanks!

enrike

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


Re: [PD] PyPd

2009-12-14 Thread altern
if you want to use it from python just take scripts.py it has some 
examples of how to use it in the botton of the file. If you want to use 
it from PD you need all the files, scr.py and search.py just wrap 
scripts.py with pyext classes, in this case check script_examples.pd . 
There is some other utilities in the library, check the readme file for 
details. let me know any question, i have not tested it for a while so 
some parts might not work if the websites have changed their URL query 
system.


http://www.ixi-audio.net/content/download/pynetutils.tar.gz

enrike


Pagano, Patrick wrote:

Both would be wonderful
I saw a useful version with freesound in ptml, but I would like to find the 
images too

pp

-Original Message-
From: altern [mailto:alte...@gmail.com] 
Sent: Monday, December 14, 2009 12:31 PM

To: Pagano, Patrick
Cc: pd-list@iem.at
Subject: Re: [PD] PyPd

what are you looking for? just the python script or do you want also the 
pyext scripts? i mean there are two ways to use this, the first is from 
python, the second from PD via pyext.


Pagano, Patrick wrote:

Thanks Chris
Does anyone know where the scripts [which I thought were python] live that 
fetch images from the internet and bring them into pd via GEM?

-Original Message-
From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Chris 
McCormick
Sent: Monday, December 14, 2009 10:52 AM
To: pd-list@iem.at
Subject: [PD] PyPd

Hi All,

I finally packaged up some code I've had lying around for a while and added it
to PdParser to make PyPd - classes for interfacing with Pd from inside Python.

You can use Pd.py to launch Pd as a subprocess and communicate with it via
sockets. You can use PdParser.py to parse .pd files.

<http://mccormick.cx/projects/PyPd/>

I started these classes quite a while ago, but their ongoing development is
being driven primarily by RjDj projects.

Chris.

---
http://mccormick.cx

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

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







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


Re: [PD] PyPd

2009-12-14 Thread altern
what are you looking for? just the python script or do you want also the 
pyext scripts? i mean there are two ways to use this, the first is from 
python, the second from PD via pyext.


Pagano, Patrick wrote:

Thanks Chris
Does anyone know where the scripts [which I thought were python] live that 
fetch images from the internet and bring them into pd via GEM?

-Original Message-
From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Chris 
McCormick
Sent: Monday, December 14, 2009 10:52 AM
To: pd-list@iem.at
Subject: [PD] PyPd

Hi All,

I finally packaged up some code I've had lying around for a while and added it
to PdParser to make PyPd - classes for interfacing with Pd from inside Python.

You can use Pd.py to launch Pd as a subprocess and communicate with it via
sockets. You can use PdParser.py to parse .pd files.



I started these classes quite a while ago, but their ongoing development is
being driven primarily by RjDj projects.

Chris.

---
http://mccormick.cx

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

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




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


[PD] video server that can be controlled from OSC

2009-11-30 Thread altern

Hi

for an interactive installation constructed with PureData we developed 
using OpenFrameworks an app that allows to display and control videos, 
images and webcam video streams. We controlled it via OSC with a set of 
messages from PureData, so we wrote a PD patch that explains all OSC 
messages but also some abstractions that wrap the OSC messages into some 
objects, again this is to be used by students woth little knowledge of 
PD. I also wanted to implement some movement detection but since this 
was not finally used in the installation it is not really working well.


All this could be done with GEM but we needed to get the sound track of 
the video files played with the video. I just thought it would be nice 
to share it so this is the download link for the source and binaries. 
Detailed info about the OSC messages and all features implemented are 
included in the readme file within the download folder


http://ixi-audio.net/content/download/oscVideoServer

any coments are welcome

enrike

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


Re: [PD] pduino digital read problems

2009-11-19 Thread altern
sounds ok to me but i use arduino very little so i my opinion should not 
count too much :)


Hans-Christoph Steiner(e)k dio:


Oops, yes indeed, I just updated that.

I'm actually thinking that the digitalIns and analogIns messages are 
just extra complications without much benefit.  I am thinking that 
setting pinMode to "analog" or "input" should just send that message 
too.  How does that sound?


.hc

On Nov 19, 2009, at 3:13 PM, altern wrote:

aso it was a problem with the documentation. great, now it is working. 
thanks!!


Hans-Christoph Steiner(e)k dio:
If you look at the arduino-help.pd or arduino-test.pd, the message 
should be [digitalIns 1 1(.  The first number is the port# and the 
second is whether to enable it or not.  (PORT0==pins 0-7, PORT1==pins 
8-13, PORT2==analog pins).
If you are using Arduino 0017, you might want to upgrade the included 
Firmata library with the latest version (check the README for how)

http://at.or.at/hans/pd/objects.html#pduino
.hc
On Nov 19, 2009, at 6:16 AM, altern wrote:

hi

i am doing this small example to read a digital sensor with pduino. 
i test it with an arduino program that reads pin 2 and writes it to 
pin 13 and this works fine, i get a LED light on and off with my 
infrared sensor.


however when i try this very same setup in PD i dont get it to work. 
i am starting up arduino object to the right COM port, i can write 
manually to pin 13 and the LED flashes, but i dont get anything from 
pin 2. I have not used digital sensors for ages with PD so i dont 
remember the right way to set them up.


I send this message to arduino
pinMode 2 0

i also tried sending before
digitalIns 1

but nothing comes from comport outlet. so i am not sure what i am 
doing wrong


please help!

enrike

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list
 
Computer science is no more related to the computer than astronomy is 
related to the telescope.  -Edsger Dykstra






 



If you are not part of the solution, you are part of the problem.






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


Re: [PD] pduino digital read problems

2009-11-19 Thread altern
aso it was a problem with the documentation. great, now it is working. 
thanks!!


Hans-Christoph Steiner(e)k dio:


If you look at the arduino-help.pd or arduino-test.pd, the message 
should be [digitalIns 1 1(.  The first number is the port# and the 
second is whether to enable it or not.  (PORT0==pins 0-7, PORT1==pins 
8-13, PORT2==analog pins).


If you are using Arduino 0017, you might want to upgrade the included 
Firmata library with the latest version (check the README for how)

http://at.or.at/hans/pd/objects.html#pduino

.hc

On Nov 19, 2009, at 6:16 AM, altern wrote:


hi

i am doing this small example to read a digital sensor with pduino. i 
test it with an arduino program that reads pin 2 and writes it to pin 
13 and this works fine, i get a LED light on and off with my infrared 
sensor.


however when i try this very same setup in PD i dont get it to work. i 
am starting up arduino object to the right COM port, i can write 
manually to pin 13 and the LED flashes, but i dont get anything from 
pin 2. I have not used digital sensors for ages with PD so i dont 
remember the right way to set them up.


I send this message to arduino
pinMode 2 0

i also tried sending before
digitalIns 1

but nothing comes from comport outlet. so i am not sure what i am 
doing wrong


please help!

enrike

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




 



Computer science is no more related to the computer than astronomy is 
related to the telescope.  -Edsger Dykstra







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


[PD] pduino digital read problems

2009-11-19 Thread altern

hi

i am doing this small example to read a digital sensor with pduino. i 
test it with an arduino program that reads pin 2 and writes it to pin 13 
and this works fine, i get a LED light on and off with my infrared sensor.


however when i try this very same setup in PD i dont get it to work. i 
am starting up arduino object to the right COM port, i can write 
manually to pin 13 and the LED flashes, but i dont get anything from pin 
2. I have not used digital sensors for ages with PD so i dont remember 
the right way to set them up.


I send this message to arduino
pinMode 2 0

i also tried sending before
digitalIns 1

but nothing comes from comport outlet. so i am not sure what i am doing 
wrong


please help!

enrike

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


Re: [PD] object that blocks stream of numbers unless new values arrive?

2009-11-15 Thread altern

IOhannes m zmoelnig(e)k dio:

altern wrote:

jurgen(e)k dio:

what about [change] ?

dohhh! i did not see that one, i was searching the externals and
abstractions ...


without asking the list you find a lot of clues by following the
discussions on the 'hurleur' forum and analyzing posted patches there.
that's what I do anyway.

thanks!
it would be nice to have a kind of blog where all externals with short
description would be listed, but i guess this is really difficult
because there are quite a few of them



http://wiki.puredata.info ?


err... i guess thats pretty close to what i meant yes... ;)


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


Re: [PD] object that blocks stream of numbers unless new values arrive?

2009-11-15 Thread altern

jurgen(e)k dio:

what about [change] ?


dohhh! i did not see that one, i was searching the externals and 
abstractions ...



without asking the list you find a lot of clues by following the discussions on 
the 'hurleur' forum and analyzing posted patches there. that's what I do anyway.


thanks!
it would be nice to have a kind of blog where all externals with short 
description would be listed, but i guess this is really difficult 
because there are quite a few of them




On Nov 14, 2009, at 2:19 AM, altern wrote:


hi

is there a spigot type of object that blocks numbers from a stream
unless the value is different than the previos one that arrived?

i just want to avoid reinventing the wheel... i am using pd extended
right now so if any library there has something like this it would be
nice to know.

btw. is there anywhere i can check this kind of things without asking the list?

thanks

enrike

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






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


[PD] object that blocks stream of numbers unless new values arrive?

2009-11-13 Thread altern
hi

is there a spigot type of object that blocks numbers from a stream
unless the value is different than the previos one that arrived?

i just want to avoid reinventing the wheel... i am using pd extended
right now so if any library there has something like this it would be
nice to know.

btw. is there anywhere i can check this kind of things without asking the list?

thanks

enrike

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


Re: [PD] arduino problem with analog sensors

2009-11-12 Thread altern

thanks to everyone for the answers!


Jose Luis Santorcuato(e)k dio:

Hi, maybe the potentiometer need a resistor,... if the potentiometer is a 10
kohms maybe yo need a resistor, i prefer work with 50 kohms potentiometers.

Using a protoboard, you must connect a general ground and  general voltage,
the wire to analog is the middle wire, check the pwm or outputs are closed.

Best regards

José
2009/11/12 


 The microcontroller in the Arduino has a single sampling capacitor that
can be connected to any one of the analog pins.
It will charge up to the voltage on the pin if enough charged particles are
available on the pin (or a path less than about 10kohm exists to a source of
current).
The cap is not discharged by the analog-to-digital conversion process or
between samples except through leakage.
If no charge is available on the pin the capacitor will continue to slowly
drain its charge from the previous sample.
It's normal and harmless unless you are in a high-voltage environment like
a thunderstorm or a nylon carpet, where much more than 5V could accumulate
on an open pin. Then it's best to ground unused inputs.

Martin



Date: Thu, 12 Nov 2009 18:02:05 +0100
From: alte...@gmail.com
To: pd-list@iem.at
Subject: [PD] arduino problem with analog sensors
hi

not a PD question I guess... i dont know much of electrical stuff. i am
connecting two analog sensors to the arduino. One is a pressure sensor
and the second a potentiometer, they are both from an old icube.

i noticed that when i raise the potentiometer (analog pin 5) the
pressure sensor (analog pin 2) reports values ranging 0 to ~0.16
increasing together as the potenciometer goes up. It is like some kind
of residual noise comming from pin 5 that goes into pin 0.

the power cables of both sensors go together to 5v inlet of the arduino
and the ground cables go to ground pin, each of the data cable goes to
its separate analog pin.

I am using arduino from Pure Data extended using latest Firmata, so i am
just filtering out any value smaller than 0.16 coming from analog pin 0.

is there anything I am doing wrong? or is this normal?

thanks

enrike

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management ->

http://lists.puredata.info/listinfo/pd-list

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








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


[PD] arduino problem with analog sensors

2009-11-12 Thread altern

hi

not a PD question I guess...  i dont know much of electrical stuff. i am 
connecting two analog sensors to the arduino. One is a pressure sensor 
and the second a potentiometer, they are both from an old icube.


i noticed that when i raise the potentiometer (analog pin 5) the 
pressure sensor (analog pin 2) reports values ranging 0 to ~0.16 
increasing together as the potenciometer goes up. It is like some kind 
of residual noise comming from pin 5 that goes into pin 0.


the power cables of both sensors go together to 5v inlet of the arduino 
and the ground cables go to ground pin, each of the data cable goes to 
its separate analog pin.


I am using arduino from Pure Data extended using latest Firmata, so i am 
just filtering out any value smaller than 0.16 coming from analog pin 0.


is there anything I am doing wrong? or is this normal?

thanks

enrike

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


[PD] reseting overflow count on cyclone counter object?

2009-11-12 Thread altern

hi

is it possible to reset the overflow count (and not only the general 
count) on the cyclone library counter object?


thanks

enrike

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


Re: [PD] arduino melody example in PD?

2009-11-08 Thread altern


That sketch is playing a tune making square waves of different 
frequencies. That's not really the same as PWM, which varies the length 
of the pulse, but the frequency stays constant. There are a few ways to 
generate a square wave of a given freq. in Pd, if that is your goal. If 
you want to do it by modeling the Arduino's use of a timer to turn a 
signal on and off, that might be an interesting exercise. One easier 
way, though, would be to amplify and clip a sine wave.


[osc~ 440]
|
[*~ 50]
|
[clip~ -0.5 0.5]

then if you plug a 50 cent piezo buzzer into the sound card of your 
$1000 laptop, it will sound just like a $3 avr!


hehe... thanks for your suggestion :)

enrike

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


[PD] arduino melody example in PD?

2009-11-07 Thread altern

hi

i have been trying to port this example to PD

http://arduino.cc/en/Tutorial/Melody

it just uses a piezo to buzz a song. i dont understand very well this 
PWM controls and also I am finding quite difficult to translate the 
arduino code to PD. So after some headache i thought maybe someone has 
already done this for PD?


thanks

enrike

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


Re: [PD] xsample freezes PD

2009-09-11 Thread altern
i just compiled it from svn source and it is working fine. much easier 
than last time, i am getting good at this ;)


thanks

Thomas Grill(e)k dio:

Hi Enrike,
i'm afraid i can't help too much i'll recommend that you try to
compile the object on your system (flext and xsample) instead of using
the binary.
It would also be helpful to know where exactly it freezes (running in
gdb and printing the backtrace).
I'm abroad and therefore not able to build anything until the end of
September, but let's see if we get it running.
gr~~~

2009/9/11 altern :

hi
when i run some of my patches the pd process goes to 99% CPU and the pd GUI
freezes, i cannot close
the terminal or any patch. I have to kill the process from task manager.

After some tests and found out that it seems to come from xgroove~
object. This is how it happens: I run pd, open the xgroove~ object help
file, setup pd input and output devices via ALSA. I activate DSP and
push the bang to start play the xgroove~ example.

The audio runs until the playhead goes next to around 80% of the table then
it
freezes, i can see that the PD CPU usage grows quickly just after the audio
and GUI freeze.

any ideas? this is the terminal output. not very interesting i guess.

~$ pd
 : Avifile RELEASE-0.7.47-070929-17:56-4.2.1
 : Available CPU flags: fpu vme de pse tsc msr mce cx8 sep mtrr
pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
 : 1600.00 MHz Intel(R) Pentium(R) M processor 1.60GHz detected
pd_gui: pd process exited
Killed

xsample external seems to be loaded properly, pd console says this on
startup

---
xsample objects, version 0.3.2pre

 xrecord~, xplay~, xgroove~
 (C)2001-2008 Thomas Grill
---

there is no message post into the console when the error happens.

This happened both in PureDyne with the pd installed from their packages and
also in Ubuntu Studio with the pd extended package. Both systems running
latest xsample binary from http://puredata.info/Members/thomas/xsample

I guess it is either a bug in latest version of xsample or I am missing
something in both systems.

thanks

enrike



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








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


[PD] xsample freezes PD

2009-09-11 Thread altern

hi
when i run some of my patches the pd process goes to 99% CPU and the pd 
GUI freezes, i cannot close

the terminal or any patch. I have to kill the process from task manager.

After some tests and found out that it seems to come from xgroove~
object. This is how it happens: I run pd, open the xgroove~ object help
file, setup pd input and output devices via ALSA. I activate DSP and
push the bang to start play the xgroove~ example.

The audio runs until the playhead goes next to around 80% of the table 
then it

freezes, i can see that the PD CPU usage grows quickly just after the audio
and GUI freeze.

any ideas? this is the terminal output. not very interesting i guess.

~$ pd
 : Avifile RELEASE-0.7.47-070929-17:56-4.2.1
 : Available CPU flags: fpu vme de pse tsc msr mce cx8 sep mtrr
pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm pbe up bts est tm2
 : 1600.00 MHz Intel(R) Pentium(R) M processor 1.60GHz detected
pd_gui: pd process exited
Killed

xsample external seems to be loaded properly, pd console says this on
startup

---
xsample objects, version 0.3.2pre

  xrecord~, xplay~, xgroove~
  (C)2001-2008 Thomas Grill
---

there is no message post into the console when the error happens.

This happened both in PureDyne with the pd installed from their packages 
and also in Ubuntu Studio with the pd extended package. Both systems 
running latest xsample binary from 
http://puredata.info/Members/thomas/xsample


I guess it is either a bug in latest version of xsample or I am missing 
something in both systems.


thanks

enrike



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


Re: [PD] installing pd extended in ubuntu studio

2009-09-10 Thread altern

ok. sorry. i thought it might uninstall few packages. thanks!!


Hans-Christoph Steiner(e)k dio:


Hey enrike!

The ubuntustudio-audio package is just a meta package that installs 
other packages, so its ok to remove it.  Ideally the ubuntustudio-audio 
package would depend on 'pd' rather than 'puredata', because the 
pd-extended package provides 'pd'.


.hc

On Sep 10, 2009, at 3:09 PM, altern wrote:


hi

not sure if that has been asked before. i am trying to install (dpckg 
-i) latest pure data extended in latest Ubuntu Studio and (of course) 
pd extended collides with the pd package that comes with studio. I 
tried to uninstall pd but it wants to remove the whole 
ubuntustudio-audio package. any ideas? thanks...


enrike

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






 



Programs should be written for people to read, and only incidentally for 
machines to execute.

 - from Structure and Interpretation of Computer Programs





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


[PD] installing pd extended in ubuntu studio

2009-09-10 Thread altern

hi

not sure if that has been asked before. i am trying to install (dpckg 
-i) latest pure data extended in latest Ubuntu Studio and (of course) pd 
extended collides with the pd package that comes with studio. I tried to 
uninstall pd but it wants to remove the whole ubuntustudio-audio 
package. any ideas? thanks...


enrike

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


[PD] (offtopic) voice recognition

2009-06-29 Thread altern
hi all

for a project i might involved in we need to do some voice recognition. the
setup is as follows : there is a virtual avatar that is able to perform
certain movements. It should move its moth acording to the voice from the
computer's sound input. So we do not need to recognise certain words or
sentences, we just need to match the human voice with the movements of the
virtual animation. This information would be sent to the animation software
by OSC or some other method, this is not important right now.

I am not sure if this can be done with PD or some other software. we have an
old speech detection system made in Java but it only works for wovels so it
is not so realistic. Has any of you done something similar?

thanks!

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


Re: [PD] Ubuntu vs. ubuntustudio?

2009-01-04 Thread altern
PSPunch(e)k dio:
>> What do you think might be the better approach, to use ubuntu normal, or  
>> ubuntustudio? Roman told me that for a while there's no big difference,  
>> because the -rt kernel comes with ubuntu. Is ubuntustudio more than a  
>> bundle of software with nice backgrounds? (Note: I'll use the same setup  
>> on both computers, so the system should work on 64 and 32b).
> 
> As far as I know, "Studio" is just plain Ubuntu that comes with a set of 
> software relevant to audio & video.
> As a matter of fact, installing the "studio (or a name of that sort)" 
> meta package on plain Ubuntu is the same as starting out with a "studio" 
> installation CD/DVD.
> 
> Probably it is just the matter of preference in images used for the 
> startup screen and the default wall paper.

i think there is something else than just the kernel and packages. some 
tweaks on the configuration that the plain Ubuntu does not have, stuff 
like memory use, priorities and groups + permissions. But i think all 
can be done by hand.

enrike

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


[PD] ehu abstractions (finally) released

2008-12-17 Thread altern
hi

so finally (i think) i made it with making the patches less messy 
avoiding ambiguous situations like the ones pointed out by few people in 
the list (thanks). So there it goes
http://www.ixi-audio.net/content/download/ehu_abstractions.zip

i also added some more docs, and even translated the docs to spanish (!).

This is the description :
EHU is a set of abstractions for PureData real-time graphical 
programming environment (http://www.puredata.org , 
http://en.wikipedia.org/wiki/Puredata).  The main purpose of EHU is 
control/manipulate/analise/sequence video and audio in real-time. EHU 
encapsulates the complexity of programming with PureData to allow for 
rapid prototyping of interactive systems. EHU is developed for people 
with basic knowledge of PD but also for more advanced users to ease and 
speed up as much as possible the development. EHU also includes 
abstractions to control Arduino (http://www.arduino.cc) from PD (wraps 
pduino example by Gerda Strobl and Georg Holtzmann). Main areas covered 
by EHU abstractions are : video files, video cameras, pictures, audio 
utilities, general utilities.

And again, this is thought to be used within PD extended. It uses few 
abstractions and externals included there. Check the readme file for 
more details on which ones are used and other details.

enrike

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


Re: [PD] ehu abstractions to be released

2008-12-10 Thread altern
Hans-Christoph Steiner(e)k dio:
> 
> On Dec 9, 2008, at 12:08 PM, altern wrote:
> 
>> Claude Heiland-Allen(e)k dio:
>>> Hi,
>>>
>>> altern wrote:
>>> [snip]
>>>> They have been developed to be used
>>>> with PD-extended, few objects from externals included in that distro 
>>>> are
>>>> used.
>>> [snip]
>>>> this is the link to download the latest version
>>>> http://ixi-audio.net/content/download/ehu_abstractions.zip
>>> [snip]
>>>> if anyone has questions please just mail me. thanks for any feedback
>>>
>>> Note: I haven't had time to try them yet, but I've just been checking to
>>> see what I might be missing...  Quick list of dependencies that I
>>> extracted using some scripts:
>>>
>>> arduino freeverb~ Gem ggee import list-abs mapping unauthorized xsample
>>> zexy
>>>
>>> Wondering about these though, are they from iemlib? mixed? something
>>> else?  Thinking they should probably be replaced by native vanilla
>>> abstractions/subpatches if/wherever possible.
>>>
>>> counter prepend gate
>>
>> gate and counter are from cyclone, prepend from iemabs. So the complete
>> list of dependencies should be :
>>
>> arduino freeverb~ Gem ggee import list-abs mapping unauthorized xsample
>>   zexy counter prepend gate
>>
>> many thanks, i will include this in the documentation.
>>
>> as i said the abstractions have been developed to be used within
>> PD-extended which currently includes, as far as i know, all of them but
>> arduino and xsample (this last one only missing under linux i think).
>>
>> I went for PD-extended after couple of bad experinces where i wasted
>> days trying to write code in pd only to find that there were externals
>> included in pd extended doing the job better, more complete and far more
>> efficient than my spaghetti code.
> 
> 
> You can force the version by using the namespace prefix:
> 
> [cyclone/counter]
> [cyclone/prepend]
> [iemlib/gate]

this is what i am doing. i think that solves the issue.
btw, the prepend was in code i borrowed from the arduino help file.
thanks

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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern
Frank Barknecht(e)k dio:
> Hallo,
> altern hat gesagt: // altern wrote:
> 
>> sorry i think i did not understand you at first, i thought you where 
>> talking about all externals used, but obviously you were talking about 
>> the three above. I am trying to find where do i use prepend. Some code 
>> is pretty old, and i dont remember. Is there a way to find this apart 
>> from opening the patches and searching visually or running ctrl+F ?
> 
> If you have a command line with soome Unix tools installed, you could do
> a: 
> 
> $ grep -l prepend *.pd

doh! of course ... lesson 1: pd patches are just text files... thanks 
for reminding me.

> to list every patch that has a prepend. You could replace that with a
> [prepent] and include prepent.pd using one of the solutions on the tips
> and tricks page: http://puredata.info/docs/tutorials/TipsAndTricks/

thank you for the tips!

enrike


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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern
patrick(e)k dio:
> /me is wondering
> 
> i compiled xsample (linux - 32bits):
> http://www.11h11.com/temp/xsample.pd_linux
> 
> anyone can try to pd -lib xsample.pd_linux? is it working?

same problem i got with my build. PD starts up and gets frozen when 
loading the externals. I "solved" it by comenting out OFLAGS=-O3 from 
the config-lnx-pd-gcc.txt configuration file. If your file works in your 
machine this is something to do with my computer, same problem happened 
in my both machines.

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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern

> Wondering about these though, are they from iemlib? mixed? something 
> else?  Thinking they should probably be replaced by native vanilla 
> abstractions/subpatches if/wherever possible.
> 
> counter prepend gate

sorry i think i did not understand you at first, i thought you where 
talking about all externals used, but obviously you were talking about 
the three above. I am trying to find where do i use prepend. Some code 
is pretty old, and i dont remember. Is there a way to find this apart 
from opening the patches and searching visually or running ctrl+F ?

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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern
sorry i meant :

arduino freeverb~ Gem ggee import list-abs mapping unauthorized xsample 
  zexy cyclone iemabs

> gate and counter are from cyclone, prepend from iemabs. So the complete 
> list of dependencies should be :
> 
> arduino freeverb~ Gem ggee import list-abs mapping unauthorized xsample 
>  zexy counter prepend gate

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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern
Claude Heiland-Allen(e)k dio:
> Hi,
> 
> altern wrote:
> [snip]
>> They have been developed to be used
>> with PD-extended, few objects from externals included in that distro are
>> used.
> [snip]
>> this is the link to download the latest version
>> http://ixi-audio.net/content/download/ehu_abstractions.zip
> [snip]
>> if anyone has questions please just mail me. thanks for any feedback
> 
> Note: I haven't had time to try them yet, but I've just been checking to 
> see what I might be missing...  Quick list of dependencies that I 
> extracted using some scripts:
> 
> arduino freeverb~ Gem ggee import list-abs mapping unauthorized xsample 
> zexy
> 
> Wondering about these though, are they from iemlib? mixed? something 
> else?  Thinking they should probably be replaced by native vanilla 
> abstractions/subpatches if/wherever possible.
> 
> counter prepend gate

gate and counter are from cyclone, prepend from iemabs. So the complete 
list of dependencies should be :

arduino freeverb~ Gem ggee import list-abs mapping unauthorized xsample 
  zexy counter prepend gate

many thanks, i will include this in the documentation.

as i said the abstractions have been developed to be used within 
PD-extended which currently includes, as far as i know, all of them but 
arduino and xsample (this last one only missing under linux i think).

I went for PD-extended after couple of bad experinces where i wasted 
days trying to write code in pd only to find that there were externals 
included in pd extended doing the job better, more complete and far more 
efficient than my spaghetti code.

enrike


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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern


> I really like the idea of making easy to use, high level objects in Pd. 
>  I think it would be great to have something like Reaktor in Pd.  Then 
> people could start out quickly, and then move into full Pd programming 
> if they wanted to.

yes i guess different people have been talking about this, it would be 
great.

> Windows and Mac version of 0.39.3 did come with xsample, but none of the 
> 0.40.3 releases did.

i just double checked and xsample.dll is there in 0.40.3 extended 
windows version, i also believe it is in the OSX version, but i havent 
double checked there.


> .hc
> 
> On Dec 9, 2008, at 9:45 AM, hard off wrote:
> 
>> hi enrike,
>>
>> i'm not sure exactly which versions, if any of pd-extended come with 
>> the xsample library set up to run after the basic installation, but my 
>> version here on ubuntu linux didn't and i spoke to a windows user also 
>> who couldn't create the [xgroove~] [xrecord~] family of objects that 
>> are used in these abstractions.
>>
>>
>> ___
>> Pd-list@iem.at  mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> 
> Mistrust authority - promote decentralization.  - the hacker ethic
> 
> 


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


Re: [PD] ehu abstractions to be released

2008-12-09 Thread altern
hard off(e)k dio:
> hi enrike,
> 
> i'm not sure exactly which versions, if any of pd-extended come with the 
> xsample library set up to run after the basic installation, but my 
> version here on ubuntu linux didn't and i spoke to a windows user also 
> who couldn't create the [xgroove~] [xrecord~] family of objects that are 
> used in these abstractions.

yeah, i know that... i think it is the only external I use that is 
missing in the current version of PD extended and only the Linux 
version. I had to compile it myself which included compiling flext, if 
you need a hand i think i still have it fresh, i did it two weeks ago.

enrike


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


[PD] ehu abstractions to be released

2008-12-09 Thread altern
hi all

Lately I have done a lot of work on some abstractions, so I thought it
would be good idea to share it with the list to see if there is any
feedback about them.

The main purpose is to allow manipulation of video and audio in real
time with PD making its use as easy as possible.  It is mainly developed
for students to use in ~two day long PD workshops, but i guess it can be
used by anyone. I find myself using some of them all the time, specially
when prototyping or doing fast sketches, but then again I guess some of
them are fairly trivial. Students in these workshops don't usually have
the time (or/and background) to go for a full on introduction to PD.
Hence this patches are just ready-made solutions to be used with very
general knowledge of operating with PD.

So there are abstractions to manipulate video/webcams/pictures with GEM,
some sound utilities, and some general utilities. There are also some
abstractions to control Arduino from PD (just wraps/rewrites pduino
example by Gerda Strobl and Georg Holtzmann into a set of separated
abstractions and adds some small functionalities here and there).

They have been thought to be used in two different scenarios. On
the one hand a "live coding" situation, this is why the abstractions
include GUI controls (exposed via graph on parent) that allow to control
its internal state. On the other hand, they are thought to be used in a
installation situation, where the interface is not used. So each Gui
control corresponds to one inlet. They have been developed to be used
with PD-extended, few objects from externals included in that distro are
used.

It is also possible that some might already exist in other abstraction
collections or externals, i dont know all abstractions/externals in PD
so if anyone sees anything repeated please let me know. It
would be good to hear feedback about it, I know there are similar
projects being developed at the moment. I think it would be nice to end
up with a set of ready made objects that can be used by that type of
users. It is always nice to start with something that works and then
slowly go in depth into the programming.

this is the link to download the latest version
http://ixi-audio.net/content/download/ehu_abstractions.zip

There is a readme.txt in the documentation folder that explains all
abstractions included and how to use, there is also a set of examples in
the examples folder and each abstractions has its help patch included,
so once it is copied into extra folder the help system should work fine.

if anyone has questions please just mail me. thanks for any feedback

enrike



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


Re: [PD] gem pix_texture crashes PD

2008-12-05 Thread altern
IOhannes m zmölnig(e)k dio:
> altern wrote:
>> it is a computer from the university where i am conducting a short 
>> workshop so i dont know how installed it. just in case I cheked and the 
>> driver was already there, however i reinstalled it. but I still get the 
>> same error.
> 
> 
> hmm, according to the glewinfo output, you only have a very rudimentary
> openGL-driver installed (up to openGL-1.1 which is stone-age):
>> Running on a GDI Generic from Microsoft Corporation
>> OpenGL version 1.1.0 is supported
> 
> with the proper matrox openGL drivers you should see something telling
> you that it uses an openGL implementation by matrox; and it should
> support at least openGL-1.2.

weird. i downloaded the latest drivers from matrox website taday and 
they date from september 2008. Looks like this card is not made for 
OpenGL... is there anything else i could do? thanks.

enrike

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


[PD] gem pix_texture crashes PD

2008-12-03 Thread altern
hi

i was testing a gem patch on a computer from a university i am giving a 
workshop, this is supposed to be a good machine for graphics. When i 
import a texture and open the gem window it crashes inmediately. The 
machine is running win XP with latest PD 0.40.3 extended.

i used the Gem's pix_texture help patch to try different settings with 
"quality" and "mode" also tried different images. Same problem always. I 
run pd from console and it did not print any error message at all, just 
quits.

the machine has a special graphic card, it is a matrox Parhelia LX, from 
matrox millenium P-Series. I think it is used for stereoscopy or 
something like that. Could it be that graphics card and Gem do no like 
each other?

Ah, I tried with two different machines with same card, same problem in 
both.

thanks

enrike

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


Re: [PD] py and xsample in 0.40.3 extended under Linux

2008-11-21 Thread altern
i just had another look and i found that comenting out
OFLAGS=-O3
in the config-lnx-pd-gcc.txt solved it so now i could compile xsample 
and py and the seem to work fine.

nice, but the whole process requieres (in my opinon) a pretty good level 
of understanding linux and the compilation process and details. It would 
be nice if it was easier.

thanks! they are really useful externals

enrike

altern(e)k dio:
> hi thomas
> 
> i decided to give it another go. i checked out the latest svn 
> flext/xsample and py sources.
> so i did
> $ apt-get install stk libstk0c2a libstk0-dev libsndobj2c2 libsndobj-dev
> then i run
> $ bash build.sh pd gcc
> then edited the linux file config-lnx-pd-gcc.txt
> i noticed i needed to have the pd source, i think i got it from the 
> pd-extended source. This is the content of config-lnx-pd-gcc.txt after 
> editing
> 
> PDPATH=/usr/local/src/pd
> FLEXTPREFIX=/usr
> OUTPATH=pd-linux
> INSTPATH=/usr/lib/pd/extra
> STK_INC=/usr/include/stk
> STK_LIB=/usr/lib/libstk.a
> SNDOBJ_INC=/usr/include/SndObj
> SNDOBJ_LIB=/usr/lib/libsndobj.a
> #MFLAGS=-j 2
> UFLAGS=-msse -mfpmath=sse -ffast-math
> OFLAGS=-O3
> OFLAGS+=-march=pentium4
> 
> the again and finally
> $ bash build.sh pd gcc
> $ bash build.sh pd gcc install
> 
> it did not complain at all, then i tried to compile both py and xsample. 
>  All went ok but when i run PD it stays frozen exactly at the time of 
> loading those externals. I tried removing them from extra and PD was ok 
> again. Both of them cause the same behaviour. I guess some path or 
> option in the config file is wrong. Any ideas? I think something went 
> wrong because it did not install it properly as far as i can see. The 
> flext/build.sh is not anywhere in my file system but in the svn checkout 
> build directory. This directory is empty /usr/lib/flext but this file 
> does exist /usr/lib/libflext-pd.so
> 
> Nice that i almost managed to get it done, but there should be a way to 
> make this process simpler
> 
> Some ideas about the process:
> 
>  i dont think this explanation in the docs could be a bit more elaborated
> "From a shell run
> bash ../flext/build.sh
> (you would have to substitute ../flext with the respective path to the 
> flext package)"
> i know it is stupid but it took me few minutes to realise i need to run 
> that script from the main folder of the code i want to compile. Also it 
> would be nice to have a description of the compilation flags. I know 
> this is printed by the script itself, but it is nice to know things 
> before they happen.
> 
> It would be also nice not to have to find and edit the paths to all the 
> libraries (STK, SndObj), this is quite confusing specially because some 
> files names are not lowecase so initially i did not find them until i 
> noticed it (sndobj.h was SndObj.h). But i guess this has to do with the 
> autobuild you mentioned in your mail.
> 
> thanks.
> 
> enrike
> 
> 
> 
> 
> Thomas Grill(e)k dio:
>> Hi Enrike,
>> it would be good to know what your problems were with compiling flext 
>> or flext-based externals.
>> Did you start with the sources from svn.g.org ?
>> Compiling works as documented, so that you run "sh 
>> your_path_to_flext/build.sh pd gcc", edit buildsys/config-*.txt as the 
>> console says... run again, and install as superuser. This is the same 
>> for flext and flext-based externals.
>> The reason that my stuff is not in the autobuild system is that noone 
>> has stepped in to help me with it (above all with the autoconf stuff). 
>> It seems to be pretty much working for unix, but not so much for Windows.
>>
>> gr~~~
>>
>> Am 20.11.2008 um 10:48 schrieb altern:
>>
>>> hi
>>>
>>> just a wish, i dont want to puch anybody... it would be great to have py
>>> and xsample externals included in PD-extended 0.40.3 under Linux, like
>>> they were in previous PD extended versions.
>>>
>>> I want to compile py, but first i need to compile flext. I started two
>>> hours ago and i am not getting much closer to getting it done. It is not
>>> so trivial to do. I do compile once in a while (jack, freebob and some
>>> apps) but usually i find it easier than this. I keep trying...
>>>
>>> thanks anyway
>>>
>>> enrike
>>>
>>> ___
>>> Pd-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>>
> 
> 


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


Re: [PD] py and xsample in 0.40.3 extended under Linux

2008-11-21 Thread altern
hi thomas

i decided to give it another go. i checked out the latest svn 
flext/xsample and py sources.
so i did
$ apt-get install stk libstk0c2a libstk0-dev libsndobj2c2 libsndobj-dev
then i run
$ bash build.sh pd gcc
then edited the linux file config-lnx-pd-gcc.txt
i noticed i needed to have the pd source, i think i got it from the 
pd-extended source. This is the content of config-lnx-pd-gcc.txt after 
editing

PDPATH=/usr/local/src/pd
FLEXTPREFIX=/usr
OUTPATH=pd-linux
INSTPATH=/usr/lib/pd/extra
STK_INC=/usr/include/stk
STK_LIB=/usr/lib/libstk.a
SNDOBJ_INC=/usr/include/SndObj
SNDOBJ_LIB=/usr/lib/libsndobj.a
#MFLAGS=-j 2
UFLAGS=-msse -mfpmath=sse -ffast-math
OFLAGS=-O3
OFLAGS+=-march=pentium4

the again and finally
$ bash build.sh pd gcc
$ bash build.sh pd gcc install

it did not complain at all, then i tried to compile both py and xsample. 
  All went ok but when i run PD it stays frozen exactly at the time of 
loading those externals. I tried removing them from extra and PD was ok 
again. Both of them cause the same behaviour. I guess some path or 
option in the config file is wrong. Any ideas? I think something went 
wrong because it did not install it properly as far as i can see. The 
flext/build.sh is not anywhere in my file system but in the svn checkout 
build directory. This directory is empty /usr/lib/flext but this file 
does exist /usr/lib/libflext-pd.so

Nice that i almost managed to get it done, but there should be a way to 
make this process simpler

Some ideas about the process:

  i dont think this explanation in the docs could be a bit more elaborated
"From a shell run
bash ../flext/build.sh
(you would have to substitute ../flext with the respective path to the 
flext package)"
i know it is stupid but it took me few minutes to realise i need to run 
that script from the main folder of the code i want to compile. Also it 
would be nice to have a description of the compilation flags. I know 
this is printed by the script itself, but it is nice to know things 
before they happen.

It would be also nice not to have to find and edit the paths to all the 
libraries (STK, SndObj), this is quite confusing specially because some 
files names are not lowecase so initially i did not find them until i 
noticed it (sndobj.h was SndObj.h). But i guess this has to do with the 
autobuild you mentioned in your mail.

thanks.

enrike




Thomas Grill(e)k dio:
> Hi Enrike,
> it would be good to know what your problems were with compiling flext or 
> flext-based externals.
> Did you start with the sources from svn.g.org ?
> Compiling works as documented, so that you run "sh 
> your_path_to_flext/build.sh pd gcc", edit buildsys/config-*.txt as the 
> console says... run again, and install as superuser. This is the same 
> for flext and flext-based externals.
> The reason that my stuff is not in the autobuild system is that noone 
> has stepped in to help me with it (above all with the autoconf stuff). 
> It seems to be pretty much working for unix, but not so much for Windows.
> 
> gr~~~
> 
> Am 20.11.2008 um 10:48 schrieb altern:
> 
>> hi
>>
>> just a wish, i dont want to puch anybody... it would be great to have py
>> and xsample externals included in PD-extended 0.40.3 under Linux, like
>> they were in previous PD extended versions.
>>
>> I want to compile py, but first i need to compile flext. I started two
>> hours ago and i am not getting much closer to getting it done. It is not
>> so trivial to do. I do compile once in a while (jack, freebob and some
>> apps) but usually i find it easier than this. I keep trying...
>>
>> thanks anyway
>>
>> enrike
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] py and xsample in 0.40.3 extended under Linux

2008-11-20 Thread altern
finally i took the binaries from 0.39 and places in the 0.40.3 extra 
folder, then i had to apt-get install python 2.4 as Ubuntu Hardy only 
has by default python 2.5. Everything seems to work fine so far.

still it would be nice to have at some point a more up to date version 
of the binaries included by default, i guess there are reasons for not 
having them currently.

thanks

enrike

altern(e)k dio:
> hi
> 
> just a wish, i dont want to puch anybody... it would be great to have py 
> and xsample externals included in PD-extended 0.40.3 under Linux, like 
> they were in previous PD extended versions.
> 
> I want to compile py, but first i need to compile flext. I started two 
> hours ago and i am not getting much closer to getting it done. It is not 
> so trivial to do. I do compile once in a while (jack, freebob and some 
> apps) but usually i find it easier than this. I keep trying...
> 
> thanks anyway
> 
> enrike
> 


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


[PD] py and xsample in 0.40.3 extended under Linux

2008-11-20 Thread altern
hi

just a wish, i dont want to puch anybody... it would be great to have py 
and xsample externals included in PD-extended 0.40.3 under Linux, like 
they were in previous PD extended versions.

I want to compile py, but first i need to compile flext. I started two 
hours ago and i am not getting much closer to getting it done. It is not 
so trivial to do. I do compile once in a while (jack, freebob and some 
apps) but usually i find it easier than this. I keep trying...

thanks anyway

enrike

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


Re: [PD] dynamically set "graph on parent" option?

2008-11-14 Thread altern
IOhannes m zmoelnig(e)k dio:
> altern wrote:
>> Frank Barknecht(e)k dio:
>>> Hallo,
>>> altern hat gesagt: // altern wrote:
>>>
>>>> do you mean something like this?
>>>> http://lists.puredata.info/pipermail/pd-list/2005-05/028394.html
>>>>
>>>> i was looking for something more like a proper flag in the object that 
> 
> i think this _is_ a very proper flag to be switched on/off

i mean i was looking for an specific command to only switch on/off the 
graph on parent box. But then you are right of course, this feature does 
more, but my first idea misleaded me when searching the list for info. i 
was looking in not exactly the right direction...

>>>> could be switch on and off, like
>>>> |pd-mysubpatch gop 1(
>>>> or something like that...
>>> Something like that isn't available, so "donecanvasdialog 0 0 $1" is the
>>> only way. Don't rely to much on it to stay, though.
> 
> i think you can ignore these warnings in many cases. they are a way of
> saying that "this is not officially supported". none(!) of the dynamic
> patching features of Pd is officially supported. so either don't use
> them or do use them.
> 
>> i see. it would be nice to have something like |pd-mysubpatch gop 1( 
>> though...
> 
> i still don't see the difference. (of course one could always argue that
> [readsf~] should take a [load( message rather than an [open( message)
> 
> 
> if you want to turn on gop you will most likely want to set the
> properties of gop in the same message. this is what donecanvasdialog is for.

yes i understand it now. thanks for your patience :)


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


Re: [PD] dynamically set "graph on parent" option?

2008-11-13 Thread altern
Frank Barknecht(e)k dio:
> Hallo,
> altern hat gesagt: // altern wrote:
> 
>> do you mean something like this?
>> http://lists.puredata.info/pipermail/pd-list/2005-05/028394.html
>>
>> i was looking for something more like a proper flag in the object that 
>> could be switch on and off, like
>> |pd-mysubpatch gop 1(
>> or something like that...
> 
> Something like that isn't available, so "donecanvasdialog 0 0 $1" is the
> only way. Don't rely to much on it to stay, though.

i see. it would be nice to have something like |pd-mysubpatch gop 1( 
though...

enrike

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


Re: [PD] dynamically set "graph on parent" option?

2008-11-13 Thread altern
IOhannes m zmoelnig(e)k dio:
> altern wrote:
>> hi
>>
>> is there a way to dynamically set "graph on parent" option in a 
>> subpatch or abstraction? i guess the answer is a big no ...
> 
> its yes (if you don't care for an official API); please search the list 
> archives for how to do it

do you mean something like this?
http://lists.puredata.info/pipermail/pd-list/2005-05/028394.html

i was looking for something more like a proper flag in the object that 
could be switch on and off, like
|pd-mysubpatch gop 1(
or something like that...

enrike

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


Re: [PD] dynamically set "graph on parent" option?

2008-11-13 Thread altern
IOhannes m zmoelnig(e)k dio:
> altern wrote:
>> hi
>>
>> is there a way to dynamically set "graph on parent" option in a 
>> subpatch or abstraction? i guess the answer is a big no ...
> 
> its yes (if you don't care for an official API); please search the list 
> archives for how to do it

mmm... are we talking about the same thing? i already searched the list 
before sending the mail, and now i was looking for it for two hours. i 
searched the list over and over again and also the documentation and 
examples in pd extended. I discovered few nice things about the PD 
widgets i did not know before, but not what i am looking for...

enrike

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


[PD] dynamically set "graph on parent" option?

2008-11-13 Thread altern
hi

is there a way to dynamically set "graph on parent" option in a subpatch 
or abstraction? i guess the answer is a big no ...

thanks

enrike

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


Re: [PD] GEM - pd 0.39 crashes with pix_movement + pix_blob

2008-11-13 Thread altern
IOhannes m zmoelnig(e)k dio:
> altern wrote:
>> sorry, it the one that comes with PD 0.39 extended on windows, the pd 
>> console says
>> GEM: ver: 0.91-cvs
>> GEM: compiled: Dec 11 2006
> 
> now even though this is 0.91, it is rather old and i wouldn't trust it.
> is there any reason to not use Pd-extended 0.40.3?
> 
> (nevertheless i cannot remember any changes within the 2 objects you 
> mentioned; but i would just go and try it)

ok, i did my homework and expent some hours yesterday testing all my 
code under 0.40.3 all seems fine now in my computer, but i have to test 
yet on my friends laptop, in case the crash persists i will email again. 
thanks.

enrike

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


Re: [PD] GEM - pd 0.39 crashes with pix_movement + pix_blob

2008-11-11 Thread altern
IOhannes m zmoelnig(e)k dio:
> altern wrote:
>> sorry, it the one that comes with PD 0.39 extended on windows, the pd 
>> console says
>> GEM: ver: 0.91-cvs
>> GEM: compiled: Dec 11 2006
> 
> now even though this is 0.91, it is rather old and i wouldn't trust it.
> is there any reason to not use Pd-extended 0.40.3?

i have some awful GEM code which i wrote overnight two years ago. every 
time i try to update it to latest Gem i dont get very far and breaks my 
nerves ;) I have a workshop in a couple of weeks and i am not sure it is 
a good idea to do it now... but i will have to do it at some point.

> (nevertheless i cannot remember any changes within the 2 objects you 
> mentioned; but i would just go and try it)

thanks

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


Re: [PD] GEM - pd 0.39 crashes with pix_movement + pix_blob

2008-11-11 Thread altern
sorry, it the one that comes with PD 0.39 extended on windows, the pd 
console says
GEM: ver: 0.91-cvs
GEM: compiled: Dec 11 2006



Jack(e)k dio:
> What is the version of GEM ?
> ++
> 
> Jack
> 
> 
> Le 11 nov. 08 à 13:57, altern a écrit :
> 
>> hi all
>>
>> yesterday i tested a GEM motion detection patch with a friends laptop to
>> find that PD crashed really badly after few seconds. It looked to us
>> like it crashed when there was big changes on the incoming data (sudden
>> movement in front of the camera...).
>>
>> The funny thing is that my friends laptop is a brand new Asus laptop
>> running Vista and mine is an old IBM with XP. So the Asus should be much
>> more powerful than mine... but there is no problem at all in mine with
>> same patch.
>>
>> We were using PD extended 0.39 on Vista, the camera is integrated, I
>> could not check the type of graphics card and camera (no time sorry).
>> Just noticed that there was no output on the PD console at all, just
>> crashed.
>>
>> We noticed that we could remove either pix_movement or pix_blob from the
>> chain and then it would not crash. So it looked like the combination was
>> problematic.
>>
>> i know this is not very good description of the problem but does it ring
>> any bell? thanks!
>>
>> enrike
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 


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


[PD] GEM - pd 0.39 crashes with pix_movement + pix_blob

2008-11-11 Thread altern
hi all

yesterday i tested a GEM motion detection patch with a friends laptop to 
find that PD crashed really badly after few seconds. It looked to us 
like it crashed when there was big changes on the incoming data (sudden 
movement in front of the camera...).

The funny thing is that my friends laptop is a brand new Asus laptop 
running Vista and mine is an old IBM with XP. So the Asus should be much 
more powerful than mine... but there is no problem at all in mine with 
same patch.

We were using PD extended 0.39 on Vista, the camera is integrated, I 
could not check the type of graphics card and camera (no time sorry). 
Just noticed that there was no output on the PD console at all, just 
crashed.

We noticed that we could remove either pix_movement or pix_blob from the 
chain and then it would not crash. So it looked like the combination was 
problematic.

i know this is not very good description of the problem but does it ring 
any bell? thanks!

enrike

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


Re: [PD] port number with comport on XP

2008-11-06 Thread altern
Martin Peach(e)k dio:
> altern wrote:
>> hi
>>
>> i am using pd 0.39 extended on XP to control arduino via pduino. Every 
>> time I restart my computer and plug Arduino it comes as port COM13 and 
>> i have to go and change its name to COM2 in the windows hardware 
>> manager. Otherwise i get error when i try to connect to port 13
>>
> 
> I didn't know you could change the name of a COM in Windows.

well i guess i dont change the name to the port but select another 
port... this is how i do it
control panel > system > hardware > device manager > under Ports, select 
the port > rightclick select properties > port settings > advanced > COM 
Port Number > here I choose port number 2 because it is the lower unused 
port.

> With [comport] you can use up to COM99 and they will all work if there 
> is a port connected. Are you superstitious ? ;) What error do you get?

no i am not superstitious. i get this error
** ERROR ** could not open device COM13:
failure (2)

after changing to port number 2 i get this
Opening COM2
[comport] opened serial line device 2 (COM2)

>> I guess this question has little to do with PD itself but, is there a 
>> way to make sure that it always uses port COM2 by default?
>>
> 
> If you want [comport] to use COM2, just make a [comport 2] object.
> Or make a [comport 13] to have it connect to the arduino. USB comports 
> may be assigned different numbers by the OS depending on the order you 
> connect them in and which USB slot you use.

mm so there is no solution, in this case i will have to set the port 
manualy every time i startup. it is ok but if this was for an 
instalation it would be a problem. i guess using more up to date 
versions of the externals involved would be good, but i am having some 
issues with 0.40 and some old GEM patches

thanks

enrike



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


[PD] port number with comport on XP

2008-11-06 Thread altern
hi

i am using pd 0.39 extended on XP to control arduino via pduino. Every 
time I restart my computer and plug Arduino it comes as port COM13 and i 
have to go and change its name to COM2 in the windows hardware manager. 
Otherwise i get error when i try to connect to port 13

I guess this question has little to do with PD itself but, is there a 
way to make sure that it always uses port COM2 by default?

thanks!

enrike

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


Re: [PD] XML-files

2008-07-07 Thread altern
j milo taylor(e)k dio:
> Hi,
> 
> I also would like to find out how to do this. For me, i am developing a 
> world in X3D. Sound is treated as a XML node, which has an associated 
> transform in 3D space.
> 
> So my question would be, how could i send something like this (audio 
> stream?) to pd for processing?
> 
> 

via OSC maybe?

enrike

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


Re: [PD] XML-files

2008-07-03 Thread altern
[EMAIL PROTECTED](e)k dio:
> How is it possible to make-XML files useable in Pd.
> e.g for controlling

not sure what you are after but i am reading an XML file using python 
via pyext external and returning some data to PD

enrike

> Thank you in advance
> 
> markus

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


Re: [PD] pd clicking with jack/linux

2008-06-30 Thread altern
I would check which processes are running on the background, Ubuntu has 
scheduled some processes that interfere with the sound process. In my 
laptop it was specially problematic updatedb and some wifi related 
processes. Now I only get problems when i use the realtime kernel. the 
normal one works fine enough for me.

enrike

Derek Holzer(e)k dio:
> I run PD as root (not sudo, but real root) for click-free operation. But 
> Ubuntu has this weird thing where you can't be root, you can only sudo. 
> Very strange... anyways, worth a try.
> 
> I also use fluxbox with very little else going on in the GUI. Spent 
> almost a year tuning Linux to get really optimum performance for live 
> gigs and recording situations, really the idea is that less is more. 
> Ubuntu/Red Hat/SuSE etc just have too many processes (especially 
> graphical ones that cause interruptions) running at once, IMHO.
> 
> best,
> D.
> 
> patrick wrote:
>> hi,
>>
>> i don't use pd-extended, but i think it's almost the same. the only 
>> option missing is: -nosleep (useful for dual-core).
>>
>> so be sure in qjackctl - setup:
>> Realtime
>> Periods/Buffer: 2
>> Sample Rate: 44100 (or more)
>> Frames/Period: 256 (i am running at 64 without glitches)
>>
>> then for pd:
>> pd -rt -jack -r 44100 -nosleep -audiobuf 256 -channels 16 -alsamidi 
>> -mididev 1 etc...
>>
>> and finally, be sure to edit /etc/security/limits.conf:
>> @audio  -   rtprio  99
>> @audio  -   memlock unlimited
>> @audio  -   nice-20
>>
>> and of course, add yourself to audio group (reboot to be sure). let us know.
>>
>> ah yes, a long time ago i was using icewm, because gnome was causing 
>> glitches in pd. but now it seems ok here.
>>
>> pat
>>
>>
>> Atte André Jensen wrote:
>>> Hi
>>>
>>> I get clicks and "DIO errors" at random intervals under linux/ubuntu 
>>> with jack (no xruns). I have a 17ms latency setup with jack and a 
>>> realtime patched kernel and the rest of my audio setup works great with 
>>> jack.
>>>
>>> I installed pd from Pd-0.40.3-extended-20080628-ubuntu-gutsy-i386.deb
>>>
>>> Any one else running a similar pd with a similar setup and either have 
>>> it working or experience the same problems?
>>>
>>>   
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>>
> 


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


Re: [PD] worldwide weather forecast into PD

2008-06-26 Thread altern
hi hans

thanks for the link, i checked it briefly yesterday, not sure if i will 
be able to find the part of code i need, it seems a bit too bit and it 
is C, probably easier to do it myself in python.

The weather.com city codes look like the same as weather.yahoo.com it 
seems to me that they both access the same system to get the data. thats 
interesting, i found already several weather forecast systems that are 
actually the same in the background.

enrike

Hans-Christoph Steiner(e)k dio:
> 
> This program for Mac OS X gets the data from weather.com, I think:
> 
> http://heat-meteo.sourceforge.net/
> 
> It's open source, so you could get the parsing code.
> 
> .hc
> 
> On Jun 25, 2008, at 10:59 AM, altern wrote:
> 
>> hi
>>
>> anyone knows of an online worldwide forecast service? I am developing
>> some python scripts with Pyext external that retrieve different type of
>> data from the net into PD.
>>
>> At the moment i have been using yahoo weather, this is quite handy
>> because they have RSS feed that can be easily manipulated from python
>> and returned into PD.
>>
>> Currently i have scripts that tell me the external IP of my computer and
>>   another one that uses the IP to retrieve geolocation data (lat, long,
>> nearby city, country ), using this i think i should be able to ask yahoo
>> for weather data of an specific city and country and from there access
>> the RSS.
>>
>> However I think there are some copyright issues with yahoo weather. I
>> read a notice in the HTML source of yahoo weather saying that this data
>> is not to be used without permission
>> " ...You are prohibited from using or repurposing this data in any way
>> without express written consent from Yahoo! ..."
>>
>> I guess i could pretend i did not see the notice but maybe there is some
>> worldwide forecast service that would allow me to use the data?
>>
>> thanks
>>
>> enrike
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
>  
> 
> 
> Mistrust authority - promote decentralization.  - the hacker ethic
> 
> 
> 


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


Re: [PD] worldwide weather forecast into PD

2008-06-26 Thread altern
B. Bogart(e)k dio:
> Hey there,
> 
> Are you using the data for a performance or installation?
 >
> I used live weather data (from an APRS packet radio gateway) parsed from
> a website.
> 
> It was the worst mistake I made.
> 
> The installation ran for a couple years but had four problems:
> 
> 1. The format of the webpage changed, I rewrote it.
> 
> 2. The power went down.
> 
> 3. The power went down again.
> 
> 4. The website went down.
> 
> Now I know not to depend on any external infrastructure.

no it is just a set of patches that should be used in different 
situations by other people. they should be aware of this potential risks 
of live internet access. thanks for the suggestions anyway.

enrike

> Using your own weather station would be very stable (they are not as
> expensive as they sound). Or perhaps there is some more stable way to
> get at the APRS data than a website.
> 
> APRS is nice because there are hundreds of weather stations all over the
> world, are interlinked by packet radio network. The problem in my case
> was the internet gateway.
> 
> .b.
> 
> altern wrote:
>> hi
>>
>> anyone knows of an online worldwide forecast service? I am developing 
>> some python scripts with Pyext external that retrieve different type of 
>> data from the net into PD.
>>
>> At the moment i have been using yahoo weather, this is quite handy 
>> because they have RSS feed that can be easily manipulated from python 
>> and returned into PD.
>>
>> Currently i have scripts that tell me the external IP of my computer and 
>>   another one that uses the IP to retrieve geolocation data (lat, long, 
>> nearby city, country ), using this i think i should be able to ask yahoo 
>> for weather data of an specific city and country and from there access 
>> the RSS.
>>
>> However I think there are some copyright issues with yahoo weather. I 
>> read a notice in the HTML source of yahoo weather saying that this data 
>> is not to be used without permission
>> " ...You are prohibited from using or repurposing this data in any way 
>> without express written consent from Yahoo! ..."
>>
>> I guess i could pretend i did not see the notice but maybe there is some 
>> worldwide forecast service that would allow me to use the data?
>>
>> thanks
>>
>> enrike
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>>
> 
> 


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


Re: [PD] worldwide weather forecast into PD

2008-06-25 Thread altern
Jack(e)k dio:
> 
> Le 25 juin 08 à 10:59, altern a écrit :
> 
>> hi
>>
>> anyone knows of an online worldwide forecast service? I am developing
>> some python scripts with Pyext external that retrieve different type of
>> data from the net into PD.
>>
>> At the moment i have been using yahoo weather, this is quite handy
>> because they have RSS feed that can be easily manipulated from python
>> and returned into PD.
>>
>> Currently i have scripts that tell me the external IP of my computer and
>>   another one that uses the IP to retrieve geolocation data (lat, long,
>> nearby city, country ), using this i think i should be able to ask yahoo
>> for weather data of an specific city and country and from there access
>> the RSS.
>>
>> However I think there are some copyright issues with yahoo weather. I
>> read a notice in the HTML source of yahoo weather saying that this data
>> is not to be used without permission
>> " ...You are prohibited from using or repurposing this data in any way
>> without express written consent from Yahoo! ..."
> It seems to be a sort of blabla from Yahoo.
> I think if you don't make business, there is no problem.
> The only problem i know with yahoo is that they can prohibit your access 
> to their website after several requests during 1 days (with your IP).
> I often 'hacked' the yahoo financial site for an installation using PHP, 
> MySQL and PD. I never had judicial problem. (i was living in france and 
> take data from US yahoo financial website).

ok, so one has to be careful with not overloading them

> You can use also www.accuweather.com. I use this site to make a small 
> install (in real time) with datas using the wind and temperature. I 
> never had problem.
> ++

thanks for the link, i am at the minute testing BBC weather, i can send 
a form witih the name of the city i am interested in and then parse the 
resulting page to get the ID. This works fine, i am now trying to parse 
the XML data. The "only" issue with this is if there are several cities 
with the same name, it offers you several choices, currently i am going 
for the first one.

enrike

> Jack
> 
> 
>>
>> I guess i could pretend i did not see the notice but maybe there is some
>> worldwide forecast service that would allow me to use the data?
>>
>> thanks
>>
>> enrike
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 


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


Re: [PD] worldwide weather forecast into PD

2008-06-25 Thread altern
hi!

ypatios(e)k dio:
> That's a VERY interesting idea... :-D
> Think you could publish some external?

sure, this will require pyext to work.

> As for the copyright issues, why not requesting such a "written consent 
> from Yahoo!" ?
> They may find it a reasonable use. Maybe...

i dont belive so :) specially since it might end up being used by anyone 
from anywhere ...

enrike

> 2008/6/25 altern <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>:
> 
> hi
> 
> anyone knows of an online worldwide forecast service? I am developing
> some python scripts with Pyext external that retrieve different type of
> data from the net into PD.
> 
> At the moment i have been using yahoo weather, this is quite handy
> because they have RSS feed that can be easily manipulated from python
> and returned into PD.
> 
> Currently i have scripts that tell me the external IP of my computer and
>  another one that uses the IP to retrieve geolocation data (lat, long,
> nearby city, country ), using this i think i should be able to ask yahoo
> for weather data of an specific city and country and from there access
> the RSS.
> 
> However I think there are some copyright issues with yahoo weather. I
> read a notice in the HTML source of yahoo weather saying that this data
> is not to be used without permission
> " ...You are prohibited from using or repurposing this data in any way
> without express written consent from Yahoo! ..."
> 
> I guess i could pretend i did not see the notice but maybe there is some
> worldwide forecast service that would allow me to use the data?
> 
> thanks
> 
> enrike
> 
> ___
> Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> -- 
> ypatios


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


[PD] worldwide weather forecast into PD

2008-06-25 Thread altern
hi

anyone knows of an online worldwide forecast service? I am developing 
some python scripts with Pyext external that retrieve different type of 
data from the net into PD.

At the moment i have been using yahoo weather, this is quite handy 
because they have RSS feed that can be easily manipulated from python 
and returned into PD.

Currently i have scripts that tell me the external IP of my computer and 
  another one that uses the IP to retrieve geolocation data (lat, long, 
nearby city, country ), using this i think i should be able to ask yahoo 
for weather data of an specific city and country and from there access 
the RSS.

However I think there are some copyright issues with yahoo weather. I 
read a notice in the HTML source of yahoo weather saying that this data 
is not to be used without permission
" ...You are prohibited from using or repurposing this data in any way 
without express written consent from Yahoo! ..."

I guess i could pretend i did not see the notice but maybe there is some 
worldwide forecast service that would allow me to use the data?

thanks

enrike

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


Re: [PD] pyext thread question

2008-06-20 Thread altern
hi thomas

thanks!! this solved my problem.

enrike

Thomas Grill(e)k dio:
> Hi all,
> there are (at least) two ways to enable detaching. Please find the 
> attached pd patch and pyext script to see how it works.
> 
> 
> 
> 
> 
> 
> 
> 
>>
>>
>> I am still using pyext regularly and could compile it without problems 
>> with python2.4 and pd 39.
>> I just tried now from fresh svn, pd41 and python2.5 but i get this 
>> compilation error:
>> /usr/local/include/flext/flcontainers.h:380: erreur: invalid 
>> static_cast from type «Lifo::Cell*» to type «FifoEl*»
>>>
> 
> 
>>> and actually this pb was already reported
>>> http://lists.puredata.info/pipermail/pd-list/2008-04/060994.html
>>>
> 
> 
> The problem is that the change from CVS to SVN broke the scripts which did 
> the syncing from my local SVN to the PD repository. I think i already fixed 
> this problem, but it might only have been in the CVS.
> 
> Currently I have no time/interest to fix the sync scripts, but i made parts 
> of my SVN available... this should probably be mirrored (using svn:externals 
> properties) to the PD SVN.
> 
> 
> 
> Please try if those versions work better... they are always cutting edge 
> experimental stuff.
> 
> 
> 
> https://svn.g.org/ext/trunk/flext/
> 
> https://svn.g.org/ext/trunk/py/
> 
> my other externals/projects have respective addresses
> 
> 
> 
> 
> 
>> Thomas, is it something that requires a lot of work to mend?
>> Could we find an arrangement so that you could work on it?
>>
> 
> 
> I think the above should solve your problems.
> 
> In general i have great difficulties finding time to work on things that i 
> don't need for my own projects.
> 
> If someone needs something very urgently for artistic work i often can 
> motivate myself to help out, on the other hand, as long as even members of 
> organizations with enormous facilities using my stuff don't feel the 
> obligation to donate a few bucks to my paypal account i'd rather save my time.
> 
> Many thanks to the individuals who have donated their own private money so 
> far.
> 
> 
> 
> gr~~~
> 
> 
> 



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


[PD] pyext thread question

2008-06-19 Thread altern
hi

just working with pyext after long time not using it. Couple of things

First, on PD extended 0.39.3 on linux at least (not sure about the new
pd version) on the docs folder there is a folder manuals/py which only
contains license, readme and an empty folder called scripts. The actual
examples for py are actually located at examples/py
I suggest all could be either in manuals/py or examples/py, in any case
having the empty "script" older is a bit confusing. I thought for a sec
that the docs where just not included with PD extended to later find
them under examples.

Secondly, I am working on a script that needs to be initialised on load
with _detach set to 1. According to the docs I could solve this in PD
passing a message detach 1. This works fine but I need to set this from
Python on initalisation. Again the docs say I should set (class?)
variable _detach = 1. But this does not work for me, it runs as if it
was still set to 0:

class myclass( pyext._class):
_detach=1
_outlets=3
... and so on..


the script example (threading.py) has this documentation on this issue
""" _detach([0/1]): by enabling thread detaching, threads will run in
their own threads
"""
but the pd patch (thread-1.pd) say this takes three valid values (0/1/2)

Finally after some digging in python printing dir(myclass) and
help(myclass) I found that there is a (private?) class function called
_detach that can be used like this
myclassname._detach(self, 1)

using this funtion does not look very good to me (i guess it is
private). On top of this the code is not executed on initialisation, as
i need, but only when the function is called. any ideas on how i can do
this? maybe extending __init__ ? but i am not sure how to do this. I
hope i made myself clear ...

thanks

enrike



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


Re: [PD] extended on asus eeePC?

2008-06-12 Thread altern
potax flan(e)k dio:
> i downloaded Hans' .deb installer but when i run it from the xandros 
> desktop (choosing the option "install debian package" or something like 
> that) i get an error message and it doesnt go far. both synaptic and 
> apt-get give me a non-extended pd to install, which i tried, but i 
> really need extended, as all my patches require it at some point.

which error do you get? paste it into an email please.

> can you apt-get install extended? mayb it's just a matter of adding the 
> right sources?

i dont think so.

enrike

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


Re: [PD] extended on asus eeePC?

2008-06-11 Thread altern
potax flan(e)k dio:
> heya
> just got a shiny new asus eeePC
> i am fairly new to linux, and looking for the easiest most friendly way 
> to install
>  pd-entended (i dont need it to be the latest version, althou that'd be 
> great).
> tips for a linux newbie?

which Linux are you on? if you are on a debian or ubuntu there are .deb 
packages from Hans website
http://at.or.at/hans/pd/installers.html
there are some instructions on how to install packages there as well.

you are likely to get errors telling you that some libs are missing, 
again if you are on a debian or ubuntu system you can use synaptic 
package manager to get those libs, then try again to install the PD package.

this how i would do it, but maybe someone knows an easier way?

enrike

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


Re: [PD] extended on asus eeePC?

2008-06-11 Thread altern
potax flan(e)k dio:
> heya
> just got a shiny new asus eeePC
> i am fairly new to linux, and looking for the easiest most friendly way 
> to install
>  pd-entended (i dont need it to be the latest version, althou that'd be 
> great).
> tips for a linux newbie?
> thanks

sorry i forgot to say that you could just go to synaptic and search for 
pure data and install, this would give you an older version but maybe 
easier to deal with missing dependencies because it will try to solve 
them automatically. Try this first if you dont care about PD version you 
  will be running.

enrike

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


Re: [PD] Pd-0.40.3-extended-rc1 and py external

2008-06-09 Thread altern
ok, thanks hans.

Hans-Christoph Steiner(e)k dio:
> 
> All I can say is that I just included the pyext binary from Thomas' 
> site.  I don't use it at all, so I don't really know how to go about 
> troubleshooting it.
> 
> .hc
> 
> On Jun 6, 2008, at 11:05 AM, altern wrote:
> 
>> hi
>>
>> I am testing a patch that uses py external on windows XP with both pd
>> extended 0.39.3 and 0.40.3 rc1. Because I have python 2.5 installed on
>> my machine and the external is compiled against 2.4 I include in the
>> same folder as the patch the python24.dll and also python's libs, Lib,
>> include and DLLs folders from the python 2.4 distribution.
>>
>> This works fine with PD 0.39, the py external loads ok and my scripts
>> run fine. But same patch in same machine opened with 0.40.3 rc1 does not
>> work. PD says it cannot find python24.dll.
>>
>> I guess it is not looking for it in the folder where the patch is.  Are
>> there changes in search path from version 0.39 to 0.40? Do i need to add
>> it manually or something like that?
>>
>> thanks
>>
>> enrike
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
>  
> 
> 
> "[W]e have invented the technology to eliminate scarcity, but we are 
> deliberately throwing it away to benefit those who profit from 
> scarcity."-John Gilmore
> 
> 
> 


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


Re: [PD] 3gp videos with GEM on windows

2008-06-09 Thread altern
IOhannes m zmoelnig(e)k dio:
 > altern wrote:
 >> Hi
 >>
 >> I am using 3gp video with GEM on windows and linux. Under windows XP
 >> on some machines pix_film does not return the right video length in
 >> frames, it returns 1, testing with same video and patches in another
 >> machine returns the right length. Does this sound like some Windows
 >> issue? maybe some codec that needs to be installed? I need to find a
 >> format for video that works fine crossplatform.
 >
 > is quicktime installed on both machines? which version?
 > (QuickTime is the preferred video decoder library on w32; if it is not
 > available it falls back to DirectShow; the libraries might behave
 > slightly different (though Gem tries hard to make them appear the same)

aha. this sounds like might be the way to investigate. I know i have QT 
installed but not sure about the second machine. I am going to ask. thanks.

 >> i also noticed since i upgraded to latest GEM that the 3pg videos play
 >> its sound after being loaded. This does not seem to be done via PD
 >> (sound is off), the sound plays once after the video is loaded. If the
 >> video being rendered the sounds keeps playing looped but chopped, with
 >> very short periodical interruptions.
 >
 > as you are experiencing changes between versions it is always useful if
 > you can include information about the actual versions you are using (in
 > both cases); compile date _does_ matter!

i know, i know... but i dont have the second machine with me. I also am 
fairly sure we had both same version when I did the tests 0.39-3 
extended with GEM 0.91-cvs compiled Dec 11 2006. Pretty old one...
So I thought this error might be more to do with some codec not being 
installed on the system, or some windows version issue. I am going to 
try to get more info on the second system.

 > anyhow, i thought i had fixed the audio-playback via the quicktime
 > decoder (no Pd involved) in recent builds (the CVS-commit dates to
 > 2008/05/09)

thank you very much!

enrike


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


Re: [PD] 3gp videos with GEM on windows

2008-06-09 Thread altern
Roman Haefeli(e)k dio:
> 
> 
> On Mon, 2008-06-09 at 11:57 +0200, altern wrote:
>> Hi
>>
>> I am using 3gp video with GEM on windows and linux. Under windows XP on 
>> some machines pix_film does not return the right video length in frames, 
>> it returns 1, testing with same video and patches in another machine 
>> returns the right length. Does this sound like some Windows issue? maybe 
>> some codec that needs to be installed? I need to find a format for video 
>> that works fine crossplatform.
> 
> i don't think, that it's the best idea to use a format like 3gp for use
> with Gem. the goals of the 3gp format and working with video in Gem
> usually are quite different: 3gp is meant to be a suitable videoformat
> for small devices with only low resolution and high compression (it uses
> mainly h.263 and h.264 as video codecs), whereas usually with Gem file
> size is less important than for instance a fast codec and easy random
> access to frames. codecs with highly optimized compression usually work
> only when playing forward at single speed because of certain frametypes
> that rely on previous and future frames (interframe compression). i
> think it is best to not use such a codec when used in Gem, but rather an
> intraframe compression based codec, whereas each frame is compressed
> separately. from my experience the quicktime mov format with mjpeg
> (motion jpeg) works quite well and doesn't have too much cpu overhead.
> probably other people have other suggestions. on windows, avi format
> with dv codec might be running well (so you don't need to install
> quicktime). 

thanks for the tips! i dont know much about video compressions so it is 
very useful.

enrike

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


[PD] 3gp videos with GEM on windows

2008-06-09 Thread altern
Hi

I am using 3gp video with GEM on windows and linux. Under windows XP on 
some machines pix_film does not return the right video length in frames, 
it returns 1, testing with same video and patches in another machine 
returns the right length. Does this sound like some Windows issue? maybe 
some codec that needs to be installed? I need to find a format for video 
that works fine crossplatform.

i also noticed since i upgraded to latest GEM that the 3pg videos play 
its sound after being loaded. This does not seem to be done via PD 
(sound is off), the sound plays once after the video is loaded. If the 
video being rendered the sounds keeps playing looped but chopped, with 
very short periodical interruptions.

thanks

enrike

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


[PD] Pd-0.40.3-extended-rc1 and py external

2008-06-06 Thread altern
hi

I am testing a patch that uses py external on windows XP with both pd 
extended 0.39.3 and 0.40.3 rc1. Because I have python 2.5 installed on 
my machine and the external is compiled against 2.4 I include in the 
same folder as the patch the python24.dll and also python's libs, Lib, 
include and DLLs folders from the python 2.4 distribution.

This works fine with PD 0.39, the py external loads ok and my scripts 
run fine. But same patch in same machine opened with 0.40.3 rc1 does not 
work. PD says it cannot find python24.dll.

I guess it is not looking for it in the folder where the patch is.  Are 
there changes in search path from version 0.39 to 0.40? Do i need to add 
it manually or something like that?

thanks

enrike

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


Re: [PD] [PD-announce] Pd-0.40.3-extended-rc1 released

2008-06-04 Thread altern
this is great hans!

Hans-Christoph Steiner(e)k dio:
> For this release, there has been a lot of work in making the GUI and  
> user experience much more fluid and easy. There is a new visual look  
> that was designed to make patches more readable. Additionally, lots  
> of things have been tweaked to make Pd behave more like a normal app.  
> There has already been a lot of testing on these builds, so it is  
> getting quite close to a final version. (Debian/PowerPC is missing  
> now but will come later)
> 
> http://at.or.at/hans/pd/installers.html
> 
> Here is a partial changelog:
> 
> - next visual appearance designed for readability (it can run slower  
> on machines < 1 GHz)
> 
> - default locations for user-installed externals, helpfiles, etc.
>   GNU/Linux:  /usr/share/pd and ~/pd
>   Mac OS X: /Library/Pd and ~/Library/Pd
>   Windows: %ProgramFiles%/Common Files/Pd and %UserProfile%/ 
> Application Data/Pd
> 
> - lots of standard key bindings added:
>   Enter/Return for OK
>   Escape for Cancel
>   Ctrl/Cmd-W closes all windows
>   on Mac OS X, Cmd-` cycles thru open windows
>   on Mac OS X, Cmd-m minimizes windows
>   Ctrl/Cmd-R raises/lowers Pd window
>   Ctrl/Cmd-Shift-R shrinks/grows Pd window
>   Ctrl/Cmd-Shift-L clears Pd window's text console
>   Ctrl/Cmd-B opens the Help Browser
> 
> - you can now use "~" in all paths to mean home folder, and on  
> Windows you can use environment variables, lie %UserProfile% in paths
> 
> - cut/copy/paste now work directly into text boxes on all platforms
> 
> - [declare] and [import] now sorted out for loading, much work needs  
> to be done before there namespace support is complete
> 
> - "File -> Save As" defaults to the Home folder (~/)
> 
> - fixed Cut/Copy/Paste for the Pd window's console
> 
> - included pgp_opengl aka 3dp on GNU/Linux and Mac OS X
> 
> KNOWN BUGS
> 
> - check http://puredata.info/dev/bugtracker before reporting bugs
> 
> - Escape, Enter, and Ctrl/Cmd-W don't close the Path and Startup  
> preferences
> 
> - pdp_opengl is alpha and will definitely crash Pd
> 
> - loading pdp_opengl will crash Pd if X11 is not open before trying  
> to load it
> 
> 
> .hc
> 
>  
> 
> 
> I spent 33 years and four months in active military service and  
> during that period I spent most of my time as a high class muscle man  
> for Big Business, for Wall Street and the bankers.  - General  
> Smedley Butler
> 
> 
> 
> ___
> Pd-announce mailing list
> [EMAIL PROTECTED]
> http://lists.puredata.info/listinfo/pd-announce
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] [PD-announce] Gem-0.91.0 released

2008-06-03 Thread altern
when would this be included in the night builds of Pd extended? or is it 
already there?

enrike

IOhannes m zmoelnig(e)k dio:
> finally i have decided to release Gem-0.91 codename 'tigital'.
> 
> downloads (and release notes) are available via the official homepage 
> http://gem.iem.at and via sourceforge 
> http://sourceforge.net/project/showfiles.php?group_id=64325&package_id=61445&release_id=603766
> 
> 
> happy patching
> 
> mfgas.dr
> IOhannes
> 
> ___
> PD-announce mailing list
> [EMAIL PROTECTED]
> http://lists.puredata.info/listinfo/pd-announce
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] schedule a sequence of events

2008-05-05 Thread altern

thanks! i also added loop to it. see attached

enrike

Claude Heiland-Allen(e)k dio:
This can be done with [pipe] and [list-drip] from list-abs, no externals 
required.  See attached.  Note: this works in "Pd-standard" ms instead 
of s, but the fix is trivial.


Hope this is useful,


Claude

altern wrote:

hi

i needed to schedule a sequence of events, in this case start/stop 
certain parts of a patch over time. I wanted to be able to pass to an 
abstraction a list of time intervals (in secs and with variable 
length) and then get output a series of bangs after each of the 
intervals. I attach the solution I found, not sure if this is clever 
or there is maybe something already done for this? I use drip, coll 
and delay.


It receives a list of times like
2 3 0.5
and outputs the index at the right time. In this case after 2 secs 
outputs num 0, after 3 secs num 1, and after half a sec more outputs 
num 2.


I called it sequence but i bet this name is already taken and it would 
be wise to rename it with another one.


thanks for any feedback or ideas

enrike




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




#N canvas 566 36 318 436 10;
#X obj 51 177 list-drip;
#X obj 51 228 t b f;
#X obj 51 263 f;
#X obj 77 263 + 1;
#X msg 124 200 0;
#X obj 51 153 t a b;
#X obj 51 293 pipe f 0;
#X obj 134 263 f;
#X obj 109 263 +;
#X obj 51 128 l;
#X obj 102 127 length;
#X obj 126 319 select;
#X obj 144 127 - 1;
#X obj 30 385 outlet;
#X obj 128 382 outlet;
#X text -2 365 index;
#X obj 51 62 inlet;
#X obj 184 56 inlet;
#X text 232 58 loop;
#X obj 126 343 spigot;
#X text 89 61 list in secs;
#X obj 178 102 tgl 15 0 empty empty empty 20 7 0 10 -260097 -1 -1 0
1;
#X text 174 382 bangs on done;
#X obj 51 207 * 1000;
#X connect 0 0 23 0;
#X connect 1 0 2 0;
#X connect 1 1 8 0;
#X connect 2 0 3 0;
#X connect 2 0 6 0;
#X connect 3 0 2 1;
#X connect 4 0 2 1;
#X connect 4 0 8 1;
#X connect 5 0 0 0;
#X connect 5 1 4 0;
#X connect 6 0 11 0;
#X connect 6 0 13 0;
#X connect 7 0 8 1;
#X connect 8 0 7 0;
#X connect 8 0 6 1;
#X connect 9 0 5 0;
#X connect 9 0 10 0;
#X connect 10 0 12 0;
#X connect 11 0 19 0;
#X connect 12 0 11 1;
#X connect 16 0 9 0;
#X connect 17 0 21 0;
#X connect 19 0 14 0;
#X connect 19 0 9 0;
#X connect 21 0 19 1;
#X connect 23 0 1 0;
#X coords 0 -1 1 1 95 19 1 100 100;
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] PD/Freeduino workshop in Dakar, Senegal

2008-05-05 Thread altern

> For anecdote, two students from Bamako, Mali, have 
> travelled hundreds kilometers from friday , 8.00 in the 
> morning, to today (sunday) in the afternoon, by local 
> "buses", on destroyed roads, sand and dust, with 42 
> degrees temperature (no cool air system), just to 
> participate to this PD workshop starting tomorrow.
> This contrasts with some french artists from Paris, 
> complaining that our art center in the surburbs, where we 
> organize our workshops, is to far from the center of 
> Paris...( 4 kilometers...)...

nice comparison. we need some kick in the ass here in europe...

enrike

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


[PD] schedule a sequence of events

2008-05-05 Thread altern

hi

i needed to schedule a sequence of events, in this case start/stop 
certain parts of a patch over time. I wanted to be able to pass to an 
abstraction a list of time intervals (in secs and with variable length) 
and then get output a series of bangs after each of the intervals. I 
attach the solution I found, not sure if this is clever or there is 
maybe something already done for this? I use drip, coll and delay.


It receives a list of times like
2 3 0.5
and outputs the index at the right time. In this case after 2 secs 
outputs num 0, after 3 secs num 1, and after half a sec more outputs num 2.


I called it sequence but i bet this name is already taken and it would 
be wise to rename it with another one.


thanks for any feedback or ideas

enrike
#N canvas 328 332 784 519 10;
#X msg 144 366 next;
#X msg 97 201 clear;
#X obj 31 218 drip;
#X obj 31 261 i;
#X obj 58 261 + 1;
#X obj 31 239 t b f;
#X msg 46 193 0;
#X obj 31 326 coll ;
#C restore;
#X obj 58 391 delay;
#X obj 31 282 pack f f;
#X text -2 388 index;
#X text -2 350 time;
#X obj 33 391 f;
#X msg 138 201 stop;
#X obj 31 351 * 1000;
#X obj 14 170 t b l b b;
#X text -35 198 wait;
#X obj 33 451 outlet;
#X obj 14 80 inlet;
#X obj 97 170 t b b;
#X obj 178 102 tgl 15 0 empty empty empty 0 -6 0 10 -262144 -1 -1 1
1;
#X obj 58 414 spigot 0;
#X msg 166 71 1;
#X obj 178 19 inlet;
#X msg 65 38 0.5 1 2 3;
#X obj -35 218 delay 50;
#X connect 0 0 7 0;
#X connect 1 0 7 0;
#X connect 2 0 5 0;
#X connect 3 0 4 0;
#X connect 3 0 9 0;
#X connect 4 0 3 1;
#X connect 5 0 3 0;
#X connect 5 1 9 1;
#X connect 6 0 3 1;
#X connect 7 0 14 0;
#X connect 7 1 12 1;
#X connect 8 0 21 0;
#X connect 9 0 7 0;
#X connect 12 0 17 0;
#X connect 13 0 8 0;
#X connect 14 0 8 0;
#X connect 15 0 25 0;
#X connect 15 1 2 0;
#X connect 15 2 6 0;
#X connect 15 3 22 0;
#X connect 15 3 19 0;
#X connect 18 0 15 0;
#X connect 19 0 1 0;
#X connect 19 1 13 0;
#X connect 20 0 21 1;
#X connect 21 0 12 0;
#X connect 21 0 0 0;
#X connect 22 0 20 0;
#X connect 23 0 20 0;
#X connect 24 0 15 0;
#X connect 25 0 0 0;
#X coords 0 -1 1 1 95 19 1 100 100;
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] audacity and PD problems with Jack

2008-04-14 Thread altern
Frank Barknecht(e)k dio:
> Hallo,
> altern hat gesagt: // altern wrote:
> 
>> Could anyone suggest some basic sound recorder that works with jack? I 
>> just need to record the jack output, no need for multitrack or editing, 
>> just be able to select the sound format, frequency and amplitude maybe.
> 
> Actually even if you don't need all of its features, I would also
> suggest Ardour. Even with all its functionality, it still is a very
> fast and relatively resource-friendly application. It certainly does a
> better job than Audacity in practically every aspect.

i do such small work on audio files! just cut some small parts. but i 
think i should check ardour better...

> Other than that I'd follow Claude's advice and use ecasound, but you'd
> need Ardour or similar anyway to trim your recordings.

ok thanks

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


[PD] audacity and PD problems with Jack

2008-04-13 Thread altern
hi

I am using Audacity to record output of PD via Jack on Ubuntu Studio. I 
am also having supercollider sending audio to PD. Audacity is causing 
some discontinuities in the audio and the recording has gaps every 5-10 
secs. I tried recording with supercollider and i did not get this problem.

Could anyone suggest some basic sound recorder that works with jack? I 
just need to record the jack output, no need for multitrack or editing, 
just be able to select the sound format, frequency and amplitude maybe.

There are some I saw searching with synaptics but I thought maybe 
someone here has some suggestion.

thanks

enrike

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


Re: [PD] Spanish translation of Pd documentation

2008-04-09 Thread altern
I think that www.delcorp.org is Pablo, the current maintainer of PDP and 
programmer of delVJ.


Natanael Olaiz(e)k dio:
> Great!!
> That is what I was looking for: http://delcorp.org/pdmanual_es/ !!!
> Is partially translated, but I can't enter to the CVS URL... do you know 
> who did it?
> 
> Thanks,
> Natanael.
> 
> 
> El 04/09/2008 06:54 PM, Hans-Christoph Steiner escribió:
>> If there is anything missing from this page, please add to it:
>>
>> http://puredata.info/docs
>>
>> .hc
>>
>> On Apr 9, 2008, at 3:13 PM, Jaime Oliver wrote:
>>> Something else that is started, but in it's initial phase is: 
>>> http://wiki.puredata.info/es/Portada
>>> which would definitely benefit from your energy. Check past posts 
>>> about this for reference to what objects have already been translated...
>>>
>>> best,
>>>
>>> J
>>>
>>> On Wed, Apr 9, 2008 at 11:55 AM, altern <[EMAIL PROTECTED] 
>>> <mailto:[EMAIL PROTECTED]>> wrote:
>>>
>>> hi
>>>
>>> there were some tutorials but i am not sure if the docs are
>>> translated.
>>> let me know if you get it done. i know some lazy spanish students
>>> that
>>> would be very happy to see that.
>>>
>>> enrike
>>>
>>>
>>> Natanael Olaiz(e)k dio:
>>> > Hi all!
>>> >
>>> > I write to ask if someone knows if there is a spanish
>>> translation of the
>>> > official Pd documentation.
>>> > If not, I want to start to do it. I asked to Miller and he has no
>>> > problem with that.
>>> >
>>> > And of course, if someone wants to help me is welcome. :)
>>> >
>>> >
>>> > Thanks in advance.
>>> >
>>> > Best regards,
>>> > Natanael Olaiz.
>>> >
>>> > ___
>>> > PD-list@iem.at <mailto:PD-list@iem.at> mailing list
>>> > UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>> >
>>>
>>>
>>> ___
>>> PD-list@iem.at <mailto:PD-list@iem.at> mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>>
>>>
>>> -- 
>>> Jaime E Oliver LR
>>>
>>> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>>> www.realidadvisual.org/jaimeoliver 
>>> <http://www.realidadvisual.org/jaimeoliver>
>>> www-crca.ucsd.edu/ <http://www-crca.ucsd.edu/>
>>> www.realidadvisual.org <http://www.realidadvisual.org>
>>>
>>> 9168 Regents Rd. Apt. G
>>> La Jolla, CA 92037
>>> USA
>>> ___
>>> PD-list@iem.at <mailto:PD-list@iem.at> mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>> 
>>
>> Using ReBirth is like trying to play an 808 with a long stick.   
>>  -David Zicarelli
>>
>>
>> 
>>
>> ___
>> PD-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>>   
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] Spanish translation of Pd documentation

2008-04-09 Thread altern
hi

there were some tutorials but i am not sure if the docs are translated. 
let me know if you get it done. i know some lazy spanish students that 
would be very happy to see that.

enrike


Natanael Olaiz(e)k dio:
> Hi all!
> 
> I write to ask if someone knows if there is a spanish translation of the 
> official Pd documentation.
> If not, I want to start to do it. I asked to Miller and he has no 
> problem with that.
> 
> And of course, if someone wants to help me is welcome. :)
> 
> 
> Thanks in advance.
> 
> Best regards,
> Natanael Olaiz.
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] gemhead render argument

2008-04-05 Thread altern
hi again

another issue i am getting with GEM on linux. When I run a patch that 
uses GEM that uses the webcam while the VGA output of the laptop is 
connected to an external monitor the X crashes ,  like if I press 
CTRL+ALT+Backspace.

I guess it has more to do with the system configuration than with GEM 
but I am not sure...

enrike

IOhannes m zmoelnig(e)k dio:
> altern wrote:
>> hi
> [...]
>> While in windows all is rendered fine, linux does not like it the
>> rectangle was rendered but the webcam image wasnt. The only way to get
>> it to work was to put some render argument of the rectangle like 2. So I
>> decided to set that value to $0 on loadbang, this should give different
>> numbers to each instance of the abstractions. (Note that i dont have a
>> clue if this is bad idea). Both the camera image and the rectagle are
>> included in abstractions.
> 
> i would say that this is generally a rather bad idea. you are 
> deliberately randomizing the render-order.
> 
> why don't you just manually specify the rendering order the way it 
> should be?
> if the rectangle is to be drawn on top of the textured geo, you would 
> want to render it later, thus it should have a higher number than the 
> white rectangle.
> 
>>
>> The result was kind of ok, now linux was more happy with it but still
>> sometimes the webcam image goes off again. This happens for example when
>> I move the gem window or after ~10 to ~20 secs. Also if i open a PD
>> subpatch.
> 
> for me this seems to be a problem with the driver (texture memory).
> which gfx-care do you use? which driver?
> 
>>
>> I guess this must be some problem with having two gemheads but i am not
> 
> i don't think so.
> 
>> sure why this problem is not happening at all under windows, so it looks
>> like a linux issue. Anything i can do to avoid this problem?
> 
> is this the same computer (same hardware) running both w32 and linux?
> which (exact) versions of Gem are you using?
> 
> what do you mean by "the image goes off"? does the geo you render it 
> onto goes black? white? green? invisible?
> 
> does the camera work stable on linux? with Gem? (for long-term?) is 
> anything printed to either the pd-console or the terminal-console? 
> (watch both - a lot of messages in the capture code are not written to 
> the pd-console!)
> 
> fmgasdr.
> IOhannes
> 


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


[PD] gemhead render argument

2008-04-02 Thread altern
hi

i am getting different behaviours with same GEM patch under linux and
windows. The patch is rendering a webcam image with pix_video and then a
basic rectangle with no texture on top of the webcam (using pix_blob to
analyse the camera and move the rectangle around). Each has its own
gemhead and they are separated in different abstractions.

While in windows all is rendered fine, linux does not like it the
rectangle was rendered but the webcam image wasnt. The only way to get
it to work was to put some render argument of the rectangle like 2. So I
decided to set that value to $0 on loadbang, this should give different
numbers to each instance of the abstractions. (Note that i dont have a
clue if this is bad idea). Both the camera image and the rectagle are
included in abstractions.

The result was kind of ok, now linux was more happy with it but still
sometimes the webcam image goes off again. This happens for example when
I move the gem window or after ~10 to ~20 secs. Also if i open a PD
subpatch.

When I switch rendering off on the rectangle's gemhead and then the
webcam goes live again... When I switch on the rectangle it takes some
secs to go off again... If I dont turn on the rectangle the webcam stays
alive.

The webcam gemhead gets set to 1004 and the rectangle to 1005 from the
$0 arg of the abstractions they live in.

I guess this must be some problem with having two gemheads but i am not
sure why this problem is not happening at all under windows, so it looks
like a linux issue. Anything i can do to avoid this problem?

Sorry if the explanation is not very clear...

thanks!

enrike


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


Re: [PD] pd extended on windows with no installer

2008-03-31 Thread altern

> If you can't install the included pd-settings.reg, then you'll have to 
> use a .bat file.  I can't think of any way around that, unfortunately.  
> You could use the pure:dyne LiveCD if those machines let you boot from 
> the CDROM drive.
> 
> Try double-clicking the included pd-settings.reg and see if it let's 
> you.  It should install into the user's preferences, so most machines 
> allow write access to that, even when they are locked down.

ok, i will try this as well. thanks.
I was told there are some windows apps that allow to create standalone
applications from applications which are not standalone like photoshop 
etc...
but i guess this case is different.

thanks!

enrike

> On Mar 31, 2008, at 8:30 AM, altern wrote:
>> hi
>>
>>
>> I am going to teach a short intro to PD at a uni where it is really
>> difficult to get permission to install applications on the computers.
>>
>> is there a way to have pd extended to fully work on a windows machine
>> without running the installer? I need it to load the externals on
>> startup, this is important.
>>
>> I tried copying it from my machine but it does not load the externals i
>> need and i cannot introduce them manually into the startup because i
>> dont have permissions to mess with the registry. I could run PD from a
>> bat file but i dont like this solution, the windows console pops up and
>> experience tells me this is scary for this students.
>>
>> is there any simple solution to this?
>>
>> thanks!
>>
>> enrike
>>
>> ___
>> PD-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
>  
> 
> 
> I spent 33 years and four months in active military service and during 
> that period I spent most of my time as a high class muscle man for Big 
> Business, for Wall Street and the bankers.  - General Smedley Butler
> 
> 
> 


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


Re: [PD] pd extended on windows with no installer

2008-03-31 Thread altern
Roman Haefeli(e)k dio:
> On Mon, 2008-03-31 at 14:30 +0200, altern wrote: 
>>  the windows console pops up and 
>> experience tells me this is scary for this students.
> 
> i think, that especially students should be able to get confronted with
> the scary reality of a popping-up console window ;-)

me too and i would love to force them to use linux on this just so that 
they can see that there are "other worlds" in the galaxy. But I still 
remember their faces last year when I explained how to add numbers and 
multiply with PD, I think they did not remember any more what an 
addition and multiplication was...

enrike

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


[PD] pd extended on windows with no installer

2008-03-31 Thread altern
hi


I am going to teach a short intro to PD at a uni where it is really 
difficult to get permission to install applications on the computers.

is there a way to have pd extended to fully work on a windows machine 
without running the installer? I need it to load the externals on 
startup, this is important.

I tried copying it from my machine but it does not load the externals i 
need and i cannot introduce them manually into the startup because i 
dont have permissions to mess with the registry. I could run PD from a 
bat file but i dont like this solution, the windows console pops up and 
experience tells me this is scary for this students.

is there any simple solution to this?

thanks!

enrike

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


Re: [PD] Sending data from Processing to PD

2008-03-28 Thread altern
hi tocayo ;)

I would use OSC, it is the same and very likely to be easier. The 
processing OSC tutorial is nowadays trivial to use, same goes for OSC in 
PD.

Check the example in the oscIxiExample folder inside this zip
http://www.ixi-audio.net/content/download/tutorials/processing_tutorial.tar

There is a PD example and a Processing example as well. aIf you have any 
question just email again.

good luck

enrike

enrique franco(e)k dio:
> Hi,
> 
> I am trying to receive data (integers, floats, strings) from Processing 
> through TCP or UDP. I am receiving something in PD with netreceive but I 
> don´t know what is the format of the data that PD is receiving. How do I 
> have to send it from Processing and what do I need to do in PD?
> 
> Thanks,
> -- 
> Enrique Franco
> Telefono/Phone: +572 5552334 ext 388
> Webpage: http://richie.idc.ul.ie/~enrique/
> http://www.iua.upf.es/~ffranco/pfm.htm
> 
> 
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


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


Re: [PD] GEM manual : 404 Not Found

2008-03-07 Thread altern
IOhannes m zmölnig(e)k dio:
> altern wrote:
>> hi
>>
>> the GEM manual link at puredata.org and gem.iem.org does not work
> 
> i don't see a link at puredata.org (and i was interested to see 
> http://gem.iem.org, nice site)

it is here under "GEM manual", the fifth link.
http://puredata.info/docs

>>
>> http://gem.iem.at/manual/
> 
> thanks, i have added a dummy page that re-directs to the new location.
> 
> btw, it's not so hard to find if you just remove the offending "manual/" 
> to go to http://gem.iem.at/

http://gem.iem.at this points into a subsection of puredata.info I 
thought first they were two different Plone websites, so i was pretty 
confused because of this, did not now where i was.

thanks now i think it is more clear

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


[PD] GEM manual : 404 Not Found

2008-03-07 Thread altern
hi

the GEM manual link at puredata.org and gem.iem.org does not work

http://gem.iem.at/manual/

enrike

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


Re: [PD] synchronised video outputs

2008-02-25 Thread altern
thanks all for the feedback about this issue. now i have a better 
overview of what I might be dealing with.

enrike

marius schebella(e)k dio:
> I am also working on a project like this (with thomas grill, who solved 
> many problems before I even thought of them...). in principle 
> synchronisation works fine.
> now your may ask why do other people pay so much money for expensive 
> hardware?
> the problem lies in details: first resolution: for some cases you want 
> to go with the highest available resolution 1080p (and in the future 
> even more), and suddenly you will see small appearance of jitter, mostly 
> because quicktime is different inside a quicktime player and outside 
> quicktime, also because in most cases you have to convert color formats.
> then, compensating a drift without losing frames is very tricky.
> from my experience so far, Pd solutions only work up to 720p and only if 
> you use a drift compensating algorithm - sending a bang for every frame 
> over the network always causes jitter (although you may not notice).
> It is no big effort to try a pd version and see if you are happy with it.
> marius.
> 
> altern wrote:
>> hi
>>
>> I need to have several video outputs that run in sync. A friend who 
>> works in a art exhibition space told me there would be couple of 
>> solutions for this but both involve buying pretty expensive equipment 
>> like special DVD players.
>>
>> I thought then that a solution for this issue could be to have several 
>> computers on a local network playing video (with GEM) and synchronise 
>> them via OSC. But I dont have any experience doing such a thing, never 
>> used OSC for anything similar. Also I dont have a clue about how to 
>> synchronise together videos.
>>
>> Has anyone done anything similar? any experiences to share?
>>
>> thanks!
>>
>> enrike
>>
>> ___
>> PD-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
>>
> 
> 


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


Re: [PD] synchronised video outputs

2008-02-25 Thread altern

>> I need to have several video outputs that run in sync. A friend who 
>> works in a art exhibition space told me there would be couple of 
>> solutions for this but both involve buying pretty expensive equipment 
>> like special DVD players.
>>
>> I thought then that a solution for this issue could be to have several 
>> computers on a local network playing video (with GEM) and synchronise 
>> them via OSC. But I dont have any experience doing such a thing, never 
>> used OSC for anything similar. Also I dont have a clue about how to 
>> synchronise together videos.
>>
>> Has anyone done anything similar? any experiences to share?
> 
> yes.
> we used a dual-head machine (actually it was a quad-head, so we had 
> plenty of space for editing...) running a single gemwin covering both 
> screens and 2 [pix_film]s that were controlled by the same counter.
> 
> since Gem allows you frame-accurate access, the 2 videos were in perfect 
> synch.

but we might need up to 6 to 8 video outputs, thats too much for the 
same machine. Thats why I thought about having a machine per video 
output connected to a LAN and synchronised via OSC.

enrike

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


[PD] synchronised video outputs

2008-02-25 Thread altern
hi

I need to have several video outputs that run in sync. A friend who 
works in a art exhibition space told me there would be couple of 
solutions for this but both involve buying pretty expensive equipment 
like special DVD players.

I thought then that a solution for this issue could be to have several 
computers on a local network playing video (with GEM) and synchronise 
them via OSC. But I dont have any experience doing such a thing, never 
used OSC for anything similar. Also I dont have a clue about how to 
synchronise together videos.

Has anyone done anything similar? any experiences to share?

thanks!

enrike

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


Re: [PD] (no subject)

2008-02-08 Thread altern
hi

i guess you are using windows. you need to edit the registry. this has 
been discussed before on the mailing list. couple of links

http://lists.puredata.info/pipermail/pd-list/2006-10/042919.html
http://lists.puredata.info/search/PD-list?query=registry+-nogui&max=20&result=normal&sort=score

enrike

[EMAIL PROTECTED](e)k dio:
> how can i make pd visible again after I configured it in the startup flags
> with -nogui?
> 
> Thank you
> 
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 



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


Re: [PD] [OT] New machine - sound hardware?

2008-02-06 Thread altern
Ed Kelly(e)k dio:
> 
> Hi Enrike
> 
>  > I have a terratec phase X24 and the only problem I have is because of
>  > the firewire controller on my laptop (IBM X32) which seems to be crap (a
>  > Ricoh). So it is not the soundcard. I was told on the freebob list that
>  > I should buy a PCMCIA firewire card to solve this.
> 
> 
> Ooh, my firewire is also a Ricoh! I'll just have to check it and see if 
> it works, but at least I know can find working firewire audio now.

bad luck. just compile everything from latest source and make sure you 
quit all unecessary processes, that should be enough to make it more 
stable. Otherwise buy a firewire PCMCIA card, they are not that expensive.

enrike


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


Re: [PD] [OT] New machine - sound hardware?

2008-02-04 Thread altern
i used "sudo sysv-rc-conf" to disable cron and anacron, as well as some 
other processes


Miller Puckette(e)k dio:
> My trick for getting updatedb turned off is to remove the 'slocate'
> package that it's a part of.  Took me some time to figure that out.
> 
> cheers
> Miller
> 
> On Tue, Feb 05, 2008 at 03:34:32AM +0100, altern wrote:
>> hi patrick
>>
>> I have a terratec phase X24 and the only problem I have is because of 
>> the firewire controller on my laptop (IBM X32) which seems to be crap (a 
>> Ricoh). So it is not the soundcard. I was told on the freebob list that 
>> I should buy a PCMCIA firewire card to solve this. I disabled cron and 
>> anacron (one of them was starting updatedb causing big trouble with 
>> jack) and I stop the wifi card while I use the soundcard. I also 
>> compiled freebob and jack from latest stable source. After all this it 
>> works better, jack still quits but takes couple of hours to happen.
>>
>> Regarding PD I get clicks when switching desktops, I use Fluxbox on 
>> Ubuntu Studio. This does not happen with other software like 
>> Supercollider. I guess I need to play around with PD startup flags. I 
>> havent tested latency with test patch. Thanks for pointing into the 
>> ath_pci issue, I will test to see if this makes any difference.
>>
>> enrike
>>
>> patrick(e)k dio:
>>> 1. Has anyone a working firewire (ieee1394) interface with their laptop
>>>
>>> i have a macbook pro with a presonus firepod (firewire) running linux with 
>>> freebob (ffado is not ready). the latency testing patch in pd gives me 
>>> around 12 ms, but jdelay is 7 ms. the only annoying thing with my setup is 
>>> that i have to rmmod ath_pci to avoid glitches (pretty weird).
>>>
>>> i am waiting for the first release of ffado. maybe it will fix this problem.
>>> pat
>>>
>>> ___
>>> PD-list@iem.at mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>
>> ___
>> PD-list@iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] [OT] New machine - sound hardware?

2008-02-04 Thread altern
hi patrick

I have a terratec phase X24 and the only problem I have is because of 
the firewire controller on my laptop (IBM X32) which seems to be crap (a 
Ricoh). So it is not the soundcard. I was told on the freebob list that 
I should buy a PCMCIA firewire card to solve this. I disabled cron and 
anacron (one of them was starting updatedb causing big trouble with 
jack) and I stop the wifi card while I use the soundcard. I also 
compiled freebob and jack from latest stable source. After all this it 
works better, jack still quits but takes couple of hours to happen.

Regarding PD I get clicks when switching desktops, I use Fluxbox on 
Ubuntu Studio. This does not happen with other software like 
Supercollider. I guess I need to play around with PD startup flags. I 
havent tested latency with test patch. Thanks for pointing into the 
ath_pci issue, I will test to see if this makes any difference.

enrike

patrick(e)k dio:
> 1. Has anyone a working firewire (ieee1394) interface with their laptop
> 
> i have a macbook pro with a presonus firepod (firewire) running linux with 
> freebob (ffado is not ready). the latency testing patch in pd gives me 
> around 12 ms, but jdelay is 7 ms. the only annoying thing with my setup is 
> that i have to rmmod ath_pci to avoid glitches (pretty weird).
> 
> i am waiting for the first release of ffado. maybe it will fix this problem.
> pat
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 


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


Re: [PD] GL: invalid value

2007-12-22 Thread altern
hi

I think I had same problem. try sending
mode 0 message to pix_texture.  maybe quality 0 as well. I found that 
some graphic cards like mode 0 and some others mode 1.

enrike

hard off(e)k dio:
> on ox 10.4 pd extended (hans' installer), i'm trying to texture some
> squares with .jpg files, but [pix_texture] is not letting me use most
> of the jpgs i have.
> 
> the pd console keeps outputting:  GL: invalid value
> 
> some jpegs work though.  does anybody know what's up?
> 
> ___
> PD-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 


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


  1   2   >