[PD] vbap/define_loudspeakers mach-o error

2010-10-17 Thread Pagano, Patrick
Hello

i am exploring panning for a project which has led me back to vbap and a bunch 
of other cool panners
I want to use panN~ from xjimmies but i get this error when trying to get vbap 
 define_loudspeakers to load
can anyone help me with this error?

pp


_/Users/shree/Desktop/nSLAM-1.0/xjimmies/define_loudspeakers.pd_darwin: 
dlopen(/Users/shree/Desktop/nSLAM-1.0/xjimmies/define_loudspeakers.pd_darwin, 
10): no suitable image found.  Did find:
/Users/shree/Desktop/nSLAM-1.0/xjimmies/define_loudspeakers.pd_darwin: 
mach-o, but wrong architecture
 define_loudspeakers 2 -90 0 90 180
... couldn't create
/Volumes/shree/PD/PD_MSP/PD_MSP_JOB/nSLAM-1.0/xjimmies/define_loudspeakers.pd_darwin:
 
dlopen(/Volumes/shree/PD/PD_MSP/PD_MSP_JOB/nSLAM-1.0/xjimmies/define_loudspeakers.pd_darwin,
 10): no suitable image found.  Did find:

/Volumes/shree/PD/PD_MSP/PD_MSP_JOB/nSLAM-1.0/xjimmies/define_loudspeakers.pd_darwin:
 mach-o, but wrong architecture
 define_loudspeakers 2 -90 0 90 180
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Tyler Leavitt thecryofl...@gmail.com

 http://www.mail-archive.com/pd-list@iem.at/msg00287.html

 I googled my question and came up with this thread... considering it was 4
 years old I figured maybe someone out there had a fresh solution...

 I need to clear a delay that I have written via delwrite~. Is there any way
 to do this yet?


tabwrite~ ?
Tim


Tyler

 ___
 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] vbap/define_loudspeakers mach-o error

2010-10-17 Thread Mathieu Bouchard

On Sun, 17 Oct 2010, Pagano, Patrick wrote:

i am exploring panning for a project which has led me back to vbap and a 
bunch of other cool panners I want to use panN~ from xjimmies but i get 
this error when trying to get vbap  define_loudspeakers to load can 
anyone help me with this error?


The .pd_darwin files must be compiled for the same CPU type as the 
Pd-extended you use. For example, if you have an Intel CPU, then 
Pd-extended for Intel is more efficient than Pd-extended for PPC, but the 
former can only load .pd_darwin files made for Intel, and the latter can 
only load .pd_darwin files made for PPC.


OSX's mach-o format has the particularity of allowing to merge support for 
several CPUs in the same file, but not everybody uses that all of the 
time.


 ___
| Mathieu Bouchard -- Villeray, Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Peter Plessas

tim vets wrote:

2010/10/17 Tyler Leavitt thecryofl...@gmail.com


http://www.mail-archive.com/pd-list@iem.at/msg00287.html

I googled my question and came up with this thread... considering it was 4
years old I figured maybe someone out there had a fresh solution...

I need to clear a delay that I have written via delwrite~. Is there any way
to do this yet?


Yes, let me chime into this topic! I also come accross situations where 
I need to clear a delay buffer, and I was looking for a message like

; const 0
which can be use to clear tables. And, yes, it needs to be a delay, not 
a table.


Looking forward to suggestions!





tabwrite~ ?
Tim


Tyler

___
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] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Peter Plessas ples...@mur.at

 tim vets wrote:

 2010/10/17 Tyler Leavitt thecryofl...@gmail.com

  http://www.mail-archive.com/pd-list@iem.at/msg00287.html

 I googled my question and came up with this thread... considering it was
 4
 years old I figured maybe someone out there had a fresh solution...

 I need to clear a delay that I have written via delwrite~. Is there any
 way
 to do this yet?


 Yes, let me chime into this topic! I also come accross situations where I
 need to clear a delay buffer, and I was looking for a message like
 ; const 0
 which can be use to clear tables. And, yes, it needs to be a delay, not a
 table.


so what is it you can do with a delay that you can't with tabread~,
tabwrite~ and a table?
gr,
Tim




 Looking forward to suggestions!



  tabwrite~ ?
 Tim


 Tyler

 ___
 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] vbap/define_loudspeakers mach-o error

2010-10-17 Thread Pagano, Patrick
Thanks Mathieu, i figured with the mach-o error which i recall from SGI days as 
well that it had to do with the CPU
Has anyone compiled vbap for Intel?
I am currently using panN~ from xjimmies2 which does not seem to use 
define_loudspeakers, but i am curious to try it regardless

