Re: [PD] tabread4~ broken interpolation algorithm - was Re:, Max Smoother Audio than Pd?

2010-04-03 Thread Matteo Sisti Sette

Charles Henry escribió:


The hardest class I ever had was stochastic analysis (as recent as 4
years ago), where we solved problems like this.  Fundamentally, it's
not too hard, but the details of the calculus are tricky.  I'd prefer
to stay away unless there's a real good reason to do so :)



Well if you want to stay away from stochastic processes and consider the 
signal as a deterministic function, then you'll have to make assumptions 
that make sense for functions.


And a flat spectrum isn't. As you said at the very beginning (almost), 
assuming it has a flat spectrum implies it is a dirac delta.


Finding the interpolator that best interpolates a dirac delta is finding 
the interpolator that best matches the ideal interpolator (the sync), 
hence your result.


Ok, we cannot find an interpolator that is optimum for all classes of 
functions, so we have to choose some class of functions.
Even provided your reasoning about phase was right (so allowing to 
extend the result not only to the delta function but to all function 
with a flat spectrum with whatever phase), I don't think the resulting 
class of function is much more general and much more interesting.


I think people often use a sinusoid to measure the quality of an 
interpolator (e.g. in Miller's book you find tables with the 
signal-to-noise ratio of the interpolator measured on a sinusoid, if i 
remember correctly).
Maybe you could solve the problem of finding the best interpolator for a 
sinusoid.
That would make a lot more sense than the best interpolator for a dirac 
delta. (note that I don't know if the result turns out to be the same)


If you try to solve the problem for a whole class of functions of some 
interest, I'm afraid you'll find out it is much (much much much) more 
complicated than dealing with stochastic processes.



Note that I'm not saying that
 E=|f(x)-sinc(x)|^2 is minimized when

 f(x)={sinc(x) -2x2  ,0 elsewhere
is a bad choice.
I'm just arguing that your reasoning doesn't prove it is the best choice.

Indeed I think some software use

 E=|f(x)-sinc(x)|^2 is minimized when

 f(x)={sinc(x) -NxN  ,0 elsewhere

for some value of N. For infinite N, this would be the perfect 
interpolator, so obviously for large N it is good enough.


The problem is that for N as little as 2, the truncation has 
non-negligible effects on the stop band, so the problem arises, whether 
another signal can reduce the effects of the truncation on the stop 
band, at the cost of some added ripple within the passband.


Now that I think about it, your truncated sync should have perfect-flat 
passband response, and big stopband ripples (how do you call the 
stopband ripples? cannot remember the word), so any improvement at 
stopband will have to be traded off with some increased passband ripple.


So here's what the truncated sync is best at: it's the one with the best 
(meaning flattest) bandpass response. Is this correct???




Note however that the highest part of the high frequency noise (due to 
the non-zero stopband part of the interpolator) will cause aliasing when 
resampling. The analysis of passband ripple and stopband ripple and 
whatever measure of their trade off doesn't take this into account: it 
just considers the passband ripple as passband distortion, and the 
stopband ripple as high-frequency noise. But after resampling part of 
that high frequency noise will be brought back to low frequency in form 
of aliasing. Note that the new Nyquist frequency depends on the 
resampling frequency and is not the same as the original Nyquist 
frequency, so how relevant aliasing is depends on the resampling rate. 
If yoy resample at 1:1 then _all_ high freq noise will become aliasing.
Aliasing is often considered somewhat worse than anything else (correct 
me if I am wrong), I guess because it is specially audible, being 
perceived as something completely unconnected to the original signal.


This last digression is nothing specific to the truncated sync, it is 
just to say that while trading off between passband distortion and 
stopband noise, we have to consider that stopband noise may alias back 
to low frequency and hence it is especially important to avoid it.
Hence an interpolator with strong stopband ripple is likely to need to 
be used in conjunction with oversampling and filtering before 
resampling. By the way when we resample at an unpredictable and varying 
rate (such as using a tabreadWhatever~ with an input signal that is not 
a ramp), oversampling and filtering is not feasible (or is it???)



--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

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


Re: [PD] strange colors with pix_record

2010-04-03 Thread Matthias Neuenhofer
yes the RGBA channels are set wrong on mac osx. the cube appears blue because 
the alpha channel is read as blue.
when you change channels like this 
R – G 
G – R 
B – A 
A – B
the movie will justified. but it´s not handy to give each record this process 
so  
i fixed this with a change in the code of recordQT.cpp in line 241 - instead of 
colorspace = k32BGRAPixelFormat;
i use colorspace = k32ARGBPixelFormat;
but i don´t know how this affects other os

also the recorded mov is upside down - this can fix in quicktime pro with a 
click in the properties of the video track -
so i don´t looked for the code issue.

matthias

Am 02.04.2010 um 03:33 schrieb Mathieu Bouchard:

 
 Johannes a écrit :
 
 you can file a bug report even if it only happens on a single operating
 system.
 
 I think Max implied that he wanted to submit a report as complete as possible 
 up front.
 
 the recording code is highly platform specific (that is: the recording 
 backends are platform specific), so it might well be that there is a bug on 
 one system not showing up on others.
 
 Yes, therefore it would also be a good idea to have a screenshot, especially 
 one containing a correct picture and the equivalent broken picture side to 
 side. That way, for example, someone who doesn't have the OS required to run 
 the bug, can still fix the bug by just looking at the screenshot. But this 
 requires an example with enough different colours... just grey is not enough. 
 For example, this picture :
 
  http://webilus.com/wp-content/uploads/2007/11/216couleurs_du_web.jpg
 
 has more colours than one would ever need, to identify the problem, so, it's 
 perfect for that.
 
 _ _ __ ___ _  _ _ ...
 | Mathieu Bouchard, Montréal, Québec. téléphone: 
 +1.514.383.3801___
 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] OS X GUI properties menu takes a long time to appear

2010-04-03 Thread Martin Dupras
Hi,

I'm running 0.41.4 extended on OS X 10.5.

When I invoke the properties dialog for any GUI object, I get the pinwheel
for about 20 seconds before it appears. If I recall, this as also happening
on the same machine with a prior versions of PD.

Is this a known phenomenon?

Cheers,

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


Re: [PD] Spectral Shifting

2010-04-03 Thread richard duckworth
://lists.puredata.info/listinfo/pd-list




-- 
Jaime E Oliver LR

www.jaimeoliver.pe

858 750 0924 (cel)
858 202 1522 (home)
9168 Regents Rd. Apt. G
La Jolla, CA 92037
USA
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.puredata.info/pipermail/pd-list/attachments/20100402/76c3d366/attachment-0001.htm

--

Message: 2
Date: Fri, 2 Apr 2010 23:32:04 +0100
From: Andrew Faraday jbtur...@hotmail.com
Subject: Re: [PD] Spectral Shiffting
To: por...@gmail.com, pd-list@iem.at
Message-ID: col120-w480473297f2055a1871b0cde...@phx.gbl
Content-Type: text/plain; charset=iso-8859-1


Hey Alex
I'm not sure if this is what you're after, but have a look in the help browser 
for:
3.audio.examples/D08.table.spectrum
This is basically a bank of oscillators reading their own specific pitches from 
a single table. Perhaps use:
FFT to feed the table and [sigmund~] to set the pitch. Orchange the arguments 
in [spectrum_partial] in [pd oscbank] so you can manipulate the partials more 
precisely (you could add an inlet or a recieve to control these from somewhere 
else in your patch). 
Hope this helps.
Andrew
Date: Fri, 2 Apr 2010 15:38:15 -0400
From: por...@gmail.com
To: pd-list@iem.at
Subject: [PD] Spectral Shiffting

Hi folks, 
I'd lke to distort a sound spectrum by transposing partials the way I want. 
Like making the spectrum more inharmonic or harmonic.
Anyone done something similar?

What kind of processing should I use? 
I was thinking that maybe a Phase Vocoder, where you could control the 
frequency separately, huh!?!? Anyone did this by the way?

thanks a lotAlex               
_
http://clk.atdmt.com/UKM/go/195013117/direct/01/
We want to hear all your funny, exciting and crazy Hotmail stories. Tell us now
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.puredata.info/pipermail/pd-list/attachments/20100402/c4a1584e/attachment-0001.htm

--

Message: 3
Date: Sat, 3 Apr 2010 00:52:58 +0200
From: Max abonneme...@revolwear.com
Subject: Re: [PD] strange colors with pix_record
To: chris clepper cgclep...@gmail.com
Cc: PD list pd-l...@iem.kug.ac.at
Message-ID: fde5a954-e064-459b-bf8b-fcb2b2ea6...@revolwear.com
Content-Type: text/plain; charset=us-ascii

that version of GEM
GEM: ver: 0.92.2 
GEM: compiled: Jan 20 2010
unfortunately doesn't have a pix_recordQT
 pix_recordQT
... couldn't create

m.

Am 01.04.2010 um 21:25 schrieb chris clepper:

 The Quicktime code being used in recent GEM builds is not the code I wrote, 
 and does not work that well.  Can you try pix_recordQT and see if that 
 loads?  
 
 
 On Wed, Mar 31, 2010 at 10:03 AM, Max abonneme...@revolwear.com wrote:
 Hi List,
 
 i wonder why i get these strange colors when using pix_record with GEM ver: 
 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3
 Any Ideas?
 
 
 
 
 
 
 
 this is grayscale in GEM but instead it is quite blue in the recorded 
 quicktime.
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 




--

Message: 4
Date: Sat, 3 Apr 2010 02:39:54 +0200
From: tim vets timv...@gmail.com
Subject: [PD] pd~ and DIO errors
To: pd-list pd-list@iem.at
Message-ID:
    q2ia29740771004021739od28874eepc52d5ac280313...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Hi all,
I have a rather heavy patch which causes DIO errors when I switch~ on
several subpatches.
I'm running pd + Jack on a rt kernel (ubuntu-studio Hardy),... Jack shows
little or no Xruns.
Now I wanted to try and optimize the patch by using [pd~].
The way I understood it is that [pd~] will start a subprocess and it will
(automatically ?) divide the audio computation load over multiple
processors.
However, I get the impression that by using [pd~] I get the same (or even
worse) results as with my regular abstraction / [switch~] approach; DIO
error crackles.
Any advice very welcome!
Thanks,
Tim
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.puredata.info/pipermail/pd-list/attachments/20100403/90b585d1/attachment-0001.htm

--

Message: 5
Date: Fri, 02 Apr 2010 21:13:15 -0400
From: patrick pured...@11h11.com
Subject: Re: [PD] pd~ and DIO errors
To: tim vets timv...@gmail.com
Cc: pd-list pd-list@iem.at
Message-ID: 4bb6962b.6080...@11h11.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

hi tim,

just to be sure, do you use the -rt flag when starting pd? also, try to 
run everything (jack, pd) in root (just to see if the glitches is the 
cause of a limitation).

pat



--

Message: 6
Date: Sat, 3 Apr 2010 12:15:04 +0900
From: hard off hard@gmail.com
Subject: Re: [PD] Spectral Shiffting
To: Andrew Faraday jbtur...@hotmail.com
Cc: pd-list

Re: [PD] pd~ and DIO errors

2010-04-03 Thread tim vets
2010/4/3 tim vets timv...@gmail.com

 Hi Patrick,

 2010/4/3 patrick pured...@11h11.com

 hi tim,

 just to be sure, do you use the -rt flag when starting pd? also, try to
 run everything (jack, pd) in root (just to see if the glitches is the cause
 of a limitation).


 Yes, I start pd with pd -rt -jack
 I tried your suggestion, running pd as root, but got no better results.
 Some parts in the patch contain several [sigmund~] and [bonk~] objects,
 which seem quite heavy, so I'd like to put those in a separate pd process,
 to make use of the other processors on the machine...
 I even get DIO errors when I load my abstraction in a pd~ object and don't
 switch~ it on, whereas when loading it as a regular abstraction, switch~-ing
 it off stops the DIO errors.
 Thanks,
 Tim




 pat



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


Re: [PD] strange colors with pix_record

2010-04-03 Thread Matthias Neuenhofer
hi max
in your patch you use the jpeg codec for recording in this mode you can change 
the colourmode to YUV with pix_yuv
before pix_record. the bug affects only the rgba mode - but when you use a 
codec without alpha channel
this is a easy workaround. this was discussed in the list 2008:
http://lists.puredata.info/pipermail/pd-list/2008-03/060168.html
matthias
Am 03.04.2010 um 00:52 schrieb Max:

 that version of GEM
 GEM: ver: 0.92.2 
 GEM: compiled: Jan 20 2010
 unfortunately doesn't have a pix_recordQT
 pix_recordQT
 ... couldn't create
 
 m.
 
 Am 01.04.2010 um 21:25 schrieb chris clepper:
 
 The Quicktime code being used in recent GEM builds is not the code I wrote, 
 and does not work that well.  Can you try pix_recordQT and see if that 
 loads?  
 
 
 On Wed, Mar 31, 2010 at 10:03 AM, Max abonneme...@revolwear.com wrote:
 Hi List,
 
 i wonder why i get these strange colors when using pix_record with GEM ver: 
 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3
 Any Ideas?
 
 
 
 
 
 
 
 this is grayscale in GEM but instead it is quite blue in the recorded 
 quicktime.
 
 
 
 
 ___
 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] strange colors with pix_record

2010-04-03 Thread chris clepper
Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless
ARGB compression.  You can keep the alpha and avoid colorspace conversion.
Use the 'dialog' message to do this.

On Sat, Apr 3, 2010 at 6:52 AM, Matthias Neuenhofer
matth...@neuenhofer.dewrote:

 hi max
 in your patch you use the jpeg codec for recording in this mode you can
 change the colourmode to YUV with pix_yuv
 before pix_record. the bug affects only the rgba mode - but when you use a
 codec without alpha channel
 this is a easy workaround. this was discussed in the list 2008:
 http://lists.puredata.info/pipermail/pd-list/2008-03/060168.html
 matthias
 Am 03.04.2010 um 00:52 schrieb Max:

  that version of GEM
  GEM: ver: 0.92.2
  GEM: compiled: Jan 20 2010
  unfortunately doesn't have a pix_recordQT
  pix_recordQT
  ... couldn't create
 
  m.
 
  Am 01.04.2010 um 21:25 schrieb chris clepper:
 
  The Quicktime code being used in recent GEM builds is not the code I
 wrote, and does not work that well.  Can you try pix_recordQT and see if
 that loads?
 
 
  On Wed, Mar 31, 2010 at 10:03 AM, Max abonneme...@revolwear.com
 wrote:
  Hi List,
 
  i wonder why i get these strange colors when using pix_record with GEM
 ver: 0.92.2 compiled: Jan 20 2010 on OS X 10.6.3
  Any Ideas?
 
 
 
 
 
 
 
  this is grayscale in GEM but instead it is quite blue in the recorded
 quicktime.
 
 
 
 
  ___
  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] [filter~.pd]

