[PD] Problems accessing Pdlist Archives

2009-03-16 Thread Alex Lucas
Hello everyone,

Over the last couple of days I haven't been able to access the Pdlist
Archives by following the link on this page
http://lists.puredata.info/listinfo/pd-list. Has anyone else had the same
problem or dose anyone know of an alternative link?

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


Re: [PD] The PdCon09 webpage is UP

2009-03-16 Thread Ed Kelly

AAArgh

Should I send the paper?
Please be gentle with me!

Ed

Lone Shark: Synchromatic: Out December 1st 2008
http://www.pyramidtransmissions.com/store
Also available through the iTunes store


--- On Sun, 15/3/09, Alexandre Porres  wrote:

> From: Alexandre Porres 
> Subject: Re: [PD] The PdCon09 webpage is UP
> To: "marius schebella" , "pd-list" 
> 
> Date: Sunday, 15 March, 2009, 11:39 PM
> oficial deadline is about 3:30h from
> now. midnight UTC-3
> but we are being flexible and comprehensive as a
> lot of people are in trouble...
> thanks for the submitions
> 
> :)
> 
> On Sun, Mar 15, 2009 at 8:23 PM,
> marius schebella 
> wrote:
> 
> and the
> deadline is at midnight?
> 
> marius.
> 
> 
> 
> Alexandre Porres wrote:
> 
> 
> http://convention.puredata.info
> 
> 
> is back on air
> 
> 
> 
> hope you have seen it...
> 
> 
> 
> cheers
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> 
> Pd-list@iem.at
> mailing list
> 
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> 
> 
> 
> 
> -- 
> Alexandre Torres Porres
> cel. (11)8179-6226
> Website: http://porres.googlepages.com/home
> http://www.myspace.com/alexandretorresporres
> 
> 
> 
> 
> 
> -Inline Attachment Follows-
> 
> ___
> 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] Question on SSSAD and scalability

2009-03-16 Thread Frank Barknecht
Hallo,
Mike McGonagle hat gesagt: // Mike McGonagle wrote:

> On Sun, Mar 15, 2009 at 3:32 PM, Frank Barknecht  wrote:
> 
> The context that I was actually thinking was in trying to do "live
> coding". Of all the times that I have been using SSSAD, my biggest
> complaint about it is that I would always need to resave, close, and
> reopen the file. It always seemed that the one instance of an SSSAD
> reference that I was deleting was the FIRST ONE. Of course, doing that
> was sure to make that parameters NOT SAVE, unless I reopened.

A closebang would solve this. It will probably happen less often with local
sssads.
 
> > Now if you really worry about the load of having a lot of
> > [route]-misses when sending message, I'd recommend to use the "local"
> > senders in sssad, that are used when adding a second argument to a
> > [sssad] object: [sssad key $0] will use a bus called [r $0-SSSAD] and
> > [r $0-SSSAD_ADMIN] instead of the global ones.
> 
> My whole point of bringing this up has more to do with how an
> "external" (yes, actual C code) might be able to implement the SSSAD
> protocol. I can think of MANY EXTERNALS that would benefit by doing
> this...
> 
> At the same time, that might make it appear that SSSAD is an accepted
> standard in Pd. And Miller, himself has written on this very topic...
> So, what is the means of storing data... is there one?

Storing data is not in the realm of sssad - again this is by design and comes
from my experience with  RRADical/Memento where the storage was inside the
saving system and tied to [pool].

SSSAD is intended to to just one thing but do that right: Its purpose is to
eavesdrop on the messages that objects send to each other and distribute them
to rsp. modify them from a central place. That's all. What comes after that
central place is up to the end user. It would be easy to make an external that
does the same. sssad is just a wrapper around [list], [route] [send] and
[receive]. One "S" in its name stands for "simple". ;)

> I'm curious, but how many "externals" do you have with RjDj? I can
> only assume that you can't do too much with it, other than the basic
> implementation of Pd.

Hm, I don't understand this question? RjDj is pretty much pure Pd and has
almost no externals at all - which doesn't mean that you can't do much with it:
For audio work Pd is very powerful and no externals are (strictly) necessary. 

Ciao
-- 
Frank

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


Re: [PD] The PdCon09 webpage is down ... am I too late?

2009-03-16 Thread IOhannes m zmoelnig

danomatika wrote:

On Sun, 2009-03-15 at 19:58 +0100, IOhannes m zmölnig wrote:


paper submit page:
http://pdcon09.devolts.org/author/submit.php

paper upload page (once you have submitted it):
http://pdcon09.devolts.org/author/upload.php


Thanks IOhannes, but I'm looking for the performance application ...



you can (or "could", by now) submit performances, installations, 
workshops and papers with the above two links.


fgmasdr
mfasdf.
IOhannes



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


Re: [PD] steep filter?

2009-03-16 Thread Frank Barknecht
Hallo,
Jo?o Pais hat gesagt: // Jo?o Pais wrote:

> yes, I had seen that graphic as well. but trying out the highpass  
> iemfilters with noise, turns out that 10 hip~s work better.

Hehe, I guess that's because you filter noise: It's harder to recognize the
noise that the 10 hip stages added. :)

> I looked in my list of pd-ext objects, but found no elliptic filters. are 
> there any, or any way of getting their coefficients to use with biquad~?

Elliptic filters are rather hard to design, most of the time you will find
Butterworth or Chebyshev designs in our little audio world. 

A biquad~ has only two poles and zeroes, so you would need to cascade several
stages to get a really sharp filter. 

Ciao
-- 
Frank

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


Re: [PD] Unified Library was Re: Call for GSoC mentors! March 9th deadline!

2009-03-16 Thread Frank Barknecht
Hallo,
hard off hat gesagt: // hard off wrote:

> yeah sorry frank, i should have explained more clearly.
> 
> i also think that no GUI is the way to go for functional abstractions.  that
> was the big flaw of the DIY library i did, that the function of the
> abstractions was tied in with the gui component.  i did it that way because
> i didn't want to clutter the namespace with too many abstractions, and the
> thought of one abstraction for function, and then a different one for GUI
> was not appealing at the time.
> 
> but now, i think that is the only way to go.  like, as you said, for
> polyphony.  and then also for the many many cases in which you'd want to
> build your own gui for custom control.

Yeah, basically that was all I wanted to say as well. ;)
 
> i do think you guys have got a really really strong system there with
> rjlib.  but i was just saying that without the gui stuff, it doesn't exactly
> fit into being that 'all purpose building blocks' library that we are
> discussing.

Yes, that's true. rjlib has its focus on audio and control abstractions to be
used on mobile devices with vanilla Pd. Some of this fits into a "all purpose"
library, but a lot of it doesn't. 

Ciao
-- 
Frank

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Derek Holzer
My tendency is to keep everything as simple and low-tech as possible. 
Does video conferencing add anything substantial that IRC doesn't have 
already? Do we want to do interpretive dance for each other in order to 
write a FLOSS manual? Do we really need to look at another room full of 
people sitting behind laptops across the ocean somewhere? Does anybody 
ever actually watch these video streams from meetings like these? I 
could see some sense if there was some sort of presentation aspect, but 
these will be working sessions, i.e. very boring to look at .


D.

--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 15:
"Ask your body"

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


Re: [PD] The PdCon09 webpage is down ... am I too late?

2009-03-16 Thread Jaime Oliver
hi everyone i have been trying for hours to upload the pdf form, but
it doesn't work for me, should I just try to send it by e-mail?

J

On Mon, Mar 16, 2009 at 1:02 AM, IOhannes m zmoelnig  wrote:
> danomatika wrote:
>>
>> On Sun, 2009-03-15 at 19:58 +0100, IOhannes m zmölnig wrote:
>>
>>> paper submit page:
>>> http://pdcon09.devolts.org/author/submit.php
>>>
>>> paper upload page (once you have submitted it):
>>> http://pdcon09.devolts.org/author/upload.php
>>
>> Thanks IOhannes, but I'm looking for the performance application ...
>>
>
> you can (or "could", by now) submit performances, installations, workshops
> and papers with the above two links.
>
> fgmasdr
> mfasdf.
> IOhannes
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>



-- 
Jaime E Oliver LR

joliv...@ucsd.edu
www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/
www.realidadvisual.org

858 202 1522
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Georg Holzmann

Derek Holzer schrieb:
My tendency is to keep everything as simple and low-tech as possible. 
Does video conferencing add anything substantial that IRC doesn't have 
already? Do we want to do interpretive dance for each other in order to 
write a FLOSS manual? Do we really need to look at another room full of 
people sitting behind laptops across the ocean somewhere? Does anybody 
ever actually watch these video streams from meetings like these? I 
could see some sense if there was some sort of presentation aspect, but 
these will be working sessions, i.e. very boring to look at .


You are right.
And if one really wants to speak/see each other, one can use ekiga, 
skype or whatever ...


LG
Georg

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


Re: [PD] Problems accessing Pdlist Archives

2009-03-16 Thread Derek Holzer

Hi Alex,

I had the same problem yesterday. There are three alternates listed at:

http://puredata.info/community/lists

Gmane, Mail Archive and Markmail. One of those should work for you.

best!
Derek

Alex Lucas wrote:

Hello everyone,

