Re: [PD] Re: PD-list Digest, Vol 22, Issue 109

2007-02-01 Thread Frank Barknecht
Hallo,
robbert van hulzen hat gesagt: // robbert van hulzen wrote:

 thanks very much for all the replies! and frank, thanks for the patch--i'm
 enjoying your help a lot.
 
 it's working now with steffen  hc's
 
 [r pd-patchname.pd]
 |
 [route editmode]
 |
 [nbx]
 
 there's something i don't get though. i mapped capslock to [;pd-patch.pd
 editmode $1( (good idea there).

Acutally I intended to express a different idea though: Peter doesn't
use Caps_lock to switch to edit mode. Instead certain keys are mapped
to performance functions, but only if caps_lock is active. If
caps_lock is not pressed these keys do their usual thing.

 now, when i [pack] the [keyname] and float to [route Caps_Lock] as
 well as in a simpler patch, the float gets 'inversed': a 1 from the
 [keyname] becomes a 0 and vice versa. no problem, but i don't get
 why this is. patch below. i'm curious, any ideas?

That's an execution order bug in your patch: By crossing the
connection of the upper keyname you also inverted the execution order.
Now every key-name from the right outlet will be packed with the
number from the left keyname-outlet that was active the one step before! 

If you want to [route] by key-name, you need to pack name and state,
but in reverse order, that is, make Caps_Lock 1 out of 1
Caps_lock.

Normally one would use [swap] for this, but [swap] only works for
floats. But you can use [list prepend] here much the same, just don't
forget to [list trim] the result befor you want to use it in [route
Caps_Lock]

Ciao
-- 
 Frank Barknecht _ __footils.org_ __goto10.org__

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


Re: [PD] GL: invalid enumerant Gem, Ubuntu Edgy Eft

2007-02-01 Thread Roman Haefeli
On Wed, 2007-01-31 at 16:22 -0600, chris clepper wrote:
 Send a 'mode 0' to pix_texture.  I find it hard to believe that ATI's
 current Linux driver would not support rectangle textures though.

believe it or not, but since i switched to ubuntu and tried to use Gem,
i have this specific problem  (which was more than a year ago). on the
other hand, i strongly believe, that this question comes up again and
again, until it is changed in the gem-code.

roman




 cgc
 
 On 1/31/07, Fanouris Moraitis [EMAIL PROTECTED] wrote:
 Hi all,
 
 I have the following error when I try to use pix_texture
 
 GL: invalid enumerant
 
 and also the texture is not loading.
 
 (For anyone that is interested in order to build pd under
 Ubuntu Edgy Eft 
 
 with and Ati Mobility radeon X300 graphic card
 
 I had first to follow the directions in the following link
 
 http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide
 
 it is important to use
 ati-driver-installer-8.33.6-x86.x86_64.run
 
 otherwise pd was crashing every time that I closed the gemwin)
 
 thanks,
 
 fanouris
 
 ___ 
 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






___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


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


Re: Maximum Array Size (Again! was: [PD] array arrow test7)

2007-02-01 Thread Roman Haefeli
hello everyone

iirc, there was a discussion about arrays and a problem to read huge
arrays with [tabread4~]. due to a limitation of 32bit-floats, it's not
possible to read huge arrays continously after a certain point, because
the index cannot represent each integer, when it is higher than a
certain value. i am not sure anymore, but i think, the maximum index is
2 ^ 23 = 8388608, which would make it possible to read out an array
without artefacts of 8388608 / 44100 = 190s length. matju, who left this
list, has explained that much nicer and more accurate. unfortunately i
couldn't find that post anymore. anyway, the moral of this story is,
that bigger arrays than 3min should be avoided, otherwise artefacts are
expected.

roman 


On Wed, 2007-01-31 at 08:48 -0600, Kyle Klipowicz wrote:
 Yes, this is a built-in limitation that can be modified in the source
 code. You could try writing a multi-array patch that uses seamless
 transitions or do as Andy suggested.
 
 Or you could modify the source, and recompile.
 
 References:
 http://lists.puredata.info/pipermail/pd-list/2003-04/011065.html (change 
 source)
 http://lists.puredata.info/pipermail/pd-list/2003-04/011065.html
 (other discussion/caveats)
 
 Actually, I just found this message from Miller (April, 2003):
 
 'Alternatively, just specify -maxsize 10 (or whatever) in the read
 message.  Oops, still no usable help window for read/writesf... I've got that
 in the pipe for the next release.'
 
 (http://lists.puredata.info/pipermail/pd-list/2003-04/011069.html)
 
 Does anybody know if this was implemented? I have no way to test right
 now, but that would be great.
 
 ~Kyle
 
 On 1/31/07, padawan12 [EMAIL PROTECTED] wrote:
  Hi Echo!
 
  Tip: Don't use files longer than 2 mins :)
 
  Best way is to use [sfread~] instead.
 
  Andy
 
  On Wed, 31 Jan 2007 00:37:54 +0100
  Echo Ho [EMAIL PROTECTED] wrote:
 
   hallo pidier
   i'm using Core 2 Duo mac book , and i don't know if the flowing
   problem is a os x  (10.39 pd 0.39.2 extended test 7 or not:
  
   it doesn't load to array properly, when a sound file is longer than 2
   Min.
   Message | read  -resize -maxsize le+08   |
  
   error: soundfiler_read: truncated to 400 elements
   warning: array array1: clearing save-in-patch flag
   error: usage: read [flags] filename tablename...
   flags: -skip n -nframes n -resize -maxsize n ...
   -raw headerbytes channels bytespersamp endian (b, l, or n).
  
   it works with a old extended version on G4...
   ;-( is there any tip for me?
  
 (\   /)
 [- . - ___earweego_sonicvision
 www.earweego.net
  
  
  
  
  
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list
 
 
 



___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de


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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread Jamie Bullock
On Wed, 2007-01-31 at 23:48 -0500, carmen wrote:

 
 if you dont mind the analysis being offline, check out sonic visualiser:
 http://www.sonicvisualiser.org/
 
 CLAM might have one. see a full-color spectrogram in one of the screenshots, 
 but not in the patcher view:
 http://iua-share.upf.es/wikis/clam/images/8/83/NetEditQt4-PortMonitor-SpectralPeaks.png
 

There is also the old, but still wonderful Ceres3:
http://www.music.columbia.edu/~stanko/About_Ceres3.html

 
 you'll also want lots of controls to adjust the amplification, logarithmic 
 scaling, color palette, etc..
 
 http://whats-your.name/i/licker.png is what i use , sure it uses more CPU 
 than a C implementation, but its more flexible, and you can plug it in 
 anywhere in your patch..


Looks interesting. How did you do the visualisation? Is the code online
somewhere?

Jamie


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


[PD] specific questions on Gem

2007-02-01 Thread Johannes Eckart

hello community of Pure Data!

My name is Johannes Eckart, comming originally from Salzburg-Austria and at the 
moment studying in Paris handcraft-arts. In my free-time and also for practical 
reasons in my study, i started working on Pure-Data and its library Gem. i 
already learned all the basics and i´m feeling quite well with the program.
but actually i am a beginner, so i have many questions!! but one after 
another...
for today i just want to pose a question on Gem:
i want to design lines and curbes in a Gem-window. the difficulty is, that i 
want to draw this lines by giving the coordinates directly to the path. maybe 
for better understanding: i want to create a circle, but he must not appear 
immediately. he must be drawn like with a pencil.
i hope that somebody can send me maybe an already existing path or some 
explanation on how to solve this problem!
i am very glad to be in this mailing-list and hope to give and get many answers!
thank you,
Johannes Eckart

P.S.: as i am new, please tell me, when my netiquette is not correct :)
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

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


Re: [PD] specific questions on Gem

2007-02-01 Thread Erich Berger

hello johannes,

for this purpose you can use gem in single buffer mode,
its a message to gemwin |buffer 1(.
the buffer will not be cleared and every moving object produces a trace.

in gem/examples/04.pix is a single buffer example called pixdatasimple.pd
you need to modify it a bit for your use.

best

erich


-
http://randomseed.org

On Thu, 1 Feb 2007, Johannes Eckart wrote:



hello community of Pure Data!

My name is Johannes Eckart, comming originally from Salzburg-Austria and at the 
moment studying in Paris handcraft-arts. In my free-time and also for practical 
reasons in my study, i started working on Pure-Data and its library Gem. i 
already learned all the basics and i´m feeling quite well with the program.
but actually i am a beginner, so i have many questions!! but one after 
another...
for today i just want to pose a question on Gem:
i want to design lines and curbes in a Gem-window. the difficulty is, that i 
want to draw this lines by giving the coordinates directly to the path. maybe 
for better understanding: i want to create a circle, but he must not appear 
immediately. he must be drawn like with a pencil.
i hope that somebody can send me maybe an already existing path or some 
explanation on how to solve this problem!
i am very glad to be in this mailing-list and hope to give and get many answers!
thank you,
Johannes Eckart

P.S.: as i am new, please tell me, when my netiquette is not correct :)
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

___
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 with jack DIO errors

2007-02-01 Thread ugur guney

# Hi all,
# I've just compiled PD with ./configure --enable-jack options. My jack
version is:

jackd -V
jackd version 0.102.29 tmpdir /dev/shm protocol 16

# I'm using jack with freebob in order to use my M-Audio Firewire Solo.
(Freebob's version is 1.0.0) Jack runs without problems and Xruns (with 10
ms latency.) but when I use Jack as audio device I get many DIO errors, and
the sound  comes very distorded. In contrast OSS device works well. (OSS
uses a SoundBlaster Live! soundcard). (And I'm using Ubuntu 6.10)
# What may be the cause of this problem? I was never so close to make music
under Linux!
-ugur-
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pd gui chrases in Ubuntu Edgy Eft

2007-02-01 Thread Fanouris Moraitis

Hi,

Sometimes when I do right click for help to any object or when I am
trying to type something pd crashes with the following message

 pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion
`exception-signature == 0xabacadabUL' failed.
Pd: signal 6
pd_gui: pd process exited

I use Pd version 0.39.2-extended-test7 for ubuntu

cheers,

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


[PD] Re: pd with jack DIO errors

2007-02-01 Thread ugur guney

# Sorry, the cause of the problem was me. After I tried an another program
amSynth, same distorted sounds appeared and I understood that the problem is
not pd spesific. I played with the configuration of jackd and when I set the
Periods/Buffer = 3 (rather than 2) everthing worked fine. I'm supposing that
this is due to my non-real-time kernel. Sorry for occupying your inboxes.
-uğur-

On 2/1/07, ugur guney [EMAIL PROTECTED] wrote:


# Hi all,
# I've just compiled PD with ./configure --enable-jack options. My jack
version is:

jackd -V
jackd version 0.102.29 tmpdir /dev/shm protocol 16

# I'm using jack with freebob in order to use my M-Audio Firewire Solo.
(Freebob's version is 1.0.0) Jack runs without problems and Xruns (with 10
ms latency.) but when I use Jack as audio device I get many DIO errors, and
the sound  comes very distorded. In contrast OSS device works well. (OSS
uses a SoundBlaster Live! soundcard). (And I'm using Ubuntu 6.10)
# What may be the cause of this problem? I was never so close to make
music under Linux!
-ugur-

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


Re: [PD] Re: pd with jack DIO errors

2007-02-01 Thread Roman Haefeli
On Thu, 2007-02-01 at 17:07 +0200, ugur guney wrote:
 # Sorry, the cause of the problem was me. After I tried an another
 program amSynth, same distorted sounds appeared and I understood that
 the problem is not pd spesific. I played with the configuration of
 jackd and when I set the Periods/Buffer = 3 (rather than 2) everthing
 worked fine. I'm supposing that this is due to my non-real-time
 kernel. Sorry for occupying your inboxes. 
 -uğur-

hey man, no problem at all. cool, that you could solve your problem
anyway. i don't know if the needed period/buffer-number has anything to
do with realtime-kernel. what combinations of period/buffer-numbers and
framesizes in jackd work or not on a specific soundcard, is still a big
mysterium for me. from my experience, each audio device requires
absolutely different settings. in the worst case, only one combination
works.  

roman

 On 2/1/07, ugur guney [EMAIL PROTECTED] wrote:
 # Hi all,
 # I've just compiled PD with ./configure --enable-jack
 options. My jack version is:
 
 jackd -V
 jackd version 0.102.29 tmpdir /dev/shm protocol 16
 
 # I'm using jack with freebob in order to use my M-Audio
 Firewire Solo. (Freebob's version is 1.0.0) Jack runs without
 problems and Xruns (with 10 ms latency.) but when I use Jack
 as audio device I get many DIO errors, and the sound  comes
 very distorded. In contrast OSS device works well. (OSS uses a
 SoundBlaster Live! soundcard). (And I'm using Ubuntu 6.10)
 # What may be the cause of this problem? I was never so close
 to make music under Linux!
 -ugur-
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



___ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de


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


Re: [PD] specific questions on Gem

2007-02-01 Thread patrick

hi and welcome,

frank barknecht did a patch for drawing with the mouse on the gemwin. it 
was using pmpd (physical modeling) or the new one. sadly i cannot find 
it on my computer. frank can you share it again?


pat

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


[PD] makefile

2007-02-01 Thread europa989
hi, if this is too dumb a question on my part, then dont bother. i 
currently have this random version of linux on a computer. I got PD on 
it, though it has issues opening GEm (its pd-extended, probably newest 
version, got it like 4 days ago or less). I downloaded Gem from that 
IEM website and read instructions for installing the GEM folder. It 
said a lot of stuff by running the makefile and makeauxlibs out of the 
source folder. I found these files. (I also have gcc if thats of help). 
I was wondering what to do. I've like clicked these makefile and 
makeauxlibs files and I don't know if that's supposed to do anything, I 
can't tell if it did. I've never done this make thing before and I dont 
understand how it works. Pointing to a solution elsewhere on the 
internet that describes this stuff or some aid would help much. thanks


Check out the new AOL.  Most comprehensive set of free safety and 
security tools, free access to millions of high-quality videos from 
across the web, free AOL Mail and more.



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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread Thomas Mayer
Hello,

thanks for all your suggestions, TAPESTREA looks great, but I'm just
intrigued by the patch of carmen. After playing around a while with some
objects, the following idea came into my mind:

Create a [pdp_xv] canvas with 800x640 pixels.
Use the values of [fft~] as right input for [pdp_gain] and multiply it
with a white rectangle of 10x10 pixels and put it in the right place
(bottom to top in column)
Goto next column and repeat (50 ms), so the pic will look like:

^
|
|
|--- 64 values from fft~
|
|
|
|
--
80 values for time (=4 s)

So, for now, I'd ask for some specific objects:
How can I split lists of audio data, as [snapshot~] only outputs the
first value?
The 4.fft.examples folders from CVS is empty, and the help for fft~ is
not really helpful. Is there any help for tweaking [fft~] available,
e.g. setting window size (in frequency domain)?
Is there a pdp/pidip object that can put a picture in a desired position
on a pdp window?

Thanks,
Thomas
-- 
Prisons are needed only to provide the illusion that courts and police
are effective. They're a kind of job insurance.
(Leto II. in: Frank Herbert, God Emperor of Dune)
http://thomas.dergrossebruder.org/

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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread carmen
On Thu Feb 01, 2007 at 09:20:36AM +, Jamie Bullock wrote:
 On Wed, 2007-01-31 at 23:48 -0500, carmen wrote:
 
  
  if you dont mind the analysis being offline, check out sonic visualiser:
  http://www.sonicvisualiser.org/
  
  CLAM might have one. see a full-color spectrogram in one of the 
  screenshots, but not in the patcher view:
  http://iua-share.upf.es/wikis/clam/images/8/83/NetEditQt4-PortMonitor-SpectralPeaks.png
  
 
 There is also the old, but still wonderful Ceres3:
 http://www.music.columbia.edu/~stanko/About_Ceres3.html
 
  
  you'll also want lots of controls to adjust the amplification, logarithmic 
  scaling, color palette, etc..
  
  http://whats-your.name/i/licker.png is what i use , sure it uses more CPU 
  than a C implementation, but its more flexible, and you can plug it in 
  anywhere in your patch..
 
 
 Looks interesting. How did you do the visualisation? 

its the normal FFT stolen from one of the demo patches (the one that makes a 
spectrum snapshot), combined with a HSV2RGB subpatch, and a few lines of Tk to 
add a line of pixels to an image

Is the code online
 somewhere?

its sp.wid and sp.pd in this dir:

cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/pure-data co extensions/gui/ix

if you also need [widget]:

 cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/pure-data co externals\
 cd externals/build  scons

i just tested all this w/ 0.41-test04 and it works (SCons even still builds all 
the externals w/o failing - kudos to whoever didn't delete that :)


i reckon it could probably be sped up by replacing some of the list ops with 
newer stuff from 0.41, and replacing HSV2RGB with the one from GEM..at the time 
i couldn't get GEM compiling due to some autotools issue.. oddly it took about 
2% CPU on windows, and 25% CPU on a computer twice as fast on linux, if taskmgr 
and top can be believed, respectively..

 
 Jamie
 

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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread carmen
 So, for now, I'd ask for some specific objects:
 How can I split lists of audio data, as [snapshot~] only outputs the
 first value?

if you mean turn them into lists of floats from a signal, theres unpack~, drip, 
and similar. you probably want an intermediary table anyways, to eg use a 
logarithmic index for the tabread of the frequency bin.. therefore you can 
proably bypass the need for drip~/unpack with a tabwrite~/tabread. 

also you coan likely do it all in signal domain, for speed reasons..

 The 4.fft.examples folders from CVS is empty, and the help for fft~ is
 not really helpful. Is there any help for tweaking [fft~] available,
 e.g. setting window size (in frequency domain)?

there is no perfect window size. for the perfect looking spectrogram you 
proabbly want several window sizes at once, one for the low freqs, and one for 
the higher ones, and combine them into a single image. 

but someting like 512 or 1024 samples will proably work to start with, unless 
you need nice bass resolution


 Is there a pdp/pidip object that can put a picture in a desired position
 on a pdp window?

can you treat a 1 x 1024 'grid' as a PDP pix? if so maybe thats even faster 
than signal ops. especially if theres GPU acceleration..

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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread padawan12
On Thu, 01 Feb 2007 20:40:45 +0100
Thomas Mayer [EMAIL PROTECTED] wrote:


 thanks for all your suggestions, TAPESTREA looks great

Which reminds me - it's one Raul Diaz should be interested in.
Afair it' wavelet analysis, fourier resynthesis, with the intermediate
domain as the image (spectrograph) you see. So you can do all kinds of 
whacky cross-synthesis and spectral blending. Might be worth a look at 
the code. I thought the examples like sheep-goat were a bit poor
however, for its amazing potential the examples given are quite dull.


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


[PD] render pd files

2007-02-01 Thread Jeff Sandys
Is there a way to render a .pd file to make a printable graphic besides
loading the file into PD?as in:
$ renderPD input_patch.pd output_graphic.png
This would be useful for documentation and could be a nice addition to
a web server or browser.
-- Jeff



Interested in getting caught up on today's news?
Click here to checkout USA TODAY Headlines.
http://track.juno.com/s/lc?s=198954u=http://www.usatoday.com/news/front.htm?csp=24



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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread patrick

hi carmen,

it looks very nice. how can we used it? also i would like to try your 
other stuff like the eq gui:

http://whats-your.name/pr/filter.gif

can you share the code?
pat




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


[PD] Re: mapping library examples

2007-02-01 Thread Jaime Oliver

Hello HC Steiner, where can I find this mapping library for OSX??

I have been working in two new instruments and that library could be
really helpfull. Your paper is a good reflection of the situation of
people making new instruments...

below is a normalizer or autoscale as you call it in your paper that
takes input values 0 - n. If you have some time to see it, let me know
what you think of it, for I am using it all around the place and maybe
it could be optimized. (below that are two abstractions it needs to
work).

have a good day,

Jaime

Mother patch norm

#N canvas 688 157 155 248 10;
#X obj 72 9 inlet;
#X obj 7 10 inlet;
#X obj 71 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 8 96 -;
#X obj 46 96 -;
#X obj 7 123 / 0;
#X floatatom 7 150 5 0 0 0 - - -;
#X obj 6 173 outlet;
#X floatatom 42 126 5 0 0 0 - - -;
#X floatatom 86 124 5 0 0 0 - - -;
#X text 1 198 assumes input = 0;
#X obj 34 63 minmax;
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 1 0 11 0;
#X connect 2 0 11 1;
#X connect 3 0 5 0;
#X connect 4 0 5 1;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 11 0 3 1;
#X connect 11 0 4 1;
#X connect 11 0 8 0;
#X connect 11 1 4 0;
#X connect 11 1 9 0;

abstraction minmax

#N canvas 143 22 146 291 10;
#X obj 86 11 inlet;
#X obj 42 11 inlet;
#X obj 86 32 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 42 52 maximum;
#X obj 11 81 -;
#X obj 10 205 outlet;
#X obj 59 205 outlet;
#X obj 10 107 abs;
#X obj 10 130 maximum;
#X obj 9 154 -;
#X obj 9 177 abs;
#X text 12 230 min;
#X text 64 230 max;
#X floatatom 9 250 5 0 0 0 - - -;
#X floatatom 60 249 5 0 0 0 - - -;
#X floatatom 7 43 5 0 0 0 - - -;
#X floatatom 86 109 5 0 0 0 - - -;
#X floatatom 78 170 5 0 0 0 - - -;
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 1 0 4 0;
#X connect 1 0 15 0;
#X connect 2 0 3 1;
#X connect 2 0 8 1;
#X connect 3 0 4 1;
#X connect 3 0 6 0;
#X connect 3 0 9 1;
#X connect 3 0 14 0;
#X connect 3 0 16 0;
#X connect 4 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 8 0 17 0;
#X connect 9 0 10 0;
#X connect 10 0 5 0;
#X connect 10 0 13 0;

abstraction maximum

#N canvas 475 22 151 200 10;
#X obj 77 6 inlet;
#X obj 7 8 inlet;
#X floatatom 6 35 5 0 0 0 - - -;
#X obj 7 85 ;
#X floatatom 8 113 5 0 0 0 - - -;
#X obj 9 137 sel 1 0;
#X obj 9 159 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X floatatom 78 111 5 0 0 0 - - -;
#X msg 76 28 0;
#X obj 7 55 t f f;
#X obj 78 87 f;
#X obj 78 143 outlet;
#X connect 0 0 8 0;
#X connect 1 0 2 0;
#X connect 2 0 9 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 10 0;
#X connect 7 0 3 1;
#X connect 7 0 11 0;
#X connect 8 0 3 1;
#X connect 9 0 3 0;
#X connect 9 1 10 1;
#X connect 10 0 7 0;

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


RE: [PD] Live Apectrum Analyzer

2007-02-01 Thread Michael Garrett
Now here is a question... does anyone have software that will take a 2D
image and convert it to a wave file??

Really just an inverse cosine transform (all data is real)... Would be an
interesting thing to play with, hmmm probably a way to have phase represent
color.. ( think I have a dimensionality problem, or dementia)...

mcg

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
Thomas Mayer
Sent: Wednesday, January 31, 2007 1:36 PM
To: pd-list@iem.at
Subject: [PD] Live Apectrum Analyzer

Hello,

as I'm diving deeper and deeper into Pd and externals, I'm willing to do
some video works. One of my aims is to create a spectrum analyzer,
preferably with pdp and pidip, as I have just compiled those without any
problems. Now, that I'm reading about the different objects, I don't
have a clue how to accomplish that. Is there an easy online tutorial
available? Or did anyone do that already and is willing to share his/her
patch with a newby?

My aim is to get something like http://www.bastwood.com/aphex.php but I
guess, that will be in five years or so ;)


cu Thomas
-- 
Prisons are needed only to provide the illusion that courts and police
are effective. They're a kind of job insurance.
(Leto II. in: Frank Herbert, God Emperor of Dune)
http://thomas.dergrossebruder.org/

___
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] forward makefile

2007-02-01 Thread europa989
 by the way, the message PD's console says: 
 
 /media/sdc1/Directory/PD/Pd-0.39.2-extended-test7/lib/pd/extra/Gem.pd_linux: 
libmpeg.so.1: cannot open shared object file: No such file or directory
 Gem: can't load library 
  

Check out the new AOL.  Most comprehensive set of free safety and security 
tools, free access to millions of high-quality videos from across the web, free 
AOL Mail and more.
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] RE: PD-announce Digest, Vol 23, Issue 1

2007-02-01 Thread duma fuji
Thank you very much!  Great!

 From: [EMAIL PROTECTED] Subject: PD-announce Digest, Vol 23, Issue 1 To: 
 pd-announce@iem.at Date: Thu, 1 Feb 2007 12:00:15 +0100  Send PD-announce 
 mailing list submissions to pd-announce@iem.at  To subscribe or 
 unsubscribe via the World Wide Web, visit 
 http://lists.puredata.info/listinfo/pd-announce or, via email, send a 
 message with subject or body 'help' to [EMAIL PROTECTED]  You can reach 
 the person managing the list at [EMAIL PROTECTED]  When replying, please 
 edit your Subject line so it is more specific than Re: Contents of 
 PD-announce digest...   Today's Topics:  1. bang | pure data Book 
 online (Peter Plessas)   
 --  
 Message: 1 Date: Thu, 01 Feb 2007 00:54:06 + From: Peter Plessas 
 [EMAIL PROTECTED] Subject: [PD-announce] bang | pure data Book online 
 To: pd-announce@iem.at Message-ID: [EMAIL PROTECTED] Content-Type: 
 text/plain; charset=ISO-8859-1; format=flowed  Dear list,  The pd-graz 
 community is proud to announce the release of the free  download version of 
 the bang | Pure Data book.  Grab your copy at: 
 http://pd-graz.mur.at/label/book01  regards,  Peter Plessas (pd-graz)  
   --  
 ___ PD-announce mailing list 
 PD-announce@iem.at http://lists.puredata.info/listinfo/pd-announce   End 
 of PD-announce Digest, Vol 23, Issue 1 
 **
_
Get the new Windows Live Messenger!
http://get.live.com/messenger/overview___
PD-announce mailing list
PD-announce@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


Re: [PD] render pd files

2007-02-01 Thread carmen
On Thu Feb 01, 2007 at 10:46:22PM +, Jeff Sandys wrote:
 Is there a way to render a .pd file to make a printable graphic besides
 loading the file into PD?as in:
 $ renderPD input_patch.pd output_graphic.png
 This would be useful for documentation and could be a nice addition to
 a web server or browser.

the Tk canvas can render right to postscript. isnt there even a menu option for 
this in Pd?

 -- Jeff
 
 
 
 Interested in getting caught up on today's news?
 Click here to checkout USA TODAY Headlines.
 http://track.juno.com/s/lc?s=198954u=http://www.usatoday.com/news/front.htm?csp=24
 
 
 
 ___
 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] Re: mapping library examples

2007-02-01 Thread Hans-Christoph Steiner


It's included in the Pd-extended builds 0.39.2 or newer.  The library  
is called mapping.  These objects are in the same spirit as the  
mapping objects, like [autoscale] , [track_min], and [track_max].   
Plus cyclone has [minimum] and [maximum], which are very close to the  
built-in [min] and [max] IIRC.  These ones duplicate ones we already  
have, but we are interested in contributions.


Right now, we are building a collection of every kind of mapping  
object we can think of.  After a bit, we'll look and see if natural  
categories are forming.


.hc

On Feb 1, 2007, at 5:38 PM, Jaime Oliver wrote:


Hello HC Steiner, where can I find this mapping library for OSX??

I have been working in two new instruments and that library could be
really helpfull. Your paper is a good reflection of the situation of
people making new instruments...

below is a normalizer or autoscale as you call it in your paper that
takes input values 0 - n. If you have some time to see it, let me know
what you think of it, for I am using it all around the place and maybe
it could be optimized. (below that are two abstractions it needs to
work).

have a good day,

Jaime

Mother patch norm

#N canvas 688 157 155 248 10;
#X obj 72 9 inlet;
#X obj 7 10 inlet;
#X obj 71 36 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 8 96 -;
#X obj 46 96 -;
#X obj 7 123 / 0;
#X floatatom 7 150 5 0 0 0 - - -;
#X obj 6 173 outlet;
#X floatatom 42 126 5 0 0 0 - - -;
#X floatatom 86 124 5 0 0 0 - - -;
#X text 1 198 assumes input = 0;
#X obj 34 63 minmax;
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 1 0 11 0;
#X connect 2 0 11 1;
#X connect 3 0 5 0;
#X connect 4 0 5 1;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 11 0 3 1;
#X connect 11 0 4 1;
#X connect 11 0 8 0;
#X connect 11 1 4 0;
#X connect 11 1 9 0;

abstraction minmax

#N canvas 143 22 146 291 10;
#X obj 86 11 inlet;
#X obj 42 11 inlet;
#X obj 86 32 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 42 52 maximum;
#X obj 11 81 -;
#X obj 10 205 outlet;
#X obj 59 205 outlet;
#X obj 10 107 abs;
#X obj 10 130 maximum;
#X obj 9 154 -;
#X obj 9 177 abs;
#X text 12 230 min;
#X text 64 230 max;
#X floatatom 9 250 5 0 0 0 - - -;
#X floatatom 60 249 5 0 0 0 - - -;
#X floatatom 7 43 5 0 0 0 - - -;
#X floatatom 86 109 5 0 0 0 - - -;
#X floatatom 78 170 5 0 0 0 - - -;
#X connect 0 0 2 0;
#X connect 1 0 3 0;
#X connect 1 0 4 0;
#X connect 1 0 15 0;
#X connect 2 0 3 1;
#X connect 2 0 8 1;
#X connect 3 0 4 1;
#X connect 3 0 6 0;
#X connect 3 0 9 1;
#X connect 3 0 14 0;
#X connect 3 0 16 0;
#X connect 4 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 8 0 17 0;
#X connect 9 0 10 0;
#X connect 10 0 5 0;
#X connect 10 0 13 0;

abstraction maximum

#N canvas 475 22 151 200 10;
#X obj 77 6 inlet;
#X obj 7 8 inlet;
#X floatatom 6 35 5 0 0 0 - - -;
#X obj 7 85 ;
#X floatatom 8 113 5 0 0 0 - - -;
#X obj 9 137 sel 1 0;
#X obj 9 159 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X floatatom 78 111 5 0 0 0 - - -;
#X msg 76 28 0;
#X obj 7 55 t f f;
#X obj 78 87 f;
#X obj 78 143 outlet;
#X connect 0 0 8 0;
#X connect 1 0 2 0;
#X connect 2 0 9 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 10 0;
#X connect 7 0 3 1;
#X connect 7 0 11 0;
#X connect 8 0 3 1;
#X connect 9 0 3 0;
#X connect 9 1 10 1;
#X connect 10 0 7 0;

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





Access to computers should be unlimited and total.  - the hacker ethic



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


Re: [PD] pd gui chrases in Ubuntu Edgy Eft

2007-02-01 Thread Hans-Christoph Steiner


Are you running PDP or PiDiP?  That's the only thing that uses  
ImageMagick, AFAIK.  Try removing PDP and/or PiDiP from your startup  
libs.


.hc

On Feb 1, 2007, at 9:08 AM, Fanouris Moraitis wrote:


Hi,

Sometimes when I do right click for help to any object or when I am
trying to type something pd crashes with the following message

 pd: magick/exception.c:845: ThrowMagickExceptionList: Assertion
`exception-signature == 0xabacadabUL' failed.
Pd: signal 6
pd_gui: pd process exited

I use Pd version 0.39.2-extended-test7 for ubuntu

cheers,

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





Terrorism is not an enemy.  It cannot be defeated.  It's a tactic.   
It's about as sensible to say we declare war on night attacks and  
expect we're going to win that war.  We're not going to win the war  
on terrorism.- retired U.S. Army general, William Odom




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


Re: [PD] Live Apectrum Analyzer

2007-02-01 Thread Thomas Mayer
Michael Garrett wrote:
 Now here is a question... does anyone have software that will take a 2D
 image and convert it to a wave file??
 
 Really just an inverse cosine transform (all data is real)... Would be an
 interesting thing to play with, hmmm probably a way to have phase represent
 color.. ( think I have a dimensionality problem, or dementia)...

Here's some software for Windows, that runs with the latest version of
wine under Linux, at least for me (Gnu/Debian, with packages from wine):

http://hem.passagen.se/rasmuse/Coagula.htm

cu Thomas
-- 
Prisons are needed only to provide the illusion that courts and police
are effective. They're a kind of job insurance.
(Leto II. in: Frank Herbert, God Emperor of Dune)
http://thomas.dergrossebruder.org/

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


Re: [PD] Error Installing Pd-0.39.2-extended-test7-ubuntu-dapper

2007-02-01 Thread Hans-Christoph Steiner


On Jan 30, 2007, at 12:51 PM, Georg Holzmann wrote:


Hallo raul!

[EMAIL PROTECTED]:~$ tar xjf Pd-0.39.2-extended-test7-ubuntu-dapper- 
i386.tar.bz2

[EMAIL PROTECTED]:~$ cd Pd-0.39.2-extended-test7/
[EMAIL PROTECTED]:~/Pd-0.39.2-extended-test7$ make install prefix=/usr/local
install -d -m0755 '/usr/local/bin'
install -p 'bin/cyclist' '/usr/local/bin/cyclist'
install: no se puede crear el fichero regular `/usr/local/bin/ 
cyclist': Permiso denegado   -- translation: can't create regular  
file `/usr/local/bin/cyclist': permission defused


You need to be root when you want to install it !

So do a sudo su before installing ...


You could also do this:

sudo make install prefix=/usr/local

.hc



LG
Georg

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





There is no way to peace, peace is the way.   -A.J. Muste



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


Re: [PD] array arrow test7

2007-02-01 Thread Hans-Christoph Steiner


Hmm, sounds like a bug in the Intel build, this should work.  File a  
bug in the tracker:


http://puredata.org/dev/bugtracker

.hc

On Jan 30, 2007, at 6:37 PM, Echo Ho wrote:


hallo pidier
i'm using Core 2 Duo mac book , and i don't know if the flowing  
problem is a os x  (10.39 pd 0.39.2 extended test 7 or not:


it doesn't load to array properly, when a sound file is longer than  
2 Min.

Message | read  -resize -maxsize le+08   |

error: soundfiler_read: truncated to 400 elements
warning: array array1: clearing save-in-patch flag
error: usage: read [flags] filename tablename...
flags: -skip n -nframes n -resize -maxsize n ...
-raw headerbytes channels bytespersamp endian (b, l, or n).

it works with a old extended version on G4...
;-( is there any tip for me?

 (\   /)
 [- . - 猫earweego_sonicvision
 www.earweego.net




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






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


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


Re: [PD] render pd files

2007-02-01 Thread Chris McCormick
 On Feb 1, 2007, at 10:46 PM, Jeff Sandys wrote:
 Is there a way to render a .pd file to make a printable graphic  
 besides
 loading the file into PD?

On Thu, Feb 01, 2007 at 07:56:53PM -0500, Hans-Christoph Steiner wrote:
 Ctrl-P/Cmd-P, or File-Print on the menu, makes a Postscript file  
 from your patch.

I wonder if it's possible to start pd with -nogui and send a message
with -send to accomplish the same thing? That would be really nice for
making web pages showing off Pd abstractions.

Best,

Chris.

---
[EMAIL PROTECTED]
http://mccormick.cx

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