2010-04-03 Thread Cosmin S

hi,

any help for this object?
how does it work?

best,

cosmin
  
_
Hotmail arrive sur votre téléphone ! Compatible Iphone, Windows Phone, 
Blackberry, …
http://www.messengersurvotremobile.com/?d=Hotmail___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] OS X GUI properties menu takes a long time to appear

2010-04-03 Thread Hans-Christoph Steiner


Yeah, I see it too.  I haven't been able to pin it down, it is driving  
me nuts.  Its only the first time you open a properties panel.


.hc

On Apr 3, 2010, at 6:27 AM, Martin Dupras wrote:


Hi,

I'm running 0.41.4 extended on OS X 10.5.

When I invoke the properties dialog for any GUI object, I get the  
pinwheel for about 20 seconds before it appears. If I recall, this  
as also happening on the same machine with a prior versions of PD.


Is this a known phenomenon?

Cheers,

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






I have the audacity to believe that peoples everywhere can have three  
meals a day for their bodies, education and culture for their minds,  
and dignity, equality and freedom for their spirits.  - Martin  
Luther King, Jr.




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


[PD] pidip qt problem

2010-04-03 Thread t'es in t'es bat
hello
i'm now on snow leopard and i got a pdp_yqt: unsupported video codec
it's the same with pdp_qt...