Over the last couple of days I haven't been able to access the Pdlist 
Archives by following the link on this page 
http://lists.puredata.info/listinfo/pd-list. Has anyone else had the 
same problem or dose anyone know of an alternative link?



--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 173:
"Voice your suspicions"

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


Re: [PD] Problems accessing Pdlist Archives

2009-03-16 Thread Alex Lucas
Hi Derek,

Thanks for your help, I really like markmail!

Thanks,
Alex

2009/3/16 Derek Holzer 

> Hi Alex,
>
> I had the same problem yesterday. There are three alternates listed at:
>
> http://puredata.info/community/lists
>
> Gmane, Mail Archive and Markmail. One of those should work for you.
>
> best!
> Derek
>
>
> Alex Lucas wrote:
>
>> Hello everyone,
>>
>> Over the last couple of days I haven't been able to access the Pdlist
>> Archives by following the link on this page
>> http://lists.puredata.info/listinfo/pd-list. Has anyone else had the same
>> problem or dose anyone know of an alternative link?
>>
>
>
> --
> ::: derek holzer ::: http://blog.myspace.com/macumbista :::
> http://www.vimeo.com/macumbista :::
> ---Oblique Strategy # 173:
> "Voice your suspicions"
>
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Mathieu Bouchard

On Mon, 16 Mar 2009, Derek Holzer wrote:

My tendency is to keep everything as simple and low-tech as possible. 
Does video conferencing add anything substantial that IRC doesn't have 
already?


Seeing faces might be unconsciously motivational.

But it might not work so well for any ugly faces.

I could see some sense if there was some sort of presentation aspect, 
but these will be working sessions, i.e. very boring to look at .


This is an excellent occasion to distinguish yourself by your clothes...

Or learn the italian body-language to spice up your content.

 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] steep filter?

2009-03-16 Thread João Pais

yes, I had seen that graphic as well. but trying out the highpass
iemfilters with noise, turns out that 10 hip~s work better.


Hehe, I guess that's because you filter noise: It's harder to recognize  
the

noise that the 10 hip stages added. :)


that's true. I started then using other signals with varying complexity,  
and the output was better. btw, I was testing the signal only by looking  
at it, through a spectral analysis.



I looked in my list of pd-ext objects, but found no elliptic filters.  
are

there any, or any way of getting their coefficients to use with biquad~?


Elliptic filters are rather hard to design, most of the time you will  
find

Butterworth or Chebyshev designs in our little audio world.

A biquad~ has only two poles and zeroes, so you would need to cascade  
several

stages to get a really sharp filter.


yep, I only found those. I'll try cascading other types of filters as  
well. I thought there would be a magic filter somewhere that would do any  
operation imaginable by men.


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


Re: [PD] change samplerate locally

2009-03-16 Thread Charles Henry
On Sun, Mar 15, 2009 at 2:44 AM, hard off  wrote:
> to re-create the sound of a dx7 i need to change samplerate from my default
> (44.1khz) to 28khz.
> globally changing pd's samplerate to 28khz has the intended effect, but i
> want to be able to run other patches at 44.1khz while running my dx7 at
> 28khz.

One thing that occurs to me is that the quality of the reconstructed
sound has more to do with the interpolator rather than the sample
rate.

The actual output is an analog signal which is obtained by
interpolating samples.  Most audio systems use linear interpolation,
which has characteristic spectral characteristics.  A low-end or
possibly obsolete system may use sample-and-hold rather than
interpolation.

Probably, there's a high-frequency "sizzle" that you want to emulate
here.  To get that full sound (an analog signal), there's a freq
domain transformation that should work.

It comes from the linear interpolator.  It actually leaves some sound
in the range from 14kHz to 22.05kHz.  To reproduce the effect, you
would fold over frequencies from 5.95kHz to 14 kHz into 14kHz to
22.05kHz.  Then you would apply the spectrum of the interpolator,
which will reduce but not eliminate the high frequencies.

I haven't worked it all out.  That's as far as I got this weekend.

Chuck


>
> i naively tried adding this construct to the output, but the sound is
> completely wrong:
> (if it doesn't show, the phasor~ is connected to the right inlet of the
> [samplehold~])
>
> [inlet~]       [phasor~ 28000]
> |  |
> [samplehold~]
> |
> [outlet~]
>
> i thought about it for a bit, and i understand why that doesn't work, but i
> can't think of another solution.
>
> is there some way i can 'mimic' 28khz samplerate while running pd at 44.1?
> or even better, is there some way to locally set the samplerate for a
> patch?  i tried messing round with [block~] but i can't make it do what i
> need.
>
> also, i need to mimic a 12bit DAC~ too.
>
>
>
> ___
> 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] Mouse Control...

2009-03-16 Thread Simon Ball
Hi there

I'm having trouble realising an idea. I've got the software running (mac
book pro) and managed to play with some of the examples, however I am new to
PD, so bare with me!

I'm trying to generate a composition of images that float in 3D space. I
want the images or layers to move and rotate towards areas of a screen where
movement is detected. I don't need to track specific points of motion,
simply to judge where movement is taking place. I think this will involve
reading frames and analysing changes in pixels. Does that make sense?

I plan to use a mini DV camera to run this, on a high contrast background,
although I've seen a similar method of recording movement with a webcam and
processing, which worked pretty well. (
http://vimeo.com/1948430?pg=embed&sec= - tracks changes in pixels, although
I'm not sure how).

I assume that this will involve some sort of trigonometry to move images
towards points where motion is detected, although I'm not sure how to apply
this in PD. Also, how to I generate a floating effect, much like 'easing'
does in animation software. And can this work with 3D, mapped images in PD?

I hope thats clear, if a little broad, let me know you need any further
info.

Thanks in advance for any suggestions/solutions.

Simon

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Hans-Christoph Steiner


On Mar 16, 2009, at 8:54 AM, Georg Holzmann wrote:


Derek Holzer schrieb:
My tendency is to keep everything as simple and low-tech as  
possible. Does video conferencing add anything substantial that IRC  
doesn't have already? Do we want to do interpretive dance for each  
other in order to write a FLOSS manual? Do we really need to look  
at another room full of people sitting behind laptops across the  
ocean somewhere? Does anybody ever actually watch these video  
streams from meetings like these? I could see some sense if there  
was some sort of presentation aspect, but these will be working  
sessions, i.e. very boring to look at .


You are right.
And if one really wants to speak/see each other, one can use ekiga,  
skype or whatever ...


I find IRC meetings to be very unproductive.  Everyone is usually too  
busy multitasking to get anything done in the meeting.  I think that  
the high bandwidth of voice and seeing the person holds your attention  
longer, so there is less multitasking and more focused discussion.   
That said, if the audio connection is bad, then it gets worse than  
IRC.  IRC is good for asking pointed questions back and forth, better  
than audio/video chat.


I think we should have IRC running, but also it would be great to have  
video chat with projectors, speakers, and a decent mic setup.  Marius  
and I ran the streaming for a class at Brooklyn Poly.  One student was  
joining in from Canada.  When it was set up and running well, it  
actually worked quite well.  This means spending a little time setting  
up the speakers and mics, and a projector is good too instead of a  
screen.  Since this will be happening over three days, it makes sense  
to spend some time on setup.  ITP can provide all of the equipment on  
the NYC end.


.hc





LG
Georg

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






Man has survived hitherto because he was too ignorant to know how to  
realize his wishes.  Now that he can realize them, he must either  
change them, or perish.-William Carlos Williams




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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread marius schebella
2009/3/16 Hans-Christoph Steiner :
> I think we should have IRC running, but also it would be great to have video
> chat with projectors, speakers, and a decent mic setup.  Marius and I ran
> the streaming for a class at Brooklyn Poly.  One student was joining in from
> Canada.  When it was set up and running well, it actually worked quite well.

we used iChat for these sessions, and usually there were 3 streams
involved. if more than one person is involved on one side, you really
have to put some focus on the audio aspect, like using microphones
that can be passed around.
I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours. is tehre already a plan for the schedule?
marius.

>  This means spending a little time setting up the speakers and mics, and a
> projector is good too instead of a screen.  Since this will be happening
> over three days, it makes sense to spend some time on setup.  ITP can
> provide all of the equipment on the NYC end.
>
> .hc
>
>
>>
>>
>> LG
>> Georg
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>
>
>
> 
>
> Man has survived hitherto because he was too ignorant to know how to realize
> his wishes.  Now that he can realize them, he must either change them, or
> perish.    -William Carlos Williams
>
>
>
> ___
> 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] steep filter?

2009-03-16 Thread volker böhm


On 16 Mar 2009, at 09:25, Frank Barknecht wrote:


Jo?o Pais hat gesagt: // Jo?o Pais wrote:


I looked in my list of pd-ext objects, but found no elliptic  
filters. are
there any, or any way of getting their coefficients to use with  
biquad~?




Elliptic filters are rather hard to design, most of the time you  
will find

Butterworth or Chebyshev designs in our little audio world.



hey, joão
you still haven't made friends with fft? ;)
i've just finished a max external that does chebyshev filtering with  
a variable number of poles and adjustable % of ripple in the  
passband. repackaging this into a pd external wouldn't be too hard.
if you are interested in trying this out, drop me a mail and i'll see  
when i can get it done.

