Re: [PD] frey-wubwubwub (basic dubstep loop, purepd+samples)

2008-11-15 Thread Enrique Erne
Good morning Damian

that's a pretty awesome piece!!!

seems to work fine except i belive the kick isn't.

thanks for sharing!

eni




date --
... couldn't create
  time
... couldn't create
  tr808-bd~
... couldn't create
error: inlet: expected '' but got 'decay'
... you might be able to track this down from the Find menu.
error: inlet: expected '' but got 'click'
print: freq 164.814 195.998 246.942 146.832
print: freq 164.814 195.998 246.942 146.832
print: freq 165.405 196.633 247.37 147.087
print: freq 116.959 139.04 174.917 104.006
error: inlet: expected '' but got 'trigger'
error: inlet: expected '' but got 'trigger'





Damian Stewart wrote:
 hey,
 
 attached find frey-wubwubwub.
 
 it's a basic dubstep-esque loop made with pure Pd plus an external
 sequencer (Live, session file included), and a few tiny samples. includes
 nice wobbly bass noise patch. everything including is GNU GPL v3+.
 
 open up _main.pd to go. if you have Gem you can also open _vis.pd and click
 'create' for a super-five-minute wobbly bass vis.
 
 comments as always appreciated.
 
 chur
 d
 
 
 
 
 ___
 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] frey-wubwubwub FIXED

2008-11-15 Thread Damian Stewart
Luigi wrote:
 Hi Damian...
 
 tr808-bd~ is missing here.
 
 it is not an external ?? is it ?

aaah right.

ummm. not on OSX at the moment so can't fix it. will get back to you on
that in a tick.

-- 
damian stewart | skype: damiansnz | [EMAIL PROTECTED]
frey | live art with machines | http://www.frey.co.nz


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


[PD] OTish Linux audio question - how to put a compressor in the output chain

2008-11-15 Thread Damian Stewart
hey there everyone,

so i finally got around to installing Ubuntu on my macbook, and, ah - wow. 
i've tried to install linux every year for perhaps six years now, starting 
with RedHat version 6, and each time have given up. but this time i think 
i'm going to stick with it. hooray.

so. the first thing i've noticed is that the sound is crazy quiet compared 
to OSX (or rather, OSX is crazy loud compared to everything else). even 
playing with all the volume sliders i could find, i could make it only half 
as loud as under OSX.

i strongly suspect though that this is because the OSX audio output driver 
is actually heavily compressing the audio before sending it to the 
speakers, so it just _seems_ louder. i'm a Linux newbie but i've been using 
OSX in a BSD-y way (eg spending most of my time in Terminal). is it 
possible to insert a compressor module into the PulseAudio or OSS or ALSA 
DSP chain somewhere? ideally one that only kicked in when the internal 
speaker output was being used, and not when the line-out was being used.

chur!
d

-- 
damian stewart | skype: damiansnz | [EMAIL PROTECTED]
frey | live art with machines | http://www.frey.co.nz

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


Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Martin Peach
I ran into a similar thing a few days ago.
X11 was already installed but all the libs had an extra version number, 
  for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib.
So I manually made symbolic links to them like:
sudo ln -s libX11.6.dylib libX11.6.2.dylib
one at a time until Gem loaded OK.

Martin