pp

From: Mathieu Bouchard [ma...@artengine.ca]
Sent: Sunday, October 17, 2010 8:24 AM
To: Pagano, Patrick
Cc: pd-list@iem.at
Subject: Re: [PD] vbap/define_loudspeakers mach-o error

On Sun, 17 Oct 2010, Pagano, Patrick wrote:

 i am exploring panning for a project which has led me back to vbap and a
 bunch of other cool panners I want to use panN~ from xjimmies but i get
 this error when trying to get vbap  define_loudspeakers to load can
 anyone help me with this error?

The .pd_darwin files must be compiled for the same CPU type as the
Pd-extended you use. For example, if you have an Intel CPU, then
Pd-extended for Intel is more efficient than Pd-extended for PPC, but the
former can only load .pd_darwin files made for Intel, and the latter can
only load .pd_darwin files made for PPC.

OSX's mach-o format has the particularity of allowing to merge support for
several CPUs in the same file, but not everybody uses that all of the
time.

  ___
| Mathieu Bouchard -- Villeray, Montréal, QC

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


Re: [PD] readanysf_duration_speed

2010-10-17 Thread oskoff lovich
  Hi August,

   yes,  with the las versión (0.42) run perfectaly also at 256 speed
maybe too much for glitchy intentions..  :)

  salut!



2010/10/12, august aug...@alien.mur.at:
 Hi August,

 Cool.  Abuse it, please.But, what do you mean by crashing dsp?
 Ideally, readanysf~ shouldn't crash, ever.  Please let me know if it
 does.
 
 I'm not sure I understand you correctly.  Does it crash PD all
 together, or does it lock up your DSP?   The later could happen if
 your computer is too slow, I imagine.

 Sorry for confusing; the crashed was with a lot readanysf~ at high
 speed and a lot of other proccess running in extreme and for shure
 that something i did wrong it is irrelevant this crashed

 But i test readanysf in more isolated conditions:

 1) - Pd running at 44100 samplerate and default block size
 - Audio file 44100 stereo
 -readanysf~ with default creation arguments (samples per frame in
 the internal buffer = 24)

in this case working  in a good way  max speed= 20 or 25  up of this
 valours
starting to lock up DSP and the loop mode doesn't work  and I have to
push stop and then play but then start  at speed=1...

 2)  -with the same Pd samplerate  and audio file
  -readanysf~ with (sample per frame in the internal buffer=32 and
 a blocksize= 256)
   the same that in the help file..

 working much better i can play at speed=100-120

  -from speed=1 to speed=60 in this range it works perfect also
 with the loop mode on
  -from speed=60 to speed=120 it is  more unestable, with some
 glitches, and sometimes
lock up DSP, when lock up the same that before ( the
 loop mode doesn't work
  and I have to  push stop and then play and start to
 play but at speed=1...
  and the procesor go to 50/60%...



  I am in Ubuntu 9.10 Karmic Koala

   acer aspire 1810TZ
   Intel Pentium processor  SU4100( for shure this is not so
 fast)
   4GB ram

   readanysf~ 0.36

 please download and try the same things with the latest readanysf~

 http://aug.ment.org/readanysf/download.php
 http://aug.ment.org/software/readanysf~0.42.tar.gz

 also, note that you could run into a DSP lockup if your harddrive is too
 slow and it can't read the files fast enough.   Also, for doing what you
 intend to do, you might want to increase the number of audio frames and
 the samples per frame.








-- 
http://noconventions.mobi/noish

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


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Tyler Leavitt
The problem is I've already written my patch for a delay line =)

I also read that tables have some latency when using them in loopers (what I
am doing) because they can only write in block size. I was about to switch
to using tables and then I read this...

On Sun, Oct 17, 2010 at 6:38 AM, tim vets timv...@gmail.com wrote:



 2010/10/17 Peter Plessas ples...@mur.at

 tim vets wrote:

 2010/10/17 Tyler Leavitt thecryofl...@gmail.com

  http://www.mail-archive.com/pd-list@iem.at/msg00287.html

 I googled my question and came up with this thread... considering it was
 4
 years old I figured maybe someone out there had a fresh solution...

 I need to clear a delay that I have written via delwrite~. Is there any
 way
 to do this yet?


 Yes, let me chime into this topic! I also come accross situations where I
 need to clear a delay buffer, and I was looking for a message like
 ; const 0
 which can be use to clear tables. And, yes, it needs to be a delay, not a
 table.


 so what is it you can do with a delay that you can't with tabread~,
 tabwrite~ and a table?
 gr,
 Tim




 Looking forward to suggestions!



  tabwrite~ ?
 Tim


 Tyler

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




 


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



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


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


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Tyler Leavitt thecryofl...@gmail.com

 The problem is I've already written my patch for a delay line =)

 I also read that tables have some latency when using them in loopers (what
 I am doing) because they can only write in block size. I was about to switch
 to using tables and then I read this...



Hi Tyler,
I don't know what you want to do specifically, but I guess you could use a
subpatch with a small blocksize if that matters.
This is for example useful when making something like a flanger effect, or
karplus strong synthesis, because delread~ can not go below 1x the
blocksize...(if I remember correctly)
I still don't see anything in this you can only do with delay lines and not
with tables, though I might miss the point :)
gr,
Tim