volker.


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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread dmotd
i am really unsure what you are talking about.. a meeting is what it is, and 
the medium will never dictate what you are talking about and the intensity 
with which it is conducted.. perhaps face to face contact is good for 
watching the iris quiver and building a psychological profile based on that 
particular interaction, but really the amount of focus and dedication that 
anyone gives to a subject is dependent on variables that are quite out of 
control to other participants.

in terms of multi-tasking... i am usually engaged on a number of things in any 
given time period.. what at least is consistent about IRC is that i can chose 
to focus on any given problem without having to make myself publically 
withdrawn from the discussion, and in such a circumstance i have a log to 
refer to what i have missed.. 

which leads me to my final point.. i have a log.. which everyone does, without 
transcription, without poor pronunciation and bad language getting in the 
way.. easy to archive and so on.. 

i have no real interest in the topic, but i have been a particpant in 
enough 'online meetings' to know that video conferencing is a complete waste 
of time, beyond the initial distraction of connectivity issues.. 

if people have something valid to say and real-time is the only productive 
forum then IRC works and works well, otherwise voice probably makes up for 
where text lacks, but only in small groups.. video is just an unnecessary and 
unproductive formality.. 

meetings are never as productive as the facilitato

On Monday 16 March 2009 22:53:56 Hans-Christoph Steiner wrote:
> I find IRC meetings to be very unproductive.  Everyone is usually too
> busy multitasking to get anything done in the meeting.  I think that
> the high bandwidth of voice and seeing the person holds your attention
> longer, so there is less multitasking and more focused discussion.
> That said, if the audio connection is bad, then it gets worse than
> IRC.  IRC is good for asking pointed questions back and forth, better
> than audio/video chat.
>
> I think we should have IRC running, but also it would be great to have
> video chat with projectors, speakers, and a decent mic setup.  Marius
> and I ran the streaming for a class at Brooklyn Poly.  One student was
> joining in from Canada.  When it was set up and running well, it
> actually worked quite well.  This means spending a little time setting
> up the speakers and mics, and a projector is good too instead of a
> screen.  Since this will be happening over three days, it makes sense
> to spend some time on setup.  ITP can provide all of the equipment on
> the NYC end.
>
> .hc
>
> > LG
> > Georg
> >
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
>
> ---
>-
>
> Man has survived hitherto because he was too ignorant to know how to
> realize his wishes.  Now that he can realize them, he must either
> change them, or perish.-William Carlos Williams
>
>
>
> ___
> 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] Midi in with arduino

2009-03-16 Thread brandt
Does anybody know how to wire a midi in on to the arduino.

any help appreciate
markus


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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Georg Holzmann

Hallo!


I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !

LG
Georg


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


Re: [PD] (Form Trouble) The PdCon09 webpage is down ... am I too late?

2009-03-16 Thread Alexandre Porres
> Message-ID: <49be0795.2050...@iem.at>
> Content-Type: text/plain; charset="iso-8859-15"; Format="flowed"
>
> danomatika wrote:
> > On Sun, 2009-03-15 at 19:58 +0100, IOhannes m zm?lnig wrote:
> >
> >> paper submit page:
> >> http://pdcon09.devolts.org/author/submit.php
> >>
> >> paper upload page (once you have submitted it):
> >> http://pdcon09.devolts.org/author/upload.php
> >
> > Thanks IOhannes, but I'm looking for the performance application ...
> >
>
> you can (or "could", by now) submit performances, installations,
> workshops and papers with the above two links.
>
> fgmasdr
> mfasdf.
> IOhannes
>
> -- next part --
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/x-pkcs7-signature
> Size: 3636 bytes
> Desc: S/MIME Cryptographic Signature
> URL: <
> http://lists.puredata.info/pipermail/pd-list/attachments/20090316/2f7c9b40/attachment-0001.bin
> >
>
> --
>
> Message: 3
> Date: Mon, 16 Mar 2009 09:25:28 +0100
> From: Frank Barknecht 
> Subject: Re: [PD] steep filter?
> To: pd-list@iem.at
> Message-ID: <20090316082528.gb15...@footils.org>
> Content-Type: text/plain; charset=us-ascii
>
> Hallo,
> Jo?o Pais hat gesagt: // Jo?o Pais wrote:
>
> > yes, I had seen that graphic as well. but trying out the highpass
> > iemfilters with noise, turns out that 10 hip~s work better.
>
> Hehe, I guess that's because you filter noise: It's harder to recognize the
> noise that the 10 hip stages added. :)
>
> > I looked in my list of pd-ext objects, but found no elliptic filters. are
> > there any, or any way of getting their coefficients to use with biquad~?
>
> Elliptic filters are rather hard to design, most of the time you will find
> Butterworth or Chebyshev designs in our little audio world.
>
> A biquad~ has only two poles and zeroes, so you would need to cascade
> several
> stages to get a really sharp filter.
>
> Ciao
> --
> Frank
>
>
>
> --
>
> Message: 4
> Date: Mon, 16 Mar 2009 09:30:59 +0100
> From: Frank Barknecht 
> Subject: Re: [PD] Unified Library was Re: Call for GSoC mentors! March
>9th deadline!
> To: PD List 
> Message-ID: <20090316083059.gc15...@footils.org>
> Content-Type: text/plain; charset=us-ascii
>
> Hallo,
> hard off hat gesagt: // hard off wrote:
>
> > yeah sorry frank, i should have explained more clearly.
> >
> > i also think that no GUI is the way to go for functional abstractions.
>  that
> > was the big flaw of the DIY library i did, that the function of the
> > abstractions was tied in with the gui component.  i did it that way
> because
> > i didn't want to clutter the namespace with too many abstractions, and
> the
> > thought of one abstraction for function, and then a different one for GUI
> > was not appealing at the time.
> >
> > but now, i think that is the only way to go.  like, as you said, for
> > polyphony.  and then also for the many many cases in which you'd want to
> > build your own gui for custom control.
>
> Yeah, basically that was all I wanted to say as well. ;)
>
> > i do think you guys have got a really really strong system there with
> > rjlib.  but i was just saying that without the gui stuff, it doesn't
> exactly
> > fit into being that 'all purpose building blocks' library that we are
> > discussing.
>
> Yes, that's true. rjlib has its focus on audio and control abstractions to
> be
> used on mobile devices with vanilla Pd. Some of this fits into a "all
> purpose"
> library, but a lot of it doesn't.
>
> Ciao
> --
> Frank
>
>
>
> --
>
> Message: 5
> Date: Mon, 16 Mar 2009 09:41:32 +0100
> From: Derek Holzer 
> Subject: Re: [PD] Pd book sprint in NYC/Berlin
> Cc: PD List 
> Message-ID: <49be10bc.4010...@umatic.nl>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> My tendency is to keep everything as simple and low-tech as possible.
> Does video conferencing add anything substantial that IRC doesn't have
> already? Do we want to do interpretive dance for each other in order to
> write a FLOSS manual? Do we really need to look at another room full of
> people sitting behind laptops across the ocean somewhere? Does anybody
> ever actually watch these video streams from meetings like these? I
> could see some sense if there was some sort of presentation aspect, bu

Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Derek Holzer
Glad there is some interest! It's looking like it will be 4, 5, 6 
April (Saturday-Monday). I will post again when all is confirmed.


best!
Derek

Georg Holzmann wrote:

Hallo!


I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !

LG
Georg


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




--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 138:
"Retrace your steps"

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


Re: [PD] Mouse Control...

2009-03-16 Thread dmotd
hi simon and welcome to the pd community.. 

it's a decent question and you will no doubt get a number of different 
responses.. 