any solutions 

david

-- 
TNTB
t'es in t'es bat
7 place Favier
13210 St Remy de Provence
T/: 04 90 26 95 09
P/: 06 86 86 12 19
|
http://www.tntb.net
LOVES
LePôle travaille sur le fil des accidents, des fractures, des bugs
informatiques, vidéos.
-][-][++-][+-]
Lepôle cherche , il cause il triture les matières, les bits, les glitch, les
formats. Il sort des cadres.
[-]+[+[+[-]-][+-][+++
LePôle s'indiscipline dans de multiples tentatives fragile et poetiques.
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvise avec ses valises pleine de machines improbables et
généreuse en surprises visuelles...
-]--]+[--]+[[-]+-][-]+[+--]
LePôle = numerikexperimentatatonnedebitengigaemotionel
//
00
\\
LePôle works on the edge of faults, errors and informatic bugs and videos
+[+++-][[
-][-][++-][+-]
LePôle looks for, causes, fiddles with bytes, glitches and formats.
Something  out of the ordinary.
[-]+[+[+[-]-][+-][+++
LePôle is undisciplined in many endeavours fragile and poetic
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvises with its suitcases full of unlikely machines and visual
surprises...
-]--]+[--]+[[-]+-][-]+[+--]
LePôle =digitalexperimentationofemotionalgigabytes
//
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] strange colors with pix_record