On Sun, Oct 17, 2010 at 6:38 AM, tim vets timv...@gmail.com wrote:



 2010/10/17 Peter Plessas ples...@mur.at

 tim vets wrote:

 2010/10/17 Tyler Leavitt thecryofl...@gmail.com

  http://www.mail-archive.com/pd-list@iem.at/msg00287.html

 I googled my question and came up with this thread... considering it
 was 4
 years old I figured maybe someone out there had a fresh solution...

 I need to clear a delay that I have written via delwrite~. Is there any
 way
 to do this yet?


 Yes, let me chime into this topic! I also come accross situations where I
 need to clear a delay buffer, and I was looking for a message like
 ; const 0
 which can be use to clear tables. And, yes, it needs to be a delay, not a
 table.


 so what is it you can do with a delay that you can't with tabread~,
 tabwrite~ and a table?
  gr,
 Tim




 Looking forward to suggestions!



  tabwrite~ ?
 Tim


 Tyler

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




 


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



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



 ___
 Pd-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] Clearing a delwrite~ (revisited)

2010-10-17 Thread Andy Farnell


[vd~]

If you want to read at a vari-rate from a buffer
then AFIK you can only use the [delwrite~]/[vd~]
pairing.


On Sun, 17 Oct 2010 18:21:48 +0200
tim vets timv...@gmail.com wrote:

 I still don't see anything in this you can only do with delay lines and not
 with tables,

-- 
Andy Farnell padawa...@obiwannabe.co.uk

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


[PD] [PD-announce] Workshop: Starting with Sensors and Interaction, @ ACADIA conference

2010-10-17 Thread Hans-Christoph Steiner

http://www.acadia.org/acadia2010/workshops

11- WORKSHOP TITLE: Starting with Sensors and Interaction
Instructor: Hans-Christoph Steiner (h...@eds.org), Interaction  
Designer and Artist; Pd, Arduino, and Firmata Developer

Administrative Support:
Duration: 1 Day
Date: Wednesday, 20th (10am-5pm) of October of 2010
Theme:  Using Pd and Arduino to create real-time interaction
The combination of sensors and computers provide myriad opportunities  
for creating interactions.  This workshop will introduce how to use  
computers and sensors to generate real-time interaction in the  
physical world with light and movement.  Pd (aka Pure Data) will be  
introduced as a simple programming enviroment for real-time  
interaction.  Arduinos running Firmata software will be used to  
interface to the sensors, electronics, servos, etc. This workshop will  
be a combination of short lectures, hands-on instruction, and  
unstructured time to work on learning and exploring with support of  
the instructor. While Pd is fairly easy to learn and designed for  
artists, familiarity with basic computer programming will be very  
beneficial. You will be able to apply the concepts learned in this  
course to a wide range of programming environments where Arduino /  
Firmata is supported, including Flash, Processing, and more.


We have the required electronics tools at the venue but your  
encouraged to make arrangements for purchasing the following kit: http://www.adafruit.com/index.php?main_page=product_infocPath=17products_id=170Â 
  Students are also encouraged to bring additional hardware and/or  
tools they are interested in working with.  Bring DMX lighting, LEDs,  
projectors, etc. to experiment with real-time lighting control.  Bring  
servos or motor controllers to experiment with motion.  Bring  
accelerometers, rotary sensors; flex sensors, etc. to experiment with  
sensing motion. Bring basic architecture model making supplies to  
build a model to work with. We also recommend that you bring any  
electronics equipment you may have including a soldering iron and  
solder, wire strippers, helping hands, digital multimeter, etc.