depending on your system you have a few options: gem, pdp or gridflow, which 
all cover the imaging section of your question. gem however is probably the 
most appropriate as it covers both the 3D and the interactive part in one. 
gem allows you to interact with image, video and GL primitives in a 3D 
space.. it also covers input and depending on how you require live imagary to 
be captured you have varying levels of control, for example there is 
[pix_blob], which describes the average mass (gravity) of movement in terms 
of X+Y (which sounds like what you're after), there is [pix_hit] which allows 
you to describe parts of the image grid which trigger when the input passes 
through, or there is [pix_dump] which outputs the incoming pixel grid as a 
list which you can process with your own math. 

as for your camera, it should be supported by gem, but DV support can be a bit 
sketchy on some platforms.. 

gem is part of the pd-extended build which runs on many systems.. 

this is a fairly broad answer to a broad question, i hope it helps..

dmotd


On Monday 16 March 2009 22:53:18 Simon Ball wrote:
> Hi there
>
> I'm having trouble realising an idea. I've got the software running (mac
> book pro) and managed to play with some of the examples, however I am new
> to PD, so bare with me!
>
> I'm trying to generate a composition of images that float in 3D space. I
> want the images or layers to move and rotate towards areas of a screen
> where movement is detected. I don't need to track specific points of
> motion, simply to judge where movement is taking place. I think this will
> involve reading frames and analysing changes in pixels. Does that make
> sense?
>
> I plan to use a mini DV camera to run this, on a high contrast background,
> although I've seen a similar method of recording movement with a webcam and
> processing, which worked pretty well. (
> http://vimeo.com/1948430?pg=embed&sec= - tracks changes in pixels, although
> I'm not sure how).
>
> I assume that this will involve some sort of trigonometry to move images
> towards points where motion is detected, although I'm not sure how to apply
> this in PD. Also, how to I generate a floating effect, much like 'easing'
> does in animation software. And can this work with 3D, mapped images in PD?
>
> I hope thats clear, if a little broad, let me know you need any further
> info.
>
> Thanks in advance for any suggestions/solutions.
>
> Simon
>
> Simon Ball



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


Re: [PD] change samplerate locally

2009-03-16 Thread hard off
>>One thing that occurs to me is that the quality of the reconstructed
sound has more to do with the interpolator rather than the sample
rate.<<

i have a feeling that because the synth has non-bandlimited oscillators,
that the sample rate itself is pretty important, or more importantly, the
aliasing effect it has is very important.  i think that that reason why
28khz is sounding 'better' than 44.1 is because of more high frequencies
folding back over and thickening the sound up in the low end.

i could be totally wrong, but that's what it sounds like.

44.1khz is 'thin and wimpy', but at 28khz it's a thicker, fuller sound.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Mouse Control...

2009-03-16 Thread dmotd
oh and don't forget that this mailing list is archived, and this is actually a 
query that comes up once every few months.. you could probably answer all of 
your own questions with a few well targeted search terms.. 

http://puredata.info/community/lists/

On Tuesday 17 March 2009 00:05:39 dmotd wrote:
> hi simon and welcome to the pd community..
>
> it's a decent question and you will no doubt get a number of different
> responses..
>
> depending on your system you have a few options: gem, pdp or gridflow,
> which all cover the imaging section of your question. gem however is
> probably the most appropriate as it covers both the 3D and the interactive
> part in one. gem allows you to interact with image, video and GL primitives
> in a 3D space.. it also covers input and depending on how you require live
> imagary to be captured you have varying levels of control, for example
> there is [pix_blob], which describes the average mass (gravity) of movement
> in terms of X+Y (which sounds like what you're after), there is [pix_hit]
> which allows you to describe parts of the image grid which trigger when the
> input passes through, or there is [pix_dump] which outputs the incoming
> pixel grid as a list which you can process with your own math.
>
> as for your camera, it should be supported by gem, but DV support can be a
> bit sketchy on some platforms..
>
> gem is part of the pd-extended build which runs on many systems..
>
> this is a fairly broad answer to a broad question, i hope it helps..
>
> dmotd
>
> On Monday 16 March 2009 22:53:18 Simon Ball wrote:
> > Hi there
> >
> > I'm having trouble realising an idea. I've got the software running (mac
> > book pro) and managed to play with some of the examples, however I am new
> > to PD, so bare with me!
> >
> > I'm trying to generate a composition of images that float in 3D space. I
> > want the images or layers to move and rotate towards areas of a screen
> > where movement is detected. I don't need to track specific points of
> > motion, simply to judge where movement is taking place. I think this will
> > involve reading frames and analysing changes in pixels. Does that make
> > sense?
> >
> > I plan to use a mini DV camera to run this, on a high contrast
> > background, although I've seen a similar method of recording movement
> > with a webcam and processing, which worked pretty well. (
> > http://vimeo.com/1948430?pg=embed&sec= - tracks changes in pixels,
> > although I'm not sure how).
> >
> > I assume that this will involve some sort of trigonometry to move images
> > towards points where motion is detected, although I'm not sure how to
> > apply this in PD. Also, how to I generate a floating effect, much like
> > 'easing' does in animation software. And can this work with 3D, mapped
> > images in PD?
> >
> > I hope thats clear, if a little broad, let me know you need any further
> > info.
> >
> > Thanks in advance for any suggestions/solutions.
> >
> > Simon
> >
> > Simon Ball
>
> ___
> 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 book sprint in NYC/Berlin

2009-03-16 Thread Mathieu Bouchard

On Mon, 16 Mar 2009, dmotd wrote:

i am really unsure what you are talking about.. a meeting is what it is, 
and the medium will never dictate what you are talking about and the 
intensity with which it is conducted.. perhaps face to face contact is 
good for watching the iris quiver and building a psychological profile 
based on that particular interaction,


It also goes the other way around. The knowledge of being watched leads 
people to act very differently:


  http://www.youtube.com/watch?v=6KV9vOQiBTQ

(a 1994 classic... but very undermarketed)

 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] change samplerate locally

2009-03-16 Thread hard off
so if those aliasing effects are going to help, then maybe a big step will
be to ADD aliasing.  there are a couple of suggestions here:

http://www.music.columbia.edu/pipermail/music-dsp/2002-March/047953.html

and here:

http://www.music.columbia.edu/pipermail/music-dsp/2002-March/047966.html

i'll give them a go tomorrow.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] The PdCon09 webpage is UP

2009-03-16 Thread cristiano figueiró
Hi Ed, yes you still can upload the paper to your submission.

Cheers
Cristiano

On Mon, Mar 16, 2009 at 4:31 AM, Ed Kelly  wrote:

>
> AAArgh
>
> Should I send the paper?
> Please be gentle with me!
>
> Ed
>
> Lone Shark: Synchromatic: Out December 1st 2008
> http://www.pyramidtransmissions.com/store
> Also available through the iTunes store
>
>
> --- On Sun, 15/3/09, Alexandre Porres  wrote:
>
> > From: Alexandre Porres 
> > Subject: Re: [PD] The PdCon09 webpage is UP
> > To: "marius schebella" , "pd-list" <
> pd-list@iem.at>
> > Date: Sunday, 15 March, 2009, 11:39 PM
> > oficial deadline is about 3:30h from
> > now. midnight UTC-3
> > but we are being flexible and comprehensive as a
> > lot of people are in trouble...
> > thanks for the submitions
> >
> > :)
> >
> > On Sun, Mar 15, 2009 at 8:23 PM,
> > marius schebella 
> > wrote:
> >
> > and the
> > deadline is at midnight?
> >
> > marius.
> >
> >
> >
> > Alexandre Porres wrote:
> >
> >
> > http://convention.puredata.info
> >
> >
> > is back on air
> >
> >
> >
> > hope you have seen it...
> >
> >
> >
> > cheers
> >
> >
> >
> >
> >
> > 
> >
> >
> >
> > ___
> >
> > Pd-list@iem.at
> > mailing list
> >
> > UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> >
> >
> >
> >
> >
> >
> >
> > --
> > Alexandre Torres Porres
> > cel. (11)8179-6226
> > Website: http://porres.googlepages.com/home
> > http://www.myspace.com/alexandretorresporres
> >
> >
> >
> >
> >
> > -Inline Attachment Follows-
> >
> > ___
> > 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] Midi in with arduino

2009-03-16 Thread martin.peach

> Does anybody know how to wire a midi in on to the arduino.
> 

See the attached schematic. The Rx pin is whichever digital input on the 
Arduino you are using. The two MIDI wires are pins 4 and 5 of a DIN-5 
connector. You must not connect the ground (shield or pin 2) from the MIDI 
cable. R2 and D1 are there to let you see the data as it arrives by flashing 
the LED, so they're not essential.

Martin

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


Re: [PD] change samplerate locally

2009-03-16 Thread hard off
i had a minor breakthrough.

upsampling my signal path, by using [block~ 64 1 2] has the same effect on
the sound as lowering pd's global sample rate to 22050.

not perfect, and to me it defies logic, but certainly a lot closer to the
28khz sound than the 44.1khz sound was getting.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] self-modifying and dynamic patching

2009-03-16 Thread Nicholas Mariette
I have an old patch called nm-grainer that used an earlier version of  
nqpoly to do granular synthesis using a self modifying patch to do  
variable polyphony.


http://soundsorange.net/cmsimple/index.php?projects:nm-grainer_granular_synthesis_patch_for_Pd
http://puredata.info/Members/nmariette/nm-grainer-description/?searchterm=nm-grainer

Nick


On Mar 11, 2009, at 6:55 PM, Derek Holzer wrote:

Would like to show some examples of dynamic and self-modifying Pd  
patches during a workshop here in Berlin. I know there are some in  
the archives (and maybe on people's HDs) somewhere, but damned if I  
can find them. Links to previkous posts or new examples welcome!


best!
Derek

--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: http://www.vimeo.com/macumbista 
 :::

---Oblique Strategy # 163:
"Turn it upside down"

___
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] change samplerate locally

2009-03-16 Thread Amos Robinson
Hmm. I thought the DX7 was ~57khz, anyway:
http://www.maths.abdn.ac.uk/~bensondj/html/Chowning.html

On Tue, Mar 17, 2009 at 2:35 AM, hard off  wrote:
> i had a minor breakthrough.
>
> upsampling my signal path, by using [block~ 64 1 2] has the same effect on
> the sound as lowering pd's global sample rate to 22050.
>
> not perfect, and to me it defies logic, but certainly a lot closer to the
> 28khz sound than the 44.1khz sound was getting.
>
>
>
> ___
> 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] steep filter?

2009-03-16 Thread João Pais
I looked in my list of pd-ext objects, but found no elliptic filters.  
are
there any, or any way of getting their coefficients to use with  
biquad~?




Elliptic filters are rather hard to design, most of the time you will  
find

Butterworth or Chebyshev designs in our little audio world.