2010-04-03 Thread Max
Am 03.04.2010 um 14:32 schrieb chris clepper:

 Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless 
 ARGB compression.  You can keep the alpha and avoid colorspace conversion.  
 Use the 'dialog' message to do this.

wow - dialog, select Photo - JPEG, click on options -freezes the dialog.
also: changing the compression closes the gemwin

m.

PGP.sig
Description: Signierter Teil der Nachricht
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] strange colors with pix_record

2010-04-03 Thread Matthias Neuenhofer
Am 03.04.2010 um 18:13 schrieb Max:

 Am 03.04.2010 um 14:32 schrieb chris clepper:
 
 Setting the quality for Photo-JPEG to 100% changes it from YUV to lossless 
 ARGB compression.  You can keep the alpha and avoid colorspace conversion.  
 Use the 'dialog' message to do this.

but Photo-JPEG has no alpha channel - don't get it.

the point is that pix_record when it´s feed with rgba output a video where the 
channels are swap
feed with yuv the colors are ok doesn´t matter in which mode the codec record 
the video

 
 wow - dialog, select Photo - JPEG, click on options -freezes the dialog.
 also: changing the compression closes the gemwin
 
 m.

also on my machine mac osx 10.6.2 GEM: ver: 0.92.2 compiled: Dec 17 2009
Gem stop rendering confirm the dialog to pix_record
after start rendering again 2 sec later it stop again
then start again it´s ok and use the changes of the dialog

matthias 


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


Re: [PD] pidip qt problem

2010-04-03 Thread Hans-Christoph Steiner


Which version of Pd?

.hc

On Apr 3, 2010, at 12:09 PM, t'es in t'es bat wrote:


hello
i'm now on snow leopard and i got a pdp_yqt: unsupported video codec
it's the same with pdp_qt...

any solutions 

david

--  
TNTB

t'es in t'es bat
7 place Favier
13210 St Remy de Provence
T/: 04 90 26 95 09
P/: 06 86 86 12 19
|
http://www.tntb.net
LOVES
LePôle travaille sur le fil des accidents, des fractures, des bugs  
informatiques, vidéos.

-][-][++-][+-]
Lepôle cherche , il cause il triture les matières, les bits, les  
glitch, les formats. Il sort des cadres.