Materials required: Bring your own laptop.
Software: Pd-extended (http://puredata.info/downloads) and Arduino (http://arduino.cc 
), both free software, download and install before arriving, we can  
help troubleshoot any problems that arise.

Available Seats: 12 students/ Cost: $150
Skills required:
Location: NYC Resistor, 87 3rd Ave, 4th Floor, Brooklyn, NY,  
nycresistor.com

http://puredata.info/docs/workshops/AcadiaSensorsInteraction



___
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


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Roman Haefeli
On Sun, 2010-10-17 at 08:39 -0700, Tyler Leavitt wrote:
 The problem is I've already written my patch for a delay line =) 
 
 
 I also read that tables have some latency when using them in loopers
 (what I am doing)

You always have a latency of one block when doing recursion, no matter
if it's done with tables or delay lines. So either way you could achieve
the smallest possible latency by using 1 as a block size in the subpatch
that does the looping part. 

If you force the order of [tabwrite~] and [tabread~] they introduce zero
latency (the same applies to [elwrite~] and [delread~]/[vd~]). However,
when doing recursion the order can only be 'read first' and 'write
afterwards'.

Roman


  because they can only write in block size. I was about to switch to
 using tables and then I read this...
 
 On Sun, Oct 17, 2010 at 6:38 AM, tim vets timv...@gmail.com wrote:
 
 
 2010/10/17 Peter Plessas ples...@mur.at
 
 tim vets wrote:
 2010/10/17 Tyler Leavitt
 thecryofl...@gmail.com
 
 
 http://www.mail-archive.com/pd-list@iem.at/msg00287.html
 
 I googled my question and came up with
 this thread... considering it was 4
 years old I figured maybe someone out
 there had a fresh solution...
 
 I need to clear a delay that I have
 written via delwrite~. Is there any
 way
 to do this yet?
 
 
 Yes, let me chime into this topic! I also come accross
 situations where I need to clear a delay buffer, and I
 was looking for a message like
 ; const 0
 which can be use to clear tables. And, yes, it needs
 to be a delay, not a table.
 
 
 so what is it you can do with a delay that you can't with
 tabread~, tabwrite~ and a table?
 gr,
 Tim
 
 
  
 
 Looking forward to suggestions!
 
 
 
 tabwrite~ ?
 Tim
 
 
 Tyler
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 ___
 Pd-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] Clearing a delwrite~ (revisited)

2010-10-17 Thread Roman Haefeli
On Sun, 2010-10-17 at 18:43 +0100, Andy Farnell wrote:
 
 [vd~]
 
 If you want to read at a vari-rate from a buffer
 then AFIK you can only use the [delwrite~]/[vd~]
 pairing.

[delwrite~]/[delread~] could be replaced by [tabwrite~]/[tabread~].

[delwrite~]/[vd~] could be replaced by [tabwrite~]/[tabread4~], no?

AFAIK, both, [vd~] and [tabread4~] do a 4-point interpolation. Or am I
overseeing something?

Roman


 On Sun, 17 Oct 2010 18:21:48 +0200
 tim vets timv...@gmail.com wrote:
 
  I still don't see anything in this you can only do with delay lines and not
  with tables,
 



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


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 Andy Farnell padawa...@obiwannabe.co.uk



 [vd~]

 If you want to read at a vari-rate from a buffer
 then AFIK you can only use the [delwrite~]/[vd~]
 pairing.


isn't that possible with something like:

[phasor~]
|
[+~]   add offset here
|
[tabread~ mytable]

?

but, for the record, I was also looking for a way to clear delay buffers at
one point, I still think it would be handy.

Tim



 On Sun, 17 Oct 2010 18:21:48 +0200
 tim vets timv...@gmail.com wrote:

  I still don't see anything in this you can only do with delay lines and
 not
  with tables,

 --
 Andy Farnell padawa...@obiwannabe.co.uk

 ___
 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] Clearing a delwrite~ (revisited)

2010-10-17 Thread tim vets
2010/10/17 tim vets timv...@gmail.com



 2010/10/17 Andy Farnell padawa...@obiwannabe.co.uk



 [vd~]

 If you want to read at a vari-rate from a buffer
 then AFIK you can only use the [delwrite~]/[vd~]
 pairing.


 isn't that possible with something like:

 [phasor~]
 |
 [+~]   add offset here
 |
 [tabread~ mytable]

 ?

 oops, that is, with a multiplier in there somewhere ofcourse...


 but, for the record, I was also looking for a way to clear delay buffers at
 one point, I still think it would be handy.

 Tim



 On Sun, 17 Oct 2010 18:21:48 +0200
 tim vets timv...@gmail.com wrote:

  I still don't see anything in this you can only do with delay lines and
 not
  with tables,

 --
 Andy Farnell padawa...@obiwannabe.co.uk

 ___
 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] Segmentation Fault when loading videos