hey, joão
you still haven't made friends with fft? ;)
i've just finished a max external that does chebyshev filtering with a  
variable number of poles and adjustable % of ripple in the passband.  
repackaging this into a pd external wouldn't be too hard.
if you are interested in trying this out, drop me a mail and i'll see  
when i can get it done.

volker.


ah ah, that's true. actually I didn't need anything so far that *had* to  
be done with fft, so I never learned it properly (just unproperly a couple  
of times, like yours, in which I didn't exercise afterwards).


of course I would be interested in the filter, as well as the rest of the  
community should be. don't make any rush because of me, because it can  
happen that after a while I don't need it anymore (in case you're too busy  
with something else). but if you want to join your code to pd-ext,  
everyone will be happy. (and windows compatible, please)


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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread João Pais
I'll be back in Berlin on the 25th. I'm usually flexible - i.e. I must  
work, but not on a fixed schedule.


what's actually the theme of the work to be done? I saw no link so far. a  
book on pd, what could that be? printing the tutorials and appending them  
together?





I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !

LG
Georg


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




--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
jmmmp...@googlemail.com | skype: jmmmpjmmmp

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Hans-Christoph Steiner


Marshall McLuhan would strongly disagree with you, as do I.  The  
medium with which you communicate has a very strong impact on the  
conversation.  That does not mean that it is the only influence.   
There are many things that lead to a bad meeting, and from my  
experience of having many meetings in person, on IRC, on IM, on  
phones, on voice chat, on video chat, and many different mixes above,  
I am a strong believer in high-bandwidth communication like voice.


.hc

On Mar 16, 2009, at 1:29 PM, dmotd wrote:

i am really unsure what you are talking about.. a meeting is what it  
is, and
the medium will never dictate what you are talking about and the  
intensity

with which it is conducted.. perhaps face to face contact is good for
watching the iris quiver and building a psychological profile based  
on that
particular interaction, but really the amount of focus and  
dedication that
anyone gives to a subject is dependent on variables that are quite  
out of

control to other participants.

in terms of multi-tasking... i am usually engaged on a number of  
things in any
given time period.. what at least is consistent about IRC is that i  
can chose

to focus on any given problem without having to make myself publically
withdrawn from the discussion, and in such a circumstance i have a  
log to

refer to what i have missed..

which leads me to my final point.. i have a log.. which everyone  
does, without
transcription, without poor pronunciation and bad language getting  
in the

way.. easy to archive and so on..

i have no real interest in the topic, but i have been a particpant in
enough 'online meetings' to know that video conferencing is a  
complete waste

of time, beyond the initial distraction of connectivity issues..

if people have something valid to say and real-time is the only  
productive
forum then IRC works and works well, otherwise voice probably makes  
up for
where text lacks, but only in small groups.. video is just an  
unnecessary and

unproductive formality..

meetings are never as productive as the facilitato

On Monday 16 March 2009 22:53:56 Hans-Christoph Steiner wrote:

I find IRC meetings to be very unproductive.  Everyone is usually too
busy multitasking to get anything done in the meeting.  I think that
the high bandwidth of voice and seeing the person holds your  
attention

longer, so there is less multitasking and more focused discussion.
That said, if the audio connection is bad, then it gets worse than
IRC.  IRC is good for asking pointed questions back and forth, better
than audio/video chat.

I think we should have IRC running, but also it would be great to  
have

video chat with projectors, speakers, and a decent mic setup.  Marius
and I ran the streaming for a class at Brooklyn Poly.  One student  
was

joining in from Canada.  When it was set up and running well, it
actually worked quite well.  This means spending a little time  
setting

up the speakers and mics, and a projector is good too instead of a
screen.  Since this will be happening over three days, it makes sense
to spend some time on setup.  ITP can provide all of the equipment on
the NYC end.

.hc


LG
Georg

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


---
-

Man has survived hitherto because he was too ignorant to know how to
realize his wishes.  Now that he can realize them, he must either
change them, or perish.-William Carlos Williams



___
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







kill your television



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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Hans-Christoph Steiner


On Mar 16, 2009, at 1:53 PM, Georg Holzmann wrote:


Hallo!


I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !


What time are people thinking of starting in Berlin?  I am trying to  
organize the space in NYC.  Will this be a morning thing there?  If  
so, that's easier for NYC time to sync up with.  But that's not  
essential.


.hc



If nature has made any one thing less susceptible than all others of  
exclusive property, it is the action of the thinking power called an  
idea, which an individual may exclusively possess as long as he keeps  
it to himself; but the moment it is divulged, it forces itself into  
the possession of everyone, and the receiver cannot dispossess himself  
of it.- Thomas Jefferson




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


[PD] C::NTR::L - AV+physical computing processing

2009-03-16 Thread Marco Donnarumma
Hi all,
i'm really glad to share with the list my latest project, cause without the
help of everybody here i wouldn't be able to speak about it now..  ;)
C::NTR::L is a "software", naturally Pd-based, for audiovisual live
performances exploiting physical computing. It transforms a standard musical
instrument in an augmented tool to control real-time audio-video processing,
without the need of any external device (damned expensive) or MIDI. You play
your score and to each note is connected an audio, video or audiovisual fx,
and you can connect whatever you want with whatever you desire. It's Pd!

C::NTR::L is Cross-Platform for Mac, Linux and Windows (so far i've been
able to keep the same patch working on all platform, too lucky...)
By now it has been succesfully tested with electric bass guitar, guitar,
piano (only two octaves working right now), accordion and trumpet.
I conceived this project almost three years ago (when i was just starting to
get aware of the existence of Pd). I was playing the bass guitar trying to
control videos with resolume :( and sound with AudioMulch. wow.. i cannot
figure out how!
anyway, since my competences and passion for Pd grew up, i decided to make
the whole project become a software for public use and to do it exclusively
focusing on Pd.
Today this is the result (I C::ntr::l Nature, my audiovisual performance for
electric bass guitar and butterfly):

http://vimeo.com/2225345

I sent out a call for beta-testers on the most used audiovisual-related
forums (Pd forum too), i fixed most of the bugs and someone is planning to
do things with my lil creature.
  Now I'm planning the public release of version 1.2 Beta in the end of this
month (if i won't be eated by my everyday job).

I'm writing to the list not only to let you know the news, but specially
because i would like to know if there is anybody out there who has time and
will to help me in the cleaning and further development of the code.
Being a webdesigner, usability and accessiblity are my first aims.
I've many ideas and many suggestions collected in my to-do list, but being
alone, the development would be really slow, maybe even pointless.
I would be glad to answer to all questions, technical, conceptual and
more... and to explain more in depth how C::NTR::L is working.
I know everybody is quite busy, infact i would be really glad also of some
little help with some taks.

I'm also developing a new interface trying to make C::NTR::L user-friendly
for real. But this is another issue that i also would like to discuss about
with the list.
My idea, maybe pretty ingenuos, is to create a software for audiovisual
performances so easy to use also for no-Pd'rs, that one would download Pd
(and starting to familiarize with it) because of the interest towards
C::NTR::L, or any other user-friendly software - unfortunately i don't see
many around.
For sure it wouldn't happen with millions of people, but maybe it could help
in the spreading of Pd, and OS multimedia creation.

further link (still have to update some contents, butthe most is
there)

www.thesaddj.com/cntrl
www.thesaddj.com/icontrolnature

sorry for the very very long e-mail.
best




-- 
Marco Donnarumma aka The !S.A.D!



Multimedia Artist, Live Performer
Roma, IT

LAB: http://www.thesaddj.com | http://www.flxer.net

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Derek Holzer

Hi João,

sorry not to be clearer... in between Pd workshop last week and week 
long "tour" in London this week.


Here is the existing Pd FLOSS Manual:

http://en.flossmanuals.net/puredata

And I will post more info about chapters which need work soon. You can 
check archives of Pd list for previous discussion of Pd FLOSS in the 
meantime, and make yourself a login at flossmanuals.net and have a 
"behind the scenes" look beforehand, but when I'm back from London on 
25th I'll be able to explain better. Would be great to have you on board!


best,
Derek

João Pais wrote:
I'll be back in Berlin on the 25th. I'm usually flexible - i.e. I must 
work, but not on a fixed schedule.


what's actually the theme of the work to be done? I saw no link so far. 
a book on pd, what could that be? printing the tutorials and appending 
them together?





I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !

LG
Georg


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






--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 44:
"Discard an axiom"

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread Derek Holzer

I charge double for mornings ;-)

Honestly, I don't expect anything to ever happen in Berlin before noon, 
anywhere.


Why is morning here easier to sync up with there? I don't get it 
Should be afternoons/evenings would be easier to get during NY daytime...


D.

Hans-Christoph Steiner wrote:


On Mar 16, 2009, at 1:53 PM, Georg Holzmann wrote:


Hallo!


I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !


What time are people thinking of starting in Berlin?  I am trying to 
organize the space in NYC.  Will this be a morning thing there?  If so, 
that's easier for NYC time to sync up with.  But that's not essential.



--
::: derek holzer ::: http://blog.myspace.com/macumbista ::: 
http://www.vimeo.com/macumbista :::

---Oblique Strategy # 69:
"Feed the recording back out of the medium"

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


Re: [PD] C::NTR::L - AV+physical computing processing

2009-03-16 Thread Phil Stone
This is very impressive, Marco. What grabs me immediately is that you 
are demo'ing with bass (nice Steiny or Hohner, btw) - lower-frequency 
instruments are particularly difficult for pitch-detection.  What is the 
latency?  It's hard to tell from the video, but it looks pretty 
responsive.  How accurate?


I've been waiting a long time to plug my bass into my Pd stuff.  I will 
be happy to test anything, and also to help with the code cleanup, if it 
lies within my area of competence.


Nice work!


Phil Stone
www.pkstonemusic.com


Marco Donnarumma wrote:

Hi all,
i'm really glad to share with the list my latest project, cause 
without the help of everybody here i wouldn't be able to speak about 
it now..  ;)
C::NTR::L is a "software", naturally Pd-based, for audiovisual live 
performances exploiting physical computing. It transforms a standard 
musical instrument in an augmented tool to control real-time 
audio-video processing, without the need of any external device 
(damned expensive) or MIDI. You play your score and to each note is 
connected an audio, video or audiovisual fx, and you can connect 
whatever you want with whatever you desire. It's Pd!