[-]+[+[+[-]-][+-][+++
LePôle s'indiscipline dans de multiples tentatives fragile et  
poetiques.

-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvise avec ses valises pleine de machines improbables et  
généreuse en surprises visuelles...

-]--]+[--]+[[-]+-][-]+[+--]
LePôle = numerikexperimentatatonnedebitengigaemotionel
//
00
\ 
\
LePôle works on the edge of faults, errors and informatic bugs and  
videos

+[+++-][[
-][-][++-][+-]
LePôle looks for, causes, fiddles with bytes, glitches and formats.  
Something  out of the ordinary.

[-]+[+[+[-]-][+-][+++
LePôle is undisciplined in many endeavours fragile and poetic
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvises with its suitcases full of unlikely machines and  
visual surprises...

-]--]+[--]+[[-]+-][-]+[+--]
LePôle =digitalexperimentationofemotionalgigabytes
//





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






Making boring techno music is really easy with modern tools, but with  
live coding, boring techno is much harder. - Chris McCormick





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


Re: [PD] OS X GUI properties menu takes a long time to appear

2010-04-03 Thread Ben Baker-Smith
Yeah, I see it too.  I haven't been able to pin it down, it is driving
me nuts.  Its only the first time you open a properties panel.

.hc

Same here. Only happens the first time. It took much longer on my old
PPC, but that machine was just slower in general.

-Ben

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


Re: [PD] strange colors with pix_record

2010-04-03 Thread chris clepper
On Sat, Apr 3, 2010 at 12:58 PM, Matthias Neuenhofer matth...@neuenhofer.de
 wrote:

 Am 03.04.2010 um 18:13 schrieb Max:

  Am 03.04.2010 um 14:32 schrieb chris clepper:
 
  Setting the quality for Photo-JPEG to 100% changes it from YUV to
 lossless ARGB compression.  You can keep the alpha and avoid colorspace
 conversion.  Use the 'dialog' message to do this.

 but Photo-JPEG has no alpha channel - don't get it.


At 100% 'quality' it does have an alpha.  Supposedly it is part of the JPEG
spec, but I haven't seen anyone other than Apple use it.  It is kind of like
having a TIFF with run-length JPEG compression.





 also on my machine mac osx 10.6.2 GEM: ver: 0.92.2 compiled: Dec 17 2009
 Gem stop rendering confirm the dialog to pix_record
 after start rendering again 2 sec later it stop again
 then start again it´s ok and use the changes of the dialog


The dialog always stopped rendering because the event loop waits for the
dialog to close.  You will notice that GEM creates a 'pd' app in the Dock in
order to do things like window management.  Command line apps in OSX cannot
just open windows without being a GUI app.  It is a hack.

Apple broke the event handling code used in GEM in 10.5.  There is no fix
other than 'write a full Cocoa app'.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pidip qt problem

2010-04-03 Thread t'es in t'es bat
Hello,
i use the pd extended 0414
i copy the about below
i wonder why it don't work
but with gem it seem to be ok
i test in several patch and it's ok
it's in pidip
but i got a lot of my patch in that librairy

is there something to re-install with the quicktime lib

I saw some old message with that error and iot seem to be thje quicktime lib
butr no issue  no solution

thanks understanding

david


2010/4/3 Hans-Christoph Steiner h...@at.or.at


 Which version of Pd?

 .hc

 On Apr 3, 2010, at 12:09 PM, t'es in t'es bat wrote:

 Pd version 0.41.4-extended

A real-time graphical programming environment for live interactive
computer music, Pd works on SGI machines, Microsoft Windows,
Linux, and Max OSX.

Pd is copyrighted, but is free for you to use for any reasonable purpose.
See the file:
 /Applications/Pd-extended.app/Contents/Resources/LICENSE.txt

Reference documentation for Pd lives in:

file:/Applications/Pd-extended.app/Contents/Resources/doc/1.manual/index.htm
or:
http://www.crca.ucsd.edu/~msp/Pd_documentation/index.htm

Much more documentation and other resources live on:
http://puredata.org

The Pd mailing list archive lives in:
http://iem.kug.ac.at/mailinglists/pd-list/


Many more useful links are listed in the HTML documentation, section 1.2.




-- 
TNTB
t'es in t'es bat
7 place Favier
13210 St Remy de Provence
T/: 04 90 26 95 09
P/: 06 86 86 12 19
||
|||
http://www.tntb.net
LOVES
LePôle travaille sur le fil des accidents, des fractures, des bugs
informatiques, vidéos.
-][-][++-][+-]
Lepôle cherche , il cause il triture les matières, les bits, les glitch, les
formats. Il sort des cadres.
[-]+[+[+[-]-][+-][+++
LePôle s'indiscipline dans de multiples tentatives fragile et poetiques.
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvise avec ses valises pleine de machines improbables et
généreuse en surprises visuelles...
-]--]+[--]+[[-]+-][-]+[+--]
LePôle = numerikexperimentatatonnedebitengigaemotionel
//
00
\\
LePôle works on the edge of faults, errors and informatic bugs and videos
+[+++-][[
-][-][++-][+-]
LePôle looks for, causes, fiddles with bytes, glitches and formats.
Something  out of the ordinary.
[-]+[+[+[-]-][+-][+++
LePôle is undisciplined in many endeavours fragile and poetic
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvises with its suitcases full of unlikely machines and visual
surprises...
-]--]+[--]+[[-]+-][-]+[+--]
LePôle =digitalexperimentationofemotionalgigabytes
//
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pidip qt problem

2010-04-03 Thread Hans-Christoph Steiner


Try a nightly build of 0.42.5.

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

.hc

On Apr 3, 2010, at 5:27 PM, t'es in t'es bat wrote:


Hello,
i use the pd extended 0414
i copy the about below
i wonder why it don't work
but with gem it seem to be ok
i test in several patch and it's ok
it's in pidip
but i got a lot of my patch in that librairy

is there something to re-install with the quicktime lib

I saw some old message with that error and iot seem to be thje  
quicktime lib butr no issue  no solution


thanks understanding

david


2010/4/3 Hans-Christoph Steiner h...@at.or.at

Which version of Pd?

.hc

On Apr 3, 2010, at 12:09 PM, t'es in t'es bat wrote:

Pd version 0.41.4-extended

A real-time graphical programming environment for live interactive
computer music, Pd works on SGI machines, Microsoft Windows,
Linux, and Max OSX.

Pd is copyrighted, but is free for you to use for any reasonable  
purpose.

See the file:
 /Applications/Pd-extended.app/Contents/Resources/LICENSE.txt

Reference documentation for Pd lives in:
file:/Applications/Pd-extended.app/Contents/Resources/doc/ 
1.manual/index.htm

or:
http://www.crca.ucsd.edu/~msp/Pd_documentation/index.htm

Much more documentation and other resources live on:
http://puredata.org

The Pd mailing list archive lives in:
http://iem.kug.ac.at/mailinglists/pd-list/


Many more useful links are listed in the HTML documentation, section  
1.2.





--
TNTB
t'es in t'es bat
7 place Favier
13210 St Remy de Provence
T/: 04 90 26 95 09
P/: 06 86 86 12 19
||
|||
http://www.tntb.net
LOVES
LePôle travaille sur le fil des accidents, des fractures, des bugs  
informatiques, vidéos.

-][-][++-][+-]
Lepôle cherche , il cause il triture les matières, les bits, les  
glitch, les formats. Il sort des cadres.