2010-10-17 Thread Hans-Christoph Steiner


It could be something in the videos that you are loading causing  
crashes.  Your best bet is to convert your videos to Motion JPEG codec.


.hc

On Oct 16, 2010, at 8:45 PM, Antonio Roberts wrote:


I've made a very simple video mixer in PD/Gem but I'm having problems
with it. When I've loaded the videos (tried a combination of avi and
mov files) and rendered the window after about 1 minute PD crashes
completely with a segmentation fault: WARNING: Child process
terminated by signal 11

At first I thought it was because I'm using a proprietary graphics
driver, but I disabled it and PD still crashes.

I'm using pd-extended 0.42.5 on Ubuntu 10.10. System specs: Dell
Studio 1555: Pentium Dual Core T4300(2.1GHz,800MHz,1MB), 4096MB 800MHz
DDR2 Dual Channel, 512 MB ATI Mobility RADEON HD 4570

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






[W]e have invented the technology to eliminate scarcity, but we are  
deliberately throwing it away to benefit those who profit from  
scarcity.-John Gilmore




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


Re: [PD] Segmentation Fault when loading videos

2010-10-17 Thread Antonio Roberts
Thanks for the suggestion. I converted the videos using the following
command in ffmpeg ffmpeg -i 4.mov -vcodec mjpeg 6.avi but I still get
segmentation faults.

Ant

On 17 October 2010 20:16, Hans-Christoph Steiner h...@at.or.at wrote:

 It could be something in the videos that you are loading causing crashes.
  Your best bet is to convert your videos to Motion JPEG codec.

 .hc

 On Oct 16, 2010, at 8:45 PM, Antonio Roberts wrote:

 I've made a very simple video mixer in PD/Gem but I'm having problems
 with it. When I've loaded the videos (tried a combination of avi and
 mov files) and rendered the window after about 1 minute PD crashes
 completely with a segmentation fault: WARNING: Child process
 terminated by signal 11

 At first I thought it was because I'm using a proprietary graphics
 driver, but I disabled it and PD still crashes.

 I'm using pd-extended 0.42.5 on Ubuntu 10.10. System specs: Dell
 Studio 1555: Pentium Dual Core T4300(2.1GHz,800MHz,1MB), 4096MB 800MHz
 DDR2 Dual Channel, 512 MB ATI Mobility RADEON HD 4570

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



 

 [W]e have invented the technology to eliminate scarcity, but we are
 deliberately throwing it away to benefit those who profit from scarcity.
      -John Gilmore




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


Re: [PD] Segmentation Fault when loading videos

2010-10-17 Thread tim vets
2010/10/17 Antonio Roberts anto...@hellocatfood.com

 Thanks for the suggestion. I converted the videos using the following
 command in ffmpeg ffmpeg -i 4.mov -vcodec mjpeg 6.avi but I still get
 segmentation faults.


Hi Antonio,
here's what I use:

mencoder $1 -ovc lavc -lavcopts vcodec=mjpeg:vpass=1 -oac pcm -o $1_pd.avi
ffmpeg -i $1_pd.avi -ar 44100 $1_pd.wav

(the second line extracts the audio in the video into a separate wav file)
I put it in a script and run it with the input filename, like:
video4pd.sh ./mysegfaultmovie.mov

gr,
Tim

Ant

 On 17 October 2010 20:16, Hans-Christoph Steiner h...@at.or.at wrote:
 
  It could be something in the videos that you are loading causing crashes.
   Your best bet is to convert your videos to Motion JPEG codec.
 
  .hc
 
  On Oct 16, 2010, at 8:45 PM, Antonio Roberts wrote:
 
  I've made a very simple video mixer in PD/Gem but I'm having problems
  with it. When I've loaded the videos (tried a combination of avi and
  mov files) and rendered the window after about 1 minute PD crashes
  completely with a segmentation fault: WARNING: Child process
  terminated by signal 11
 
  At first I thought it was because I'm using a proprietary graphics
  driver, but I disabled it and PD still crashes.
 
  I'm using pd-extended 0.42.5 on Ubuntu 10.10. System specs: Dell
  Studio 1555: Pentium Dual Core T4300(2.1GHz,800MHz,1MB), 4096MB 800MHz
  DDR2 Dual Channel, 512 MB ATI Mobility RADEON HD 4570
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 
  [W]e have invented the technology to eliminate scarcity, but we are
  deliberately throwing it away to benefit those who profit from scarcity.
   -John Gilmore
 
 
 

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

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