C::NTR::L is Cross-Platform for Mac, Linux and Windows (so far i've 
been able to keep the same patch working on all platform, too lucky...)
By now it has been succesfully tested with electric bass guitar, 
guitar, piano (only two octaves working right now), accordion and trumpet.
I conceived this project almost three years ago (when i was just 
starting to get aware of the existence of Pd). I was playing the bass 
guitar trying to control videos with resolume :( and sound with 
AudioMulch. wow.. i cannot figure out how!
anyway, since my competences and passion for Pd grew up, i decided to 
make the whole project become a software for public use and to do it 
exclusively focusing on Pd.
Today this is the result (I C::ntr::l Nature, my audiovisual 
performance for electric bass guitar and butterfly):


http://vimeo.com/2225345

I sent out a call for beta-testers on the most used 
audiovisual-related forums (Pd forum too), i fixed most of the bugs 
and someone is planning to do things with my lil creature.
  Now I'm planning the public release of version 1.2 Beta in the end 
of this month (if i won't be eated by my everyday job).


I'm writing to the list not only to let you know the news, but 
specially because i would like to know if there is anybody out there 
who has time and will to help me in the cleaning and further 
development of the code.

Being a webdesigner, usability and accessiblity are my first aims.
I've many ideas and many suggestions collected in my to-do list, but 
being alone, the development would be really slow, maybe even pointless.
I would be glad to answer to all questions, technical, conceptual and 
more... and to explain more in depth how C::NTR::L is working.
I know everybody is quite busy, infact i would be really glad also of 
some little help with some taks.


I'm also developing a new interface trying to make C::NTR::L 
user-friendly for real. But this is another issue that i also would 
like to discuss about with the list.
My idea, maybe pretty ingenuos, is to create a software for 
audiovisual performances so easy to use also for no-Pd'rs, that one 
would download Pd (and starting to familiarize with it) because of the 
interest towards C::NTR::L, or any other user-friendly software - 
unfortunately i don't see many around.
For sure it wouldn't happen with millions of people, but maybe it 
could help in the spreading of Pd, and OS multimedia creation.


further link (still have to update some contents, butthe most is 
there)


www.thesaddj.com/cntrl 
www.thesaddj.com/icontrolnature 

sorry for the very very long e-mail.
best




--
Marco Donnarumma aka The !S.A.D!



Multimedia Artist, Live Performer
Roma, IT

LAB: http://www.thesaddj.com | http://www.flxer.net

EVENT: http://www.liveperformersmeeting.net


___
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] www.pd-tutorial.com

2009-03-16 Thread Johannes Kreidler

hi list,

I am pleased to announce that the big pd tutorial I wrote in the last 
years with the help of a grant by the Music University of Freiburg / 
Germany, is now online, in english and in german.


It is also available as a book (paperback) at Wolke Publishing House, 
where the "bang" book was released.


At the moment, Amazon says that it's not available, which is strange 
because it's definitely released, but at least it can be purchased at 
the Publishing House itself.


http://www.pd-tutorial.com

http://www.wolke-verlag.de/musik_u_t/loadbang.html

http://www.buecher-zur-musik.de/assets/s2dmain.html?http://www.buecher-zur-musik.de/53108697370a2cb3f/5310869bc400a7a02.html

http://www.amazon.de/Loadbang-Programming-Electronic-Music-Pure/dp/3936000573/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1235853524&sr=8-3

Cheers
Johannes

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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread João Pais
Is this a one time thing, or might happen more times? I would say that at  
least voice connection would be productive. I haven't that much experience  
with video conferencing, but a medium where people can react at the same  
time they can think would be important. (although after too much time,  
even the fingers are faster than some heads)


How about voice connection for general talk + an irc chat for small, fast  
questions? We can also send a group foto with skype, so that everyone  
feels the warmth.



Marshall McLuhan would strongly disagree with you, as do I.  The medium  
with which you communicate has a very strong impact on the  
conversation.  That does not mean that it is the only influence.  There  
are many things that lead to a bad meeting, and from my experience of  
having many meetings in person, on IRC, on IM, on phones, on voice chat,  
on video chat, and many different mixes above, I am a strong believer in  
high-bandwidth communication like voice.


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


Re: [PD] Pd book sprint in NYC/Berlin

2009-03-16 Thread João Pais
Ah, of course, I haven't seen that for a while. Ok, after I'm back on the  
25th as well, I should remain for a while there. Although there is still  
Märzmusik happening at that time.


sorry not to be clearer... in between Pd workshop last week and week  
long "tour" in London this week.


Here is the existing Pd FLOSS Manual:

http://en.flossmanuals.net/puredata

And I will post more info about chapters which need work soon. You can  
check archives of Pd list for previous discussion of Pd FLOSS in the  
meantime, and make yourself a login at flossmanuals.net and have a  
"behind the scenes" look beforehand, but when I'm back from London on  
25th I'll be able to explain better. Would be great to have you on board!


best,
Derek

João Pais wrote:
I'll be back in Berlin on the 25th. I'm usually flexible - i.e. I must  
work, but not on a fixed schedule.
 what's actually the theme of the work to be done? I saw no link so  
far. a book on pd, what could that be? printing the tutorials and  
appending them together?



I will be in Berlin from mar27 to mar30, and I would also like to
contribute to the book sprint, but it is difficult for me during
week/business hours.


Yes, this weekend would be also nice for me ;) !

LG
Georg


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








--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
jmmmp...@googlemail.com | skype: jmmmpjmmmp

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


Re: [PD] Mouse Control...

2009-03-16 Thread Hans-Christoph Steiner


Video tracking is tricky, but the basics are not too hard.  In the Pd- 
extended Help Browser, check out these patches:


manuals -> 2.Image -> 17.tracking.pd
examples -> Gem -> 04.video -> 03.movement_detection.pd

I am guessing the first is the one you want, its based on background  
subtractions, which is a widely used technique.


.hc

On Mar 16, 2009, at 12:53 PM, Simon Ball wrote:


Hi there

I'm having trouble realising an idea. I've got the software running  
(mac book pro) and managed to play with some of the examples,  
however I am new to PD, so bare with me!


I'm trying to generate a composition of images that float in 3D  
space. I want the images or layers to move and rotate towards areas  
of a screen where movement is detected. I don't need to track  
specific points of motion, simply to judge where movement is taking  
place. I think this will involve reading frames and analysing  
changes in pixels. Does that make sense?


I plan to use a mini DV camera to run this, on a high contrast  
background, although I've seen a similar method of recording  
movement with a webcam and processing, which worked pretty well. (http://vimeo.com/1948430?pg=embed&sec= 
 - tracks changes in pixels, although I'm not sure how).


I assume that this will involve some sort of trigonometry to move  
images towards points where motion is detected, although I'm not  
sure how to apply this in PD. Also, how to I generate a floating  
effect, much like 'easing' does in animation software. And can this  
work with 3D, mapped images in PD?


I hope thats clear, if a little broad, let me know you need any  
further info.


Thanks in advance for any suggestions/solutions.

Simon

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







All mankind is of one author, and is one volume; when one man dies,  
one chapter is not torn out of the book, but translated into a better  
language; and every chapter must be so translated -John Donne



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


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Jonathan Wilkes

This looks very nice!  I especially like the illustrations like the 
dac->speaker in 3.1.1.1.1.

What version of pd is this?  I don't recognize some of the object names in the 
list-of-all-objects jpg in chapter 2, like "active" and "allow."

-Jonathan

--- On Mon, 3/16/09, Johannes Kreidler  wrote:

> From: Johannes Kreidler 
> Subject: [PD] www.pd-tutorial.com
> To: pd-list@iem.at
> Date: Monday, March 16, 2009, 8:12 PM
> hi list,
> 
> I am pleased to announce that the big pd tutorial I wrote
> in the last years with the help of a grant by the Music
> University of Freiburg / Germany, is now online, in english
> and in german.
> 
> It is also available as a book (paperback) at Wolke
> Publishing House, where the "bang" book was
> released.
> 
> At the moment, Amazon says that it's not available,
> which is strange because it's definitely released, but
> at least it can be purchased at the Publishing House itself.
> 
> http://www.pd-tutorial.com
> 
> http://www.wolke-verlag.de/musik_u_t/loadbang.html
> 
> http://www.buecher-zur-musik.de/assets/s2dmain.html?http://www.buecher-zur-musik.de/53108697370a2cb3f/5310869bc400a7a02.html
> 
> http://www.amazon.de/Loadbang-Programming-Electronic-Music-Pure/dp/3936000573/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1235853524&sr=8-3
> 
> Cheers
> Johannes
> 
> ___
> 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] www.pd-tutorial.com