[-]+[+[+[-]-][+-][+++
LePôle s'indiscipline dans de multiples tentatives fragile et  
poetiques.

-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvise avec ses valises pleine de machines improbables et  
généreuse en surprises visuelles...

-]--]+[--]+[[-]+-][-]+[+--]
LePôle = numerikexperimentatatonnedebitengigaemotionel
//
00
\ 
\
LePôle works on the edge of faults, errors and informatic bugs and  
videos

+[+++-][[
-][-][++-][+-]
LePôle looks for, causes, fiddles with bytes, glitches and formats.  
Something  out of the ordinary.

[-]+[+[+[-]-][+-][+++
LePôle is undisciplined in many endeavours fragile and poetic
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvises with its suitcases full of unlikely machines and  
visual surprises...

-]--]+[--]+[[-]+-][-]+[+--]
LePôle =digitalexperimentationofemotionalgigabytes
//







All information should be free.  - the hacker ethic




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


Re: [PD] pidip qt problem

2010-04-03 Thread t'es in t'es bat
Hello bis,
it's done and it's the same...
that's what i do first

see you

2010/4/3 Hans-Christoph Steiner h...@at.or.at


 Try a nightly build of 0.42.5.

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

 .hc

 On Apr 3, 2010, at 5:27 PM, t'es in t'es bat wrote:

 Hello,
 i use the pd extended 0414
 i copy the about below
 i wonder why it don't work
 but with gem it seem to be ok
 i test in several patch and it's ok
 it's in pidip
 but i got a lot of my patch in that librairy

 is there something to re-install with the quicktime lib

 I saw some old message with that error and iot seem to be thje quicktime
 lib butr no issue  no solution

 thanks understanding

 david


 2010/4/3 Hans-Christoph Steiner h...@at.or.at


 Which version of Pd?

 .hc

 On Apr 3, 2010, at 12:09 PM, t'es in t'es bat wrote:

 Pd version 0.41.4-extended

 A real-time graphical programming environment for live interactive
 computer music, Pd works on SGI machines, Microsoft Windows,
 Linux, and Max OSX.

 Pd is copyrighted, but is free for you to use for any reasonable purpose.
 See the file:
  /Applications/Pd-extended.app/Contents/Resources/LICENSE.txt

 Reference documentation for Pd lives in:

 file:/Applications/Pd-extended.app/Contents/Resources/doc/1.manual/index.htm
 or:
 
 http://www.crca.ucsd.edu/~msp/Pd_documentation/index.htmhttp://www.crca.ucsd.edu/%7Emsp/Pd_documentation/index.htm

 Much more documentation and other resources live on:
 http://puredata.org

 The Pd mailing list archive lives in:
 http://iem.kug.ac.at/mailinglists/pd-list/


 Many more useful links are listed in the HTML documentation, section 1.2.




 --
 TNTB
 t'es in t'es bat
 7 place Favier
 13210 St Remy de Provence
 T/: 04 90 26 95 09
 P/: 06 86 86 12 19
 ||
 |||
 http://www.tntb.net
 LOVES
 LePôle travaille sur le fil des accidents, des fractures, des bugs
 informatiques, vidéos.
 -][-][++-][+-]
 Lepôle cherche , il cause il triture les matières, les bits, les glitch,
 les formats. Il sort des cadres.
 [-]+[+[+[-]-][+-][+++
 LePôle s'indiscipline dans de multiples tentatives fragile et poetiques.
 -]--]+[--]+[[-]+-][-]+[+--]
 LePôle improvise avec ses valises pleine de machines improbables et
 généreuse en surprises visuelles...
 -]--]+[--]+[[-]+-][-]+[+--]
 LePôle = numerikexperimentatatonnedebitengigaemotionel
 //
 00
 \\
 LePôle works on the edge of faults, errors and informatic bugs and videos
 +[+++-][[
 -][-][++-][+-]
 LePôle looks for, causes, fiddles with bytes, glitches and formats.
 Something  out of the ordinary.
 [-]+[+[+[-]-][+-][+++
 LePôle is undisciplined in many endeavours fragile and poetic
 -]--]+[--]+[[-]+-][-]+[+--]
 LePôle improvises with its suitcases full of unlikely machines and visual
 surprises...
 -]--]+[--]+[[-]+-][-]+[+--]
 LePôle =digitalexperimentationofemotionalgigabytes
 //





 

 All information should be free.  - the hacker ethic