Re: [PD] Segmentation Fault when loading videos

2010-10-17 Thread Antonio Roberts
Still getting a segfault. At first I thought it could be happening
when one clip loops but it appears to happen at random times, mostly
after about 30 seconds or so (1st video is 37 seconds, 2nd is 1 min 7
seconds)

Worth reporting a bug about it?

On 17 October 2010 20:53, tim vets timv...@gmail.com wrote:


 2010/10/17 Antonio Roberts anto...@hellocatfood.com

 Thanks for the suggestion. I converted the videos using the following
 command in ffmpeg ffmpeg -i 4.mov -vcodec mjpeg 6.avi but I still get
 segmentation faults.


 Hi Antonio,
 here's what I use:
 mencoder $1 -ovc lavc -lavcopts vcodec=mjpeg:vpass=1 -oac pcm -o $1_pd.avi
 ffmpeg -i $1_pd.avi -ar 44100 $1_pd.wav
 (the second line extracts the audio in the video into a separate wav file)
 I put it in a script and run it with the input filename, like:
 video4pd.sh ./mysegfaultmovie.mov
 gr,
 Tim

 Ant

 On 17 October 2010 20:16, Hans-Christoph Steiner h...@at.or.at wrote:
 
  It could be something in the videos that you are loading causing
  crashes.
   Your best bet is to convert your videos to Motion JPEG codec.
 
  .hc
 
  On Oct 16, 2010, at 8:45 PM, Antonio Roberts wrote:
 
  I've made a very simple video mixer in PD/Gem but I'm having problems
  with it. When I've loaded the videos (tried a combination of avi and
  mov files) and rendered the window after about 1 minute PD crashes
  completely with a segmentation fault: WARNING: Child process
  terminated by signal 11
 
  At first I thought it was because I'm using a proprietary graphics
  driver, but I disabled it and PD still crashes.
 
  I'm using pd-extended 0.42.5 on Ubuntu 10.10. System specs: Dell
  Studio 1555: Pentium Dual Core T4300(2.1GHz,800MHz,1MB), 4096MB 800MHz
  DDR2 Dual Channel, 512 MB ATI Mobility RADEON HD 4570
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
  
 
  [W]e have invented the technology to eliminate scarcity, but we are
  deliberately throwing it away to benefit those who profit from
  scarcity.
       -John Gilmore
 
 
 

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



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


Re: [PD] Clearing a delwrite~ (revisited)

2010-10-17 Thread Mathieu Bouchard

On Sun, 17 Oct 2010, Roman Haefeli wrote:

AFAIK, both, [vd~] and [tabread4~] do a 4-point interpolation. Or am I
overseeing something?


Yes, they are both using the same interpolator, namely, Miller's poor 
choice of using a Lagrange interpolation, where each piece is part of a 
curve that goes through all four points, instead of picking what everybody 
else would pick, that is, a Natural Spline interpolation, which instead 
cares about the smooth transition from piece to piece (no sudden change of 
slope).


