[PD] shell object

2009-12-23 Thread Achim Bornhoeft

Hi,
PD is terminated after I execute this:

[ls(
|
[shell]
|
[print]

System: Mac OS 10.5.5
PD: 0.41.4-extended

Can somebody help?

Achim

Achim Bornhoeft
Neckarhalde 38, D-72070 Tuebingen
tel/fax +49 (0)7071 942745
mobil +49 (0)179 6936930
bornhoeft.org


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


[PD] capture audio

2009-09-06 Thread Achim Bornhoeft

Hello,
I'd like to capture little chunks of audio (50 - 300 msec) from the  
adc~ input into a buffer and playing them back directly in a loop. The  
idea is to get the impression of freezing the incoming sound.
Can anybody give me a hint in how to implement this properly?  
(Especially about how to avoid clicks when the buffer content is  
changed.)


Many thanks in advance.
Achim

Achim Bornhoeft
Neckarhalde 38, D-72070 Tuebingen
tel/fax +49 (0)7071 942745
mobil +49 (0)179 6936930
bornhoeft.org


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


[PD] rotating coordinate system

2009-07-07 Thread Achim Bornhoeft

Hello,
I need to solve the following problem for different setups of room  
distributions.


Given are x and y values between 0 and 100:

0/100100/100
|   
|   x
|
|   x   
|
0/0  100/0

I would like to transform the same values mathematically in a way that  
the result correspond to the coordinate system rotated 45 degrees  
clockwise:


0/0-0/100
|   
|   x
|
|   x   
|
100/0   100/100

Hopefully someone can help me with this.
Many thanks in advance.
Achim   



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


Re: [PD] rotating coordinate system

2009-07-07 Thread Achim Bornhoeft

Hello Frank,
thank you for your prompt answer.

Am 07.07.2009 um 18:44 schrieb Frank Barknecht:


Hallo,
Achim Bornhoeft hat gesagt: // Achim Bornhoeft wrote:


I need to solve the following problem for different setups of room
distributions.

Given are x and y values between 0 and 100:

0/100100/100
|   
|   x
|
|   x   
|
0/0  100/0

I would like to transform the same values mathematically in a way  
that

the result correspond to the coordinate system rotated 45 degrees
clockwise:

0/0-0/100
|   
|   x
|
|   x   
|
100/0   100/100


Isn't this a rotation by 90 degrees shown here? :)


Sure you're right.

Anyway rotating a point is easier if you convert the coordinates to  
polar
coordinates (radius and angle) first, then add the rotation angle to  
the

current angle and convert back.

You could do the math yourself, but in Zexy there are some handy  
abstractions
that do it for you: [cart2pol], [pol2cart] convert between cartesian  
(x,y) and

polar (r, phi) coordinates:

x   y
|   |
[cart2pol]
|   |
|   [+ 0.785398] add rotation angle: 0.785398 is 45 degrees  
converted to rad

|   |
[pol2cart]
|   |
x'  y'

The phi-angles are specified in rad, not in degrees. If you want to  
use degree
for the rotation angle, the [deg2rad] object is helpful and it's  
also part of

zexy. Or make your own: rad=deg*pi/180


I tried this but without the results I expected.
Probably it was not very clear how I explained it.
See attached patch for a better description of what I am looking for.

Achim



coord-rotate-test.pd
Description: Binary data






Ciao
--
Frank

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

2009-05-17 Thread Achim Bornhoeft
Hello,what would be the most adequate design approach for a filter described in the score of Luigi Nono's "Omaggio a György Kurtag" concerning the loss of energy with an edge steepness of that kind (s. attachment)?Thanks for your help,Achim 

nono-filter.pdf
Description: Adobe PDF document
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] 8ch diffusion

2009-03-15 Thread Achim Bornhoeft

Hello Frank,
thank you very much for your patches. I'll have a look at it very soon.
Because of [mtx_mul~] I would like to add iemmatrix to my path list.  
How can I set a new search path for a library when the folder is  
inside the PD package (because I can't open the PD Contents from the  
window that opens.)

Thanks for help.

Achim

Am 15.03.2009 um 10:50 schrieb Frank Barknecht:


Hallo,
Achim Bornhoeft hat gesagt: // Achim Bornhoeft wrote:


Can anybody help me to extend this patch from 4ch to 8ch? (I found it
somewhere...) Or is there an even easier (better) way to do the  
same. I
already tried [vbap] but the objects [define_loudspeaker] and  
[matrix~]

are not recognized by my PD-Extended 40.3 on Max OS 10.5. (see other
attachment).


Attached is a cosine-panner that I built to pan sounds accross a 12x5
speaker matrix [1] (with help by Peter Plessas, thanks again!). If you
want to pan to that many outputs, I highly recommend to use the
iemmatrix objects, they make things much easier.  Never use [matrix~]
that object is nameclash-polluted, use [mtx_mul~] instead, an example
is in the cospan help file.

Anway you can pan with just [*~] as well using [cospan], it's just a
lot more patching work, more error prone and slower.

The basic idea is to create as many [cospan index channels]
objects as you need. Say you want to pan over 4 channels left to
right, you create these:

[cospan 0 4]
[cospan 1 4]
[cospan 2 4]
[cospan 3 4]

and send each of them a position in degrees from 0-360. The left
outlet of cospan will output the raw amplitudes of the respective
channel, the right one will output messages for [mtx_mul~].

Now if you want two-dimennsional panning, you duplicate the setup for
each the vertical or y-axis. See cospan16to9.pd for how I did it for
the speaker wall (which is called 16:9 although it only has 12x5
speakers.)

HOTH

[1] this one: http://footils.org/cms/weblog/2008/jul/28/schusslig-17-beta/

Ciao
--
Frank BarknechtDo You RjDj.me?  _  
__footils.org__
cospan- 
help 
.pd 
 
 
cospan 
.pd 
 
 
cospan12 
~ 
.pd 
 
 
cospan16to9 
~.pdcospan5~.pd___

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


Achim Bornhoeft
Neckarhalde 38, D-72070 Tuebingen
tel/fax +49 (0)7071 942745
mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
www.bornhoeft.org


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


[PD] 8ch diffusion

2009-03-14 Thread Achim Bornhoeft
Can anybody help me to extend this patch from 4ch to 8ch? (I found it  
somewhere...) Or is there an even easier (better) way to do the same.  
I already tried [vbap] but the objects [define_loudspeaker] and  
[matrix~] are not recognized by my PD-Extended 40.3 on Max OS 10.5.  
(see other attachment).


Many thanks in advance for your help,
Achim

Achim Bornhoeft
Neckarhalde 38, D-72070 Tuebingen
tel/fax +49 (0)7071 942745
mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
www.bornhoeft.org



4ch-grid.pd
Description: Binary data

 

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


Re: [PD] call for testing on the nightly builds!

2008-05-21 Thread Achim Bornhoeft
I had to switch to a current nightly-build because the pd-extended 
0.39.3 is not willing ot work without clicks with jack and my old mbox 
under os 10.4.8.
Compared to the older release all movements and draggings of objects 
(especially GUI an GOP objects) are clearly slower. When the CPU load 
exceeds ca. 35-40% on my Powerbook G4 these visual delays are growing 
increasingly.
Is this only the weakness of my computer?

Achim

Hans-Christoph Steiner schrieb:
 Hey all,
 
 I've been fixing quite a lot of bugs in preparation of making the Pd- 
 extended 0.40.3 release.  It's getting pretty much ready, so please  
 test it heavily so we can find any outstanding bugs!
 
 Jack just pointed out that pdp on Mac OS X/PowerPC is having problems  
 loading videos, and is crashing, so I am working on that now.
 
 .hc
 
  
 
 
 News is what people want to keep hidden and everything else is  
 publicity.  - Bill Moyers
 
 
 
 ___
 PD-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 

-- 
Achim Bornhoeft
.- Neckarhalde 38, D-72070 Tuebingen
-.-.   tel/fax +49 (0)7071 942745
-...   mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
--



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


Re: [PD] searchpath inside patch

2008-03-09 Thread Achim Bornhoeft
Hi,
is the [declare] object only available in PD releases higher 0.40 ?
I'm using pd-extended 0.39.3.

Achim

Frank Barknecht schrieb:
 Hallo,
 Claude Heiland-Allen hat gesagt: // Claude Heiland-Allen wrote:
 
 I think recent Pd's have a system for adding paths in patches, but I've 
 never used that feature.  
 
 That system is [declare -path abs/]. It may currently not work inside
 abstractions.
 
 Ciao

-- 
Achim Bornhoeft
- Neckarhalde 38, D-72070 Tuebingen
-.-.   tel/fax +49 (0)7071 942745
-...   mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
--



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


[PD] comment strings in qlist

2008-03-07 Thread Achim Bornhoeft
Hi,
What is the right way to comment a qlist file?
I tried to use # comment ;  but it doesn't work.

Achim

-- 
Achim Bornhoeft
- Neckarhalde 38, D-72070 Tuebingen
-.-.   tel/fax +49 (0)7071 942745
-...   mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
--



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


[PD] searchpath inside patch

2008-02-11 Thread Achim Bornhoeft
Is there a possibility to put a statement (relative pathname) inside a 
patch where to look for additional abstractions, for example to search 
for abstractions inside a subfolder abs which is in the same directory 
than the patch itself.

Thanks for help,
Achim


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


[PD] nightly builts library path

2007-09-28 Thread Achim Bornhoeft
When I start a Nightly Auto-build (PPC, OS 10.4.8) from 
http://autobuild.puredata.info/auto-build/ the program cannot load the 
included libraries.
How can I set up the path(s) since there is no .plist file anymore?

Thanks for any help,
Achim


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


Re: [PD] 39.3-extended-rc5 - FFT causes audio failure on 1.67 G4

2007-09-03 Thread Achim Bornhoeft
Where/How can I do this?

Achim

Hans-Christoph Steiner schrieb:
 
 Hey,
 
 Could you add your information and details about your machine to the bug 
 tracker for that bug?
 
 .hc
 
 On Aug 30, 2007, at 11:06 AM, Achim Bornhoeft wrote:
 
 I have the same problem on a G4, 1.25 Powerbook.

 Achim

 Hans-Christoph Steiner schrieb:
 Hmm, that's a strange bug.  I can't reproduce this on a Mac/Intel, 
 but I could on another 1.67GHz Mac runing 10.4.10  My guess is that 
 it's another manifestation of that same 1.67 Mac audio bug.  It 
 worked fine for me using the latest Pd-0.40.3-extended nightly build:
 http://autobuild.puredata.info/auto-build/2007-08-01/Pd-0.40.3-extended-20070801-macosx104-powerpc.dmg
  

 .hc
 On Aug 1, 2007, at 2:24 PM, Ed Richardson wrote:
 Browser/Audio Examples/I04.noisegate.pd causes a complete failure of 
 audio in Pd-0.39.3-extended-rc5-macosx104-powerpc.dmg.

 system:
 mac os 10.4.10
 1.67 GHz PowerPC G4

 Upon adjusting either the sampler or noise amplitude parameters, 
 there is a fairly loud single pop, upon which all audio ceases on 
 the computer altogether. Audio will only resume once I quit Pd.

 Neither of the following strategies in any combination improve this 
 situation:
 48K instead of 44.1K
 use of JACK rather than portaudio

 I believe several other fft-based patches are affected by this.

 This is not a problem in any of the following:
 38.4-extended
 39.2-non-extended
 40.2-non-extended

 ---

 Also, I'm curious what anyone knows about the frequent Pd-related 
 audio card issues with the 1.67 GHz PowerPC G4 Powerbook.
 ___
 PD-list@iem.at mailto: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

 -- 
Achim Bornhoeft
 .- Neckarhalde 38, D-72070 Tuebingen
 -.-.   tel/fax +49 (0)7071 942745
 -...   mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
 -- 

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

-- 
Achim Bornhoeft
.- Neckarhalde 38, D-72070 Tuebingen
-.-.   tel/fax +49 (0)7071 942745
-...   mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
--



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


Re: [PD] 39.3-extended-rc5 - FFT causes audio failure on 1.67 G4

2007-08-30 Thread Achim Bornhoeft
I have the same problem on a G4, 1.25 Powerbook.

Achim

Hans-Christoph Steiner schrieb:
 
 Hmm, that's a strange bug.  I can't reproduce this on a Mac/Intel, but I 
 could on another 1.67GHz Mac runing 10.4.10  My guess is that it's 
 another manifestation of that same 1.67 Mac audio bug.  It worked fine 
 for me using the latest Pd-0.40.3-extended nightly build:
 
 http://autobuild.puredata.info/auto-build/2007-08-01/Pd-0.40.3-extended-20070801-macosx104-powerpc.dmg
 
 .hc
 
 On Aug 1, 2007, at 2:24 PM, Ed Richardson wrote:
 
 Browser/Audio Examples/I04.noisegate.pd causes a complete failure of 
 audio in Pd-0.39.3-extended-rc5-macosx104-powerpc.dmg.

 system:
 mac os 10.4.10
 1.67 GHz PowerPC G4

 Upon adjusting either the sampler or noise amplitude parameters, there 
 is a fairly loud single pop, upon which all audio ceases on the 
 computer altogether. Audio will only resume once I quit Pd.

 Neither of the following strategies in any combination improve this 
 situation:
 48K instead of 44.1K
 use of JACK rather than portaudio

 I believe several other fft-based patches are affected by this.

 This is not a problem in any of the following:
 38.4-extended
 39.2-non-extended
 40.2-non-extended

 ---

 Also, I'm curious what anyone knows about the frequent Pd-related 
 audio card issues with the 1.67 GHz PowerPC G4 Powerbook.
 ___
 PD-list@iem.at mailto: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

-- 
Achim Bornhoeft
.- Neckarhalde 38, D-72070 Tuebingen
-.-.   tel/fax +49 (0)7071 942745
-...   mobil +49 (0)179 6936930
skype:achim.bornhoeft?call
--



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


[PD] CD Device

2007-07-04 Thread Achim Bornhoeft
Hi,
is there any possibility to read sounds directly from the CD Drive into 
PD under OS X.

Thanks for help.
Achim


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


[PD] AM

2007-01-23 Thread Achim Bornhoeft

Hello,
is there a possibility to change the power (amplitude) of the sidebands 
indepentently from the carrier in the classical amplitude modulation?

Thanks for help.

Achim



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