-- 
TNTB
t'es in t'es bat
7 place Favier
13210 St Remy de Provence
T/: 04 90 26 95 09
P/: 06 86 86 12 19
|
http://www.tntb.net
LOVES
LePôle travaille sur le fil des accidents, des fractures, des bugs
informatiques, vidéos.
-][-][++-][+-]
Lepôle cherche , il cause il triture les matières, les bits, les glitch, les
formats. Il sort des cadres.
[-]+[+[+[-]-][+-][+++
LePôle s'indiscipline dans de multiples tentatives fragile et poetiques.
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvise avec ses valises pleine de machines improbables et
généreuse en surprises visuelles...
-]--]+[--]+[[-]+-][-]+[+--]
LePôle = numerikexperimentatatonnedebitengigaemotionel
//
00
\\
LePôle works on the edge of faults, errors and informatic bugs and videos
+[+++-][[
-][-][++-][+-]
LePôle looks for, causes, fiddles with bytes, glitches and formats.
Something  out of the ordinary.
[-]+[+[+[-]-][+-][+++
LePôle is undisciplined in many endeavours fragile and poetic
-]--]+[--]+[[-]+-][-]+[+--]
LePôle improvises with its suitcases full of unlikely machines and visual
surprises...
-]--]+[--]+[[-]+-][-]+[+--]
LePôle =digitalexperimentationofemotionalgigabytes
//
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 

[PD] 24 bit / 96 k issue

2010-04-03 Thread David Schaffer
Hi there,

 I'm trying to use 96 k/24 bits WAV file in pd for the first time and something 
weird is happening: when I open such a file, I get an no such oject error in 
the console, althou I haven't  put any unknown object in my patch, then, some 
GUI elements freeze (knobs, faders...) and I can't use my patch anymore (but 
the sound seems to play). Find last error doesn't lead me anywhere.
Can anyone telle me what's going on or explain me how one to deal with 96k 24 
bits sounds in Pd (setup changes, soundcard settings...) I've noticed that 
switching pd to 96k mode in Pd doesn't affect my ASIO soundcard's settings (it 
stil shows 16bits, 44100 hz) so I'm kind of mixed up...

Thank you

D.S
  
http://www.flickr.com/photos/schafferdavid/
http://audioblog.arteradio.com/David_Schaffer/
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 24 bit / 96 k issue

2010-04-03 Thread András Murányi
On Sat, Apr 3, 2010 at 11:41 PM, David Schaffer
schafferda...@hotmail.comwrote:

  Hi there,

  I'm trying to use 96 k/24 bits WAV file in pd for the first time and
 something weird is happening: when I open such a file, I get an no such
 oject error in the console, althou I haven't  put any unknown object in my
 patch, then, some GUI elements freeze (knobs, faders...) and I can't use my
 patch anymore (but the sound seems to play). Find last error doesn't lead
 me anywhere.
 Can anyone telle me what's going on or explain me how one to deal with 96k
 24 bits sounds in Pd (setup changes, soundcard settings...) I've noticed
 that switching pd to 96k mode in Pd doesn't affect my ASIO soundcard's
 settings (it stil shows 16bits, 44100 hz) so I'm kind of mixed up...

 Thank you

 D.S