There is [tabread4c~] that uses natural spline. Is there a replacement for 
[vd~] already ? I'd like to compare, because my synth has a problem with 
high-pitched harmonics being way too loud and I'd like to know whether 
[vd~] is causing trouble there (it most likely makes a difference, but I 
don't know which difference yet).


 ___
| Mathieu Bouchard -- Villeray, Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Music made with Pd

2010-10-17 Thread Kyle Klipowicz
Yeah sounds good. Kind of a Field Music or Ghosts and Vodka sound to it.

Good work on making some nice tunes.

~Kyle

On Mon, Oct 11, 2010 at 11:12 AM, Marco Donnarumma de...@thesaddj.comwrote:

 Hi Pierre,
 nice music!

 Yes, it's interesting to listen to Pd played in a rock band.

 M


 From: Pierre Massat pimas...@gmail.com
 Subject: [PD] Music made with Pd
 To: pd-list pd-list@iem.at
 Message-ID:
aanlktin3+e=m6r4y0m1rwa9y72lj0l1ftr01grcqy...@mail.gmail.com
 Content-Type: text/plain; charset=iso-8859-1


 Hi everyone,

 I just wanted to share some music i've made with my band, because i've
 used
 Pd with my guitar and a rt setup and i'm very happy with the results. I
 remember when i started experimenting with this a year ago, i had hope but
 i
 did not expect it to work so well. So here it is :
 http://pierreetleloup.bandcamp.com/
 There's some Pd-processed guitar on the following songs: Not too sad,
 Nyctalope, Canop?e and We own the sky. The rest is just plain rock trio

 stuff (irrelevant here). There's no keyboard and i didn't need any
 hardware
 effetcs.

 So this gives me an opportunity to thank everybody on the list, it's
 really
 neat to always have someone who can help you and provide a bit of code!

 cheers!

 Pierre




 --
 Marco Donnarumma aka TheSAD
 Independent New Media Arts Professional, Performer, Teacher
 Ongoing MSc by Research, University of Edinburgh, UK


 PORTFOLIO: http://marcodonnarumma.com
 LAB: http://www.thesaddj.com | http://cntrl.sourceforge.net |
 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


Re: [PD] vbap/define_loudspeakers mach-o error

2010-10-17 Thread Hans-Christoph Steiner


vbap is included in Pd-extended, plus its an updated version with a  
number of bugfixes.


.hc

On Oct 17, 2010, at 10:15 AM, Pagano, Patrick wrote:

Thanks Mathieu, i figured with the mach-o error which i recall from  
SGI days as well that it had to do with the CPU

Has anyone compiled vbap for Intel?
I am currently using panN~ from xjimmies2 which does not seem to use  
define_loudspeakers, but i am curious to try it regardless


pp

From: Mathieu Bouchard [ma...@artengine.ca]
Sent: Sunday, October 17, 2010 8:24 AM
To: Pagano, Patrick
Cc: pd-list@iem.at
Subject: Re: [PD] vbap/define_loudspeakers mach-o error

On Sun, 17 Oct 2010, Pagano, Patrick wrote:

i am exploring panning for a project which has led me back to vbap  
and a
bunch of other cool panners I want to use panN~ from xjimmies but i  
get

this error when trying to get vbap  define_loudspeakers to load can
anyone help me with this error?


The .pd_darwin files must be compiled for the same CPU type as the
Pd-extended you use. For example, if you have an Intel CPU, then
Pd-extended for Intel is more efficient than Pd-extended for PPC,  
but the
former can only load .pd_darwin files made for Intel, and the latter  
can

only load .pd_darwin files made for PPC.

OSX's mach-o format has the particularity of allowing to merge  
support for

several CPUs in the same file, but not everybody uses that all of the
time.

  
___
| Mathieu Bouchard -- Villeray,  
Montréal, QC


___
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] Microsound

2010-10-17 Thread Nic Freed
Hi, my name is Nic, and I am 15 years old. I am getting into pure
data, and am now into a state of familiarity with the PD interface and
common synthesis methods, along with most of the basic ideas and
knowledge needed to begin patching. I have received quite a bit of
help from the #dataflow irc channel, so everyone from the chat also on
this list, I would like to say thank you! :)

Anyway, the reason I am posting to this list is to ask about the
techniques used in the genre known as microsound, which is explained
in brief detail at http://en.wikipedia.org/wiki/Microsound

I would like to learn the sort of techniques I can use in PD in
application for the genre, since it seems ideal for such music, since
you can work directly on a sample-by-sample basis. Also, if anyone
here has firsthand experience in the genre, suggestions on books,
media, and examples would be greatly appreciated!

I apologize if this email is a bit forward, or is not correctly
formatted for use in mailing list. This is my first time posting to a
mailing list, so let me know if I did something incorrectly and I
would be very thankful.

Thank you for taking the time to respond!

--a new student in the school of PD :)

Nic AKA nekk

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


[PD] pix_filmDarwin

2010-10-17 Thread William Brent
Hi,

Sorry if this is common knowledge, but I can't find any information
about pix_filmDarwin.  The regular pix_film has always seemed to work
fine for me, but maybe pix_filmDarwin is the natural selection for Mac
OS 10.6.4?

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


[PD] pix_film buffering

2010-10-17 Thread William Brent
Hi,

Can someone help me get a basic idea of how pix_film buffers video
files?  I made a patch for cueing up sections of a large video (60
minutes, at a ridiculous resolution of 3840 x 1080), and I'm wondering
if there's anything I should be aware of in order to minimize the
delay involved with jumping to specific points.  Does pix_film buffer
a certain number of frames before it starts playback?  I'm using
[line] into the right inlet to play through the requested range of
frames.


-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century

www.conflations.com

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