2009-03-16 Thread Frank Barknecht
Hallo,
Jonathan Wilkes hat gesagt: // Jonathan Wilkes wrote:

> 
> This looks very nice!  I especially like the illustrations like the 
> dac->speaker in 3.1.1.1.1.
> 
> What version of pd is this?  I don't recognize some of the object names in 
> the list-of-all-objects jpg in chapter 2, like "active" and "allow."

[allow] is in maxlib, [active] is in cyclone. The screenshot probably shows a
modified intro.txt, that doesn't separate between internals and externals
(which makes patching for pd-vanilla a bit harder)

Ciao
-- 
Frank

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


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Mathieu Bouchard

On Mon, 16 Mar 2009, Johannes Kreidler wrote:

I am pleased to announce that the big pd tutorial I wrote in the last 
years with the help of a grant by the Music University of Freiburg / 
Germany, is now online, in english and in german.


Wow. But, are there plans for a French translation? If there were one by 
the time I teach the next pd workshop, then I would make it required 
reading... and if I end up not teaching, I'd get other teachers to make it 
required reading... if they wouldn't already do that. Really, I think that 
plenty of people in my city could enjoy that book, and would enjoy it more 
if it were in French.


 _ _ __ ___ _  _ _ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Andy Farnell
On Mon, 16 Mar 2009 20:12:21 +0100
Johannes Kreidler  wrote:

> hi list,
> 
> I am pleased to announce that the big pd tutorial I wrote in the last 
> years with the help of a grant by the Music University of Freiburg / 
> Germany, is now online, in english and in german.

Congrats on finishing it Johannes.
This looks very nice. Some people ask if my book 
focuses on sound design, and Millers book focuses on
DSP theory, why is there not a book dedicated to
composition in Pd? Well now there is. (and Todd Winkler
"Composing Interactive Music" but that is quite
a 'conceptual' level and uses the non-free Max)

> 
> At the moment, Amazon says that it's not available, which is strange 
> because it's definitely released, but at least it can be purchased at 
> the Publishing House itself.


I had the opposite problem, Amazon were listing mine as available
and taking orders AFAIK, but it isn't actually available there
(because it would cost too much).

With so many good things happening on the docs front nobody
can say Max has better documentation any longer, Pd has a
great choice covering a range of applications and abilities.


-- 
Use the source

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


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Johannes Kreidler

On Mon, 16 Mar 2009, Johannes Kreidler wrote:

I am pleased to announce that the big pd tutorial I wrote in the last 
years with the help of a grant by the Music University of Freiburg / 
Germany, is now online, in english and in german.



Wow. But, are there plans for a French translation? If there were one by 
the time I teach the next pd workshop, then I would make it required 
reading... and if I end up not teaching, I'd get other teachers to make 
it required reading... if they wouldn't already do that. Really, I think 
that plenty of people in my city could enjoy that book, and would enjoy 
it more if it were in French.


No, there are no plans, but of course it would be great if anyone could 
do that.


Joh.


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


[PD] pidip compilation problem

2009-03-16 Thread marc widmer

hi list

i have to compile pidip from source (on ubuntu studio 8.04) because i 
have a project where i depend on some changed files.


after a year of not touching the library (never change running system) i 
had to move everything to another system and therefore need to recompile 
pidip. first i tried to use my old pidip sources, after running into 
troubles with (quicktime and lqt) which i could solve. compilation 
stopped when pdp_capture should be compiled:


pdp_capture.c: In function ‘XMyClientWindow’:
pdp_capture.c:129: warning: implicit declaration of function 
‘XWindowByProperty’

pdp_capture.c: In function ‘XMyGetWindowImage’:
pdp_capture.c:335: warning: implicit declaration of function ‘XDestroyImage’
pdp_capture.c:339: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:340: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:398: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:399: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:440: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:453: warning: implicit declaration of function ‘XGetPixel’
pdp_capture.c:455: warning: implicit declaration of function 
‘ScaleShortToQuantum’

pdp_capture.c: In function ‘pdp_capture_do_capture’:
pdp_capture.c:591: error: ‘XTextProperty’ undeclared (first use in this 
function)

pdp_capture.c:591: error: (Each undeclared identifier is reported only once
pdp_capture.c:591: error: for each function it appears in.)
pdp_capture.c:591: error: expected ‘;’ before ‘window_name’
pdp_capture.c:603: error: ‘XError’ undeclared (first use in this function)
pdp_capture.c:684: warning: implicit declaration of function ‘XGetWMName’
pdp_capture.c:684: error: ‘window_name’ undeclared (first use in this 
function)

pdp_capture.c: In function ‘pdp_capture_sendpacket’:
pdp_capture.c:819: warning: passing argument 2 of 
‘pdp_packet_pass_if_valid’ from incompatible pointer type

make[1]: *** [pdp_capture.o] Error 1

after this i tried to compile from svn, again i had to outcomment 
libquicktime issues (though there was already a condition included in 
the modules source, whicht was somehow ignored)