Hello David,

which Pd version, which version of Windows or OSX are you using and which
object are you trying to load the WAV with?

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


[PD] Detect silence inArray and resize

2010-04-03 Thread guilherme lunhani
Hi,

I'm Trying to do this:

after recording a sound event in array
(the initial size of this array is equal to samplerate*time in seconds),

I want to resize this array approximately equal of the duration of this 
sound event (as a sttacato event with fff in trumpet). 

In other words, 
I want to detect in a array with size X, a lot of amount of samples with
values approximately zero, this amount with size Y (where Y is 0YX) , 
and resize this array with new size X-Y

I'm trying to program it or look on the net for solutions, but without sucess.

anyone have any idea how to do this?

Best

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


Re: [PD] Detect silence inArray and resize

2010-04-03 Thread tim vets
 Hi,

 I'm Trying to do this:

 after recording a sound event in array
 (the initial size of this array is equal to samplerate*time in seconds),

 I want to resize this array approximately equal of the duration of this
 sound event (as a sttacato event with fff in trumpet).

 In other words,
 I want to detect in a array with size X, a lot of amount of samples with
 values approximately zero, this amount with size Y (where Y is 0YX) ,
 and resize this array with new size X-Y

 I'm trying to program it or look on the net for solutions, but without
 sucess.


Hi Guilherme,
triggering tabwrite~ with bonk~ may help you get rid of silence _before_ the
note,
after the note I'm not sure...
Personally I would just leave that.
What's the reason you want to remove the silence ?
You could also detect silence on the sound itself with an envelope
follower...
off the top of my head: [abs~]--[lop~ 100]--[expr~
$v10.05]--[unsig~]--[change]--[tgl] or something similar ?
gr,
Tim



 anyone have any idea how to do this?

 Best

 Guilherme
 ___
 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] dynamic gui masking problem

2010-04-03 Thread Mathieu Bouchard


By using [canvasdelete] from the iemguts. It allows to delete certain 
objects of a certain canvas by their index number (for instance, 'delete 
12'). The canvas needs a [canvasdelete] in order to add the 'delete' 
method to the canvas and a [sendcanvas] to which the 'delete id' 
message is sent.


How do you intend to manage those numbers from Pd without ever getting 
mixed up ?


Then I ran into another problem: I was creating [cnv] objects in a GOP 
and moving them out of the GOP area, which is a way to display something 
in the parent patch outside the GOP area. However, when deleting such 
gui objects, they remain visible in the parent (as if the parent 
wouldn't be refreshed).


Why do you want to rely on a bug ?

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


[PD] OS X 10.6: unplugging headphones crashes Pd

2010-04-03 Thread Mathieu Bouchard



Referenced from:
/Applications/Pd-0.42.5-extended-20100401.app/Contents/Resources/Scripts/../bin/../../lib/libgmerlin_avdec.1.dylib
  Reason: image not found Gem: can't load library


I got a similar report from one of my students a while back :

/Applications/Pd-0.42.5-extended-20100221.app/Contents/Resources/extra/Gem/Gem.pd_darwin:
dlopen(/Applications/Pd-0.42.5-extended-20100221.app/Contents/Resources/extra/Gem/Gem.pd_darwin,
  10): Library not loaded: /sw/lib/libfaad.0.dylib
  Referenced from: 
/Applications/Pd-0.42.5-extended-20100221.app/Contents/Resources/Scripts/../bin/../../lib/libgmerlin_avdec.1.dylib

  Reason: image not found
Gem: can't load library

so, did you chop off the part that said that it was missing 
libfaad.0.dylib from /sw/lib ?


do you even have a /sw folder (in Macintosh HD) ? so, why would it look 
there ? looks like something dependent on FINK, as if had compiled 
something using FINK and then forgot to include a dylib component in the 
.app before trying to link Gem.


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


[PD] Parallel Circuit

2010-04-03 Thread Matt Barber
Hello list,

I wanted to share a recent piece with you:

http://ecmc.rochester.edu/mbarb/web/music.php?filter=chrono#parallel_circuit

It's for saxophone quartet and Pd -- all sounds in the piece come from
the sax quartet directly, from processing the saxophone sounds, or
from synthesis.  The piece is in four broad movements, each in four
distinct sub-sections (16 total).

I use four different equal temperaments in the piece as well:

12 per 2:1
19 per 3:1
24 per 2:1
14 per 3:2

(one of each per broad movement).

If you listen, I hope you enjoy.

Matt

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


Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-04-03 Thread F. Medeiros
On Sat, 2010-04-03 at 21:06 -0400, Ichabod wrote:
  so I decided I'd just use vanilla Pd for the project I'm working on.
 But if anyone has a working build of Pd-extended for UNR 9.10, I'd
 love to see it.
 _

I am using pd-extend from the Nightly Auto-Builds on Ubuntu Netbook
Remix 9.10 

it is Pd version 0.42.5-extended-20100318

Didn't built it, just used the .deb 


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