Re: [PD] vbap/define_loudspeakers mach-o error

2010-10-17 Thread Pagano, Patrick
it gives two connection errors when i run vbap-demo and does not make [define 
loudspeakers]

pp

From: Hans-Christoph Steiner [h...@at.or.at]
Sent: Sunday, October 17, 2010 10:38 PM
To: Pagano, Patrick
Cc: Mathieu Bouchard; pd-list@iem.at
Subject: Re: [PD] vbap/define_loudspeakers mach-o error

vbap is included in Pd-extended, plus its an updated version with a
number of bugfixes.

.hc

On Oct 17, 2010, at 10:15 AM, Pagano, Patrick wrote:

 Thanks Mathieu, i figured with the mach-o error which i recall from
 SGI days as well that it had to do with the CPU
 Has anyone compiled vbap for Intel?
 I am currently using panN~ from xjimmies2 which does not seem to use
 define_loudspeakers, but i am curious to try it regardless

 pp
 
 From: Mathieu Bouchard [ma...@artengine.ca]
 Sent: Sunday, October 17, 2010 8:24 AM
 To: Pagano, Patrick
 Cc: pd-list@iem.at
 Subject: Re: [PD] vbap/define_loudspeakers mach-o error

 On Sun, 17 Oct 2010, Pagano, Patrick wrote:

 i am exploring panning for a project which has led me back to vbap
 and a
 bunch of other cool panners I want to use panN~ from xjimmies but i
 get
 this error when trying to get vbap  define_loudspeakers to load can
 anyone help me with this error?

 The .pd_darwin files must be compiled for the same CPU type as the
 Pd-extended you use. For example, if you have an Intel CPU, then
 Pd-extended for Intel is more efficient than Pd-extended for PPC,
 but the
 former can only load .pd_darwin files made for Intel, and the latter
 can
 only load .pd_darwin files made for PPC.

 OSX's mach-o format has the particularity of allowing to merge
 support for
 several CPUs in the same file, but not everybody uses that all of the
 time.


 ___
 | Mathieu Bouchard -- Villeray,
 Montréal, QC

 ___
 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


Re: [PD] vbap/define_loudspeakers mach-o error

2010-10-17 Thread Hans-Christoph Steiner

Works for me in Pd-extended 0.42.5.  Check the vbap-help.pd in the
'vbap' lib in the help browser.

.hc

On Mon, 2010-10-18 at 00:23 -0400, Pagano, Patrick wrote:
 it gives two connection errors when i run vbap-demo and does not make [define 
 loudspeakers]
 
 pp
 
 From: Hans-Christoph Steiner [h...@at.or.at]
 Sent: Sunday, October 17, 2010 10:38 PM
 To: Pagano, Patrick
 Cc: Mathieu Bouchard; pd-list@iem.at
 Subject: Re: [PD] vbap/define_loudspeakers mach-o error
 
 vbap is included in Pd-extended, plus its an updated version with a
 number of bugfixes.
 
 .hc
 
 On Oct 17, 2010, at 10:15 AM, Pagano, Patrick wrote:
 
  Thanks Mathieu, i figured with the mach-o error which i recall from
  SGI days as well that it had to do with the CPU
  Has anyone compiled vbap for Intel?
  I am currently using panN~ from xjimmies2 which does not seem to use
  define_loudspeakers, but i am curious to try it regardless
 
  pp
  
  From: Mathieu Bouchard [ma...@artengine.ca]
  Sent: Sunday, October 17, 2010 8:24 AM
  To: Pagano, Patrick
  Cc: pd-list@iem.at
  Subject: Re: [PD] vbap/define_loudspeakers mach-o error
 
  On Sun, 17 Oct 2010, Pagano, Patrick wrote:
 
  i am exploring panning for a project which has led me back to vbap
  and a
  bunch of other cool panners I want to use panN~ from xjimmies but i
  get
  this error when trying to get vbap  define_loudspeakers to load can
  anyone help me with this error?
 
  The .pd_darwin files must be compiled for the same CPU type as the
  Pd-extended you use. For example, if you have an Intel CPU, then
  Pd-extended for Intel is more efficient than Pd-extended for PPC,
  but the
  former can only load .pd_darwin files made for Intel, and the latter
  can
  only load .pd_darwin files made for PPC.
 
  OSX's mach-o format has the particularity of allowing to merge
  support for
  several CPUs in the same file, but not everybody uses that all of the
  time.
 
 
  ___
  | Mathieu Bouchard -- Villeray,
  Montréal, QC
 
  ___
  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