add the end again i ended up with problems compiling pdp_capture
make[1]: *** No rule to make target `...@pdp_capture_object@', needed by 
`all_modules'. Stop.
make[1]: Leaving directory 
`/home/metafor/Desktop/puredata-externals/externals/pidip/modules'

make: *** [pdp_pidip_all] Error 2

i guess because old and new pidip are not compiling i miss something 
with a library (is it this libquicktiem problem?), but as configure went 
fine, i am not sure which one is missing/or wrong version, has anybody 
run into these troubles as well? what am i doing wrong?


well, any help is apreciated.

cheers
marc


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


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Miller Puckette
Wow, that's incredibly readable and useful - bravo!

Miller
On Mon, Mar 16, 2009 at 08:12:21PM +0100, Johannes Kreidler wrote:
> hi list,
> 
> I am pleased to announce that the big pd tutorial I wrote in the last 
> years with the help of a grant by the Music University of Freiburg / 
> Germany, is now online, in english and in german.
> 
> It is also available as a book (paperback) at Wolke Publishing House, 
> where the "bang" book was released.
> 
> At the moment, Amazon says that it's not available, which is strange 
> because it's definitely released, but at least it can be purchased at 
> the Publishing House itself.
> 
> http://www.pd-tutorial.com
> 
> http://www.wolke-verlag.de/musik_u_t/loadbang.html
> 
> http://www.buecher-zur-musik.de/assets/s2dmain.html?http://www.buecher-zur-musik.de/53108697370a2cb3f/5310869bc400a7a02.html
> 
> http://www.amazon.de/Loadbang-Programming-Electronic-Music-Pure/dp/3936000573/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1235853524&sr=8-3
> 
> Cheers
> Johannes
> 
> ___
> 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] www.pd-tutorial.com

2009-03-16 Thread marius schebella

this is awesome!! wow. thanks for this huge effort!
marius.

Johannes Kreidler wrote:

hi list,

I am pleased to announce that the big pd tutorial I wrote in the last 
years with the help of a grant by the Music University of Freiburg / 
Germany, is now online, in english and in german.


It is also available as a book (paperback) at Wolke Publishing House, 
where the "bang" book was released.


At the moment, Amazon says that it's not available, which is strange 
because it's definitely released, but at least it can be purchased at 
the Publishing House itself.


http://www.pd-tutorial.com

http://www.wolke-verlag.de/musik_u_t/loadbang.html

http://www.buecher-zur-musik.de/assets/s2dmain.html?http://www.buecher-zur-musik.de/53108697370a2cb3f/5310869bc400a7a02.html 



http://www.amazon.de/Loadbang-Programming-Electronic-Music-Pure/dp/3936000573/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1235853524&sr=8-3 



Cheers
Johannes

___
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] www.pd-tutorial.com

2009-03-16 Thread Roberto Mallo García

El 16/03/2009, a las 20.42, pd-list-requ...@iem.at escribió:


Message: 4
Date: Mon, 16 Mar 2009 20:12:21 +0100
From: Johannes Kreidler 
Subject: [PD] www.pd-tutorial.com
To: pd-list@iem.at
Message-ID: <49bea495.8060...@gmx.de>
Content-Type: text/plain; charset=us-ascii; format=flowed

hi list,

I am pleased to announce that the big pd tutorial I wrote in the last
years with the help of a grant by the Music University of Freiburg /
Germany, is now online, in english and in german.



Thank you very much for this material, very useful for a beginner  
like me!!


Congratulations Johannes!

Regards,

Roberto

--
joseghast.org
taumaturgia.com





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


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Andy Farnell

Just finished scanning all the material, it's a goldmine
of pd musical knowledge. Totally excellent!!!

a.

On Mon, 16 Mar 2009 20:12:21 +0100
Johannes Kreidler  wrote:

> hi list,
> 
> I am pleased to announce that the big pd tutorial I wrote in the last 
> years with the help of a grant by the Music University of Freiburg / 
> Germany, is now online, in english and in german.
> 
> It is also available as a book (paperback) at Wolke Publishing House, 
> where the "bang" book was released.
> 
> At the moment, Amazon says that it's not available, which is strange 
> because it's definitely released, but at least it can be purchased at 
> the Publishing House itself.
> 
> http://www.pd-tutorial.com
> 
> http://www.wolke-verlag.de/musik_u_t/loadbang.html
> 
> http://www.buecher-zur-musik.de/assets/s2dmain.html?http://www.buecher-zur-musik.de/53108697370a2cb3f/5310869bc400a7a02.html
> 
> http://www.amazon.de/Loadbang-Programming-Electronic-Music-Pure/dp/3936000573/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1235853524&sr=8-3
> 
> Cheers
> Johannes
> 
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list


-- 
Use the source

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


Re: [PD] Unified Library was Re: Call for GSoC mentors! March 9th deadline!

2009-03-16 Thread danomatika
yeah sorry frank, i should have explained more clearly.

i also think that no GUI is the way to go for functional
abstractions.  that
was the big flaw of the DIY library i did, that the function of
the
abstractions was tied in with the gui component.  i did it that
way because
i didn't want to clutter the namespace with too many
abstractions, and the
thought of one abstraction for function, and then a different
one for GUI
was not appealing at the time.

but now, i think that is the only way to go.  like, as you said,
for
polyphony.  and then also for the many many cases in which you'd
want to
build your own gui for custom control.

i do think you guys have got a really really strong system there
with
rjlib.  but i was just saying that without the gui stuff, it
doesn't exactly
fit into being that 'all purpose building blocks' library that
we are
discussing.


This is where the pd-mtl convention makes so much sense ...

Core functionality is made into patches with an underscore at the end of
the name and the regular name is just
a gui wrapper around it.  I've started using the approach in the
rc-patches and, as Frank said before, it makes
building larger gui objects much simpler.  The right inlet takes all the
control whenever possible using name messages.

So rc-chorus~_ is a regular object and rc-chorus~ is a gui wrapper with
SSSAD.  So if you want SSSAD you use the gui.

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


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread dmotd
this looks likely to be a brilliant reference, very balanced language, not too 
patronising and not too convoluted. it presents a number of complex methods 
in a straight forward manner, but with enough depth to really build upon.

many congratulations johannes and please pass on my praise to your translator 
mark barden, who has also done an excellent job.

dmotd


On Tuesday 17 March 2009 05:12:21 Johannes Kreidler wrote:
> hi list,
>
> I am pleased to announce that the big pd tutorial I wrote in the last
> years with the help of a grant by the Music University of Freiburg /
> Germany, is now online, in english and in german.
>
> It is also available as a book (paperback) at Wolke Publishing House,
> where the "bang" book was released.
>
> At the moment, Amazon says that it's not available, which is strange
> because it's definitely released, but at least it can be purchased at
> the Publishing House itself.
>
> http://www.pd-tutorial.com
>
> http://www.wolke-verlag.de/musik_u_t/loadbang.html
>
> http://www.buecher-zur-musik.de/assets/s2dmain.html?http://www.buecher-zur-
>musik.de/53108697370a2cb3f/5310869bc400a7a02.html
>
> http://www.amazon.de/Loadbang-Programming-Electronic-Music-Pure/dp/39360005
>73/ref=sr_1_3?ie=UTF8&s=books-intl-de&qid=1235853524&sr=8-3
>
> Cheers
> Johannes
>
> ___
> 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] pidip compilation problem

2009-03-16 Thread ydego...@gmail.com

ola,

what was you configure command ?

./configure --help
 --enable-capturecapture optional object ( only works with 
Image Magick <= 6.0.7 )


this became optional ...
in a way deprecated...
it would not work  with most recent  Image Magick..

xiaoo,
sevy


marc widmer wrote:

hi list

i have to compile pidip from source (on ubuntu studio 8.04) because i 
have a project where i depend on some changed files.


after a year of not touching the library (never change running system) 
i had to move everything to another system and therefore need to 
recompile pidip. first i tried to use my old pidip sources, after 
running into troubles with (quicktime and lqt) which i could solve. 
compilation stopped when pdp_capture should be compiled:


pdp_capture.c: In function ‘XMyClientWindow’:
pdp_capture.c:129: warning: implicit declaration of function 
‘XWindowByProperty’

pdp_capture.c: In function ‘XMyGetWindowImage’:
pdp_capture.c:335: warning: implicit declaration of function 
‘XDestroyImage’

pdp_capture.c:339: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:340: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:398: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:399: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:440: error: ‘Visual’ has no member named ‘klass’
pdp_capture.c:453: warning: implicit declaration of function ‘XGetPixel’
pdp_capture.c:455: warning: implicit declaration of function 
‘ScaleShortToQuantum’

pdp_capture.c: In function ‘pdp_capture_do_capture’:
pdp_capture.c:591: error: ‘XTextProperty’ undeclared (first use in 
this function)
pdp_capture.c:591: error: (Each undeclared identifier is reported only 
once

pdp_capture.c:591: error: for each function it appears in.)
pdp_capture.c:591: error: expected ‘;’ before ‘window_name’
pdp_capture.c:603: error: ‘XError’ undeclared (first use in this 
function)

pdp_capture.c:684: warning: implicit declaration of function ‘XGetWMName’
pdp_capture.c:684: error: ‘window_name’ undeclared (first use in this 
function)

pdp_capture.c: In function ‘pdp_capture_sendpacket’:
pdp_capture.c:819: warning: passing argument 2 of 
‘pdp_packet_pass_if_valid’ from incompatible pointer type

make[1]: *** [pdp_capture.o] Error 1

after this i tried to compile from svn, again i had to outcomment 
libquicktime issues (though there was already a condition included in 
the modules source, whicht was somehow ignored)



add the end again i ended up with problems compiling pdp_capture
make[1]: *** No rule to make target `...@pdp_capture_object@', needed by 
`all_modules'. Stop.
make[1]: Leaving directory 
`/home/metafor/Desktop/puredata-externals/externals/pidip/modules'

make: *** [pdp_pidip_all] Error 2

i guess because old and new pidip are not compiling i miss something 
with a library (is it this libquicktiem problem?), but as configure 
went fine, i am not sure which one is missing/or wrong version, has 
anybody run into these troubles as well? what am i doing wrong?


well, any help is apreciated.

cheers
marc


___
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] [PD-announce] New Deadline 29th - 30th

2009-03-16 Thread PdCon09 3rd International Puredata Convention
*NEW DEADLINE.*

*Since we have had some problems with our server on the last day of
submissions, and some are questioning and having problems sending us the
forms, we are extending a bit the deadline, in two weeks.*

New deadline is midnight from 29th to 30th UTC-3

Nevertheless, we are already working on the submissions we received! In
order to not get behind schedule
info at: http://convention.puredata.info
___
Pd-announce mailing list
pd-annou...@iem.at
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] Fwd: New Deadline 29th - 30th

2009-03-16 Thread Alexandre Porres
-- Forwarded message --
From: PdCon09 3rd International Puredata Convention <
pdco...@estudiolivre.org>
Date: Tue, Mar 17, 2009 at 12:07 AM
Subject: New Deadline 29th - 30th
To: pd-annou...@iem.at


*NEW DEADLINE.*

*Since we have had some problems with our server on the last day of
submissions, and some are questioning and having problems sending us the
forms, we are extending a bit the deadline, in two weeks.*

New deadline is midnight from 29th to 30th UTC-3

Nevertheless, we are already working on the submissions we received! In
order to not get behind schedule
info at: http://convention.puredata.info



-- 
Alexandre Torres Porres
cel. (11)8179-6226
Website: http://porres.googlepages.com/home
http://www.myspace.com/alexandretorresporres
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] www.pd-tutorial.com

2009-03-16 Thread Frank Barknecht
Hallo,
Andy Farnell hat gesagt: // Andy Farnell wrote:

> Congrats on finishing it Johannes.
> This looks very nice. Some people ask if my book 
> focuses on sound design, and Millers book focuses on
> DSP theory, why is there not a book dedicated to
> composition in Pd? Well now there is. 

Hm, you all are so fast readers, reading a book in less than one evening. :)

By quickly scanning through the book and grep'ing the patches, I wonder, why
not a single patch uses the [list] object which - not only because of the
[list]-abs - is one of my most often used objects especially for composition? I
would expect a section on list-processing when teaching people how to compose.

Anyway, I haven't read it yet, maybe these topics are presented without [list].

Ciao
-- 
Frank


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


Re: [PD] Unified Library was Re: Call for GSoC mentors! March 9th deadline!

2009-03-16 Thread Frank Barknecht
Hallo,
danomatika hat gesagt: // danomatika wrote:

> So rc-chorus~_ is a regular object and rc-chorus~ is a gui wrapper with
> SSSAD.  So if you want SSSAD you use the gui.

I wouldn't put the sssad objects in the version with GUI. IMO It's more useful
to have them in the engine objects, e.g. for polyphony.

Ciao
-- 
Frank

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