Hans-Christoph Steiner wrote:
 Install X11:
 
 http://puredata.info/docs/faq/how-do-i-fix-this-error-library-not- 
 loaded-usr-x11r6-lib-libx11-6-dylib
 
 .hc
 
 On Nov 14, 2008, at 7:19 AM, Luigi wrote:
 
 Hi List:

 /Applications/001_Audio/001_Experimentell/Pd-extended.app/Contents/
 Resources/extra/pdp.pd_darwin: dlopen(/Applications/001_Audio/
 001_Experimentell/Pd-extended.app/Contents/Resources/extra/
 pdp.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/libX11.6.dylib
Referenced from: /Applications/001_Audio/001_Experimentell/Pd-
 extended.app/Contents/Resources/extra/pdp.pd_darwin
Reason: no suitable image found.  Did find:
  /usr/X11R6/lib/libX11.6.dylib: can't map
 pdp: can't load library
 /Applications/001_Audio/001_Experimentell/Pd-extended.app/Contents/
 Resources/extra/pidip.pd_darwin: dlopen(/Applications/001_Audio/
 001_Experimentell/Pd-extended.app/Contents/Resources/extra/
 pidip.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/ 
 libX11.6.dylib
Referenced from: /Applications/001_Audio/001_Experimentell/Pd-
 extended.app/Contents/Resources/extra/pidip.pd_darwin
Reason: no suitable image found.  Did find:
  /usr/X11R6/lib/libX11.6.dylib: can't map


 Whats the proper and easy way to fix that ??

 I dont actually need the librariesbut it looks ugly ;-)

 Best

 Luigi

 ___
 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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread IOhannes m zmoelnig
Martin Peach wrote:
 I ran into a similar thing a few days ago.
 X11 was already installed but all the libs had an extra version number, 
   for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib.
 So I manually made symbolic links to them like:
 sudo ln -s libX11.6.dylib libX11.6.2.dylib
 one at a time until Gem loaded OK.

hmm, Gem on OS-X has nothing to do with X11.
do you mean pdp instead?

fgmadsr
IOhannes

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


Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Hans-Christoph Steiner

Please add that info that FAQ entry.  Anyone should be able to edit  
it, I think.

.hc

On Nov 14, 2008, at 8:11 PM, Luigi wrote:

 Hi Hans

 i found it out myself and the information your link points to is  
 not up-to-date for LEOPARD...(10.5)

 i had X11 installed but that seems to be buggy in 10.5, therefore  
 one needs:

 http://xquartz.macosforge.org/trac/wiki/X112.3.1


 maybe you want to add it to the wiki ?? might be interesting for  
 other Leopard users...

 All the best Luigi


 Am 14.11.2008 um 23:19 schrieb Hans-Christoph Steiner:


 Install X11:

 http://puredata.info/docs/faq/how-do-i-fix-this-error-library-not-
 loaded-usr-x11r6-lib-libx11-6-dylib

 .hc

 On Nov 14, 2008, at 7:19 AM, Luigi wrote:

 Hi List:

 /Applications/001_Audio/001_Experimentell/Pd-extended.app/Contents/
 Resources/extra/pdp.pd_darwin: dlopen(/Applications/001_Audio/
 001_Experimentell/Pd-extended.app/Contents/Resources/extra/
 pdp.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/ 
 libX11.6.dylib
   Referenced from: /Applications/001_Audio/001_Experimentell/Pd-
 extended.app/Contents/Resources/extra/pdp.pd_darwin
   Reason: no suitable image found.  Did find:
 /usr/X11R6/lib/libX11.6.dylib: can't map
 pdp: can't load library
 /Applications/001_Audio/001_Experimentell/Pd-extended.app/Contents/
 Resources/extra/pidip.pd_darwin: dlopen(/Applications/001_Audio/
 001_Experimentell/Pd-extended.app/Contents/Resources/extra/
 pidip.pd_darwin, 10): Library not loaded: /usr/X11R6/lib/
 libX11.6.dylib
   Referenced from: /Applications/001_Audio/001_Experimentell/Pd-
 extended.app/Contents/Resources/extra/pidip.pd_darwin
   Reason: no suitable image found.  Did find:
 /usr/X11R6/lib/libX11.6.dylib: can't map


 Whats the proper and easy way to fix that ??

 I dont actually need the librariesbut it looks ugly ;-)

 Best

 Luigi

 ___
 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




 


I spent 33 years and four months in active military service and  
during that period I spent most of my time as a high class muscle man  
for Big Business, for Wall Street and the bankers.  - General  
Smedley Butler



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


Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Hans-Christoph Steiner

On Nov 15, 2008, at 11:51 AM, IOhannes m zmoelnig wrote:

 Martin Peach wrote:
 I ran into a similar thing a few days ago.
 X11 was already installed but all the libs had an extra version  
 number,
   for example, /usr/X11R6/lib/libX11.6.dylib was actually  
 libX11.6.2.dylib.
 So I manually made symbolic links to them like:
 sudo ln -s libX11.6.dylib libX11.6.2.dylib
 one at a time until Gem loaded OK.

 hmm, Gem on OS-X has nothing to do with X11.
 do you mean pdp instead?

I think that Gem might link against the Apple-included libfreetype,  
which depends on that libX11.

.hc


 


[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] frey-wubwubwub ACTUALLY FIXED

2008-11-15 Thread Hans-Christoph Steiner


Yeah, fun stuff, you make nice sounds, it's good to hear more Pd  
songs from different perspective.


.hc

On Nov 15, 2008, at 10:06 AM, hard off wrote:


wow yeah great.  you should keep going.  make it into a song.


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




 



  ¡El pueblo unido jamás será vencido!


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


Re: [PD] Startup Error PD-extended MAC OS 10.5

2008-11-15 Thread Martin Peach
IOhannes m zmoelnig wrote:
 Martin Peach wrote:
 I ran into a similar thing a few days ago.
 X11 was already installed but all the libs had an extra version number, 
   for example, /usr/X11R6/lib/libX11.6.dylib was actually libX11.6.2.dylib.
 So I manually made symbolic links to them like:
 sudo ln -s libX11.6.dylib libX11.6.2.dylib
 one at a time until Gem loaded OK.
 
 hmm, Gem on OS-X has nothing to do with X11.
 do you mean pdp instead?


Hmmm, could be. I just remember it was pd-extended and it wouldn't load 
everything until I did that.

Martin


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


Re: [PD] frey-wubwubwub ACTUALLY FIXED

2008-11-15 Thread Kyle Klipowicz
Thanks for this! I appreciate including the Ableton set as well. It's a fun
way to create a completely different track over the IAC bus.

~Kyle

On Sat, Nov 15, 2008 at 6:49 AM, Damian Stewart [EMAIL PROTECTED] wrote:

 Damian Stewart wrote:

  aaah right.

 ummm. not on OSX at the moment so can't fix it. will get back to you on
 that in a tick.


 attached

 i also made it more 'dubsteppy' (slowed down the tempo, made the snare
 happen less often).

 chur
 d

 --
 damian stewart | skype: damiansnz | [EMAIL PROTECTED]
 frey | live art with machines | http://www.frey.co.nz

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




-- 
-

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


[PD] tabwrite~ index parameter

2008-11-15 Thread bsoisoi
Hi PD-List.

Why isn't tabwrite~ able to accept an index inlet (like [tabwrite]) at  
audio rate?  I'm looking to make a tape-loop emulation patch, but its  
not seeming as straight forward as I would have hoped.  Am I missing  
something, or would there be another way of going about this?

Cheers,
~brandon

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


Re: [PD] tabwrite~ index parameter

2008-11-15 Thread Frank Barknecht
Hallo,
bsoisoi hat gesagt: // bsoisoi wrote:

 Why isn't tabwrite~ able to accept an index inlet (like [tabwrite]) at  
 audio rate?  

No idea, why it doesn't accept an explicit index, but there is an
invisible index always active: the current sample taken from the last
time the tabwrite~ was bang'ed adjusted by the block boundaries
(tabwrite~ is aligned to block boundaries). 

So what you can do is bang your tabwrite~ regularily with a metro (maybe
adjusted to block boundaries using [bang~]) and then let it record in a
loop. You can read from the table using tabread4~ as usual, but make
sure that you're not reading at the same point where you are writing, or
if you do, you should use order-forcing to get the minimal possible
delay times. Order forcing here works the same as order forcing with
delwrite~/delread~: Use two subpatches for writer and reader and keep
the writer ordered before the reader like in the G05.execution.order.pd
example.

Ciao
-- 
Frank

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


[PD] Intrepid pd

2008-11-15 Thread Michael musset
Hi,

i've Ubuntu Intrepid on my computer and for my works i need pd, but it
doesn't want to start correctly .
with pd -noadc it starts without bug but i can't create an object like
comport .
of course i know that i haven't any library because i don't know how to do
that .

do you know how to fix that ?



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