Re: [PD] WWDC

2008-06-09 Thread beau
Are there any PDers in San Francisco for WWDC this Week? Want to meet up?

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


Re: [PD] UV map - was : Google Summer of Code application is in!

2008-03-13 Thread beau
  spherical mapping. I also don't know whether multiple materials are
  supported or if you can draw groups individually, and how the material
  is attached to different groups.
with obj file format you only get one uv map and 1 texture per object_mesh

Not supporting uv maps is a big set back for gem. Does Jitter support uv maps?

  meshes with textures and animation exporting to ogre (and jitter), and

This would be a great summer of code project to work on. I might even
be interested if some one would give me some points on how to go about
fixing this?





  olme wrote:
   thanks ;)
  
   nice tool ! But actually I work on linux, and I must say that blender
   has nowadays most of these capabilities (it's developped at a fast pace
   these years, orange, peach and apricot projects are realy effective at
   speeding the all things up )
  
   the problem I have is that I can't get the [model] object to load a mesh
   with the uv map into GEM to display video as texture with right
   coordinates... (I will post a patch with .obj file illustrating this soon).
   As I said in previous mails, I think it's something that was left aside
   unfinished in the code but not so dificult to fix ... or it's something
   that I do completely wrong ...
   when I'll post the test patch/file, I hope someone could tell me what's
   wrong ...
  
   Olm-e
  
  
  
   Andy Farnell wrote:
   Hey Olm, quite offtopic to your GSOC thread but on the subject
   of UV wrapping did you see an open source tool called Roadkill?
  
   http://www.pullin-shapes.co.uk/page8.htm
  
   best,
  
   Andy
  
   On Wed, 12 Mar 2008 22:16:52 +0100
  
  
   ___
   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] Pd sounds better than Max?

2008-03-08 Thread beau
Come on guys, I thought it was the artist not the tool, that was
responsible for making amazing sounds. Maybe since PD is free so more
artists get a chance to use it?

When will they come up with the PD to CSound python conversion script?


On Sat, Mar 8, 2008 at 8:09 PM, Chuckk Hubbard
[EMAIL PROTECTED] wrote:
 On Sun, Mar 9, 2008 at 3:19 AM, Hans-Christoph Steiner [EMAIL PROTECTED] 
 wrote:
 
   On Mar 8, 2008, at 5:30 PM, Martin Peach wrote:
 
Hans-Christoph Steiner wrote:
It would be very nice to have a cleansound library of dsp
objects,  perhaps ported from Csound.
   
You can already use [csoundapi~], which comes with most csound
varieties, to access anything in csound from pd.
 
 
   Right, but doesn't that mean you write your instruments in Csound,
   then control them in Pd?  I was thinking Pd objects using the csound
   code.

 Seems obvious, doesn't it?  AFAIK it would be perfectly legal to take
 the code directly.
 I find [csoundapi~] very useful.  I tend to think, if you want Csound,
 use Csound, but as a Linux enthusiast I think it's generally better
 for an option to exist than to not exist.
 How the two programs are structured is a different question.  I don't
 know for sure, but it might take some substantial changes.  Csound
 uses vectors and scalars for audio and control signals, somewhat
 different than block size.  Then again it might translate easily, I
 dunno.
 Csound has a huge library, some of the more advanced stuff might be
 useful too, not just oscillators.

 -Chuckk

 --
 http://www.badmuthahubbard.com

 ___

 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] hover info

2008-02-06 Thread beau
just an idea for helping people learn pd, but while not add hover info
for each object. This would be some info about each object so that if
you turn the mode on and then hover your mouse over the object a
window pops up that tells you something about how it works?


~B/
www.cypod.co.nr

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


Re: [PD] [GEM] Initialization arguments

2008-01-23 Thread beau
Is it possible to send PD a variable at startup. I.E. I want to create
a patch that loads a simple model. The catch is I want to send the
model to load at start of pd.


for example: pd -modelpath


[load $model]
|
|
|
[Model]

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


Re: [PD] Using GEM for a music visualizer

2008-01-12 Thread beau
There was a glsl kaleidoscope sent out the list a few months ago, it
should work a little faster. I usually use midi instead of audio to
controle gem. You also might try resizing your image to 512x512 for
better processor performance

On Jan 12, 2008 8:04 PM, Ross Mulcahy [EMAIL PROTECTED] wrote:
 Hey all,

 I am trying to use GEM (on OSX), in particular pix_kaleidoscope, to
 manipulate an image in real time based on a wav file currently playing
 from an array. It is meant to be a very basic visualizer which needs to
 be wound up, i.e. periodically the music runs out like a wind up music
 box and the user must rotate the mouse around the screen and click the
 screen for the visualizer to continue!

 OK now here is the problem when i call pix_kaleidoscope and it starts
 manipulating the image it starts using up 50% of my processor and the
 music gets all jumpy and the image changes are not smooth at all. Is
 there a way around this or a simpler, less processor hungry, method of
 manipulating the image for the same visual effect?

 I have uploaded my patch to the following address for your perusal:

 http://www.thehappydude.net/audio5.pd

 If anyone could lend me their experience here it would be much appreciated.

 Thanks

 R.

 By the way I only started using PD in November so my knowledge is limited!

 ___
 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] generatiing a keypress

2007-12-16 Thread beau
I have been converting midi into keystrokes with midiStroke for OS X

http://www.apple.com/downloads/macosx/audio/midistroke.html


I think on windows people are using:
http://www.midiox.com/


It would be great it pd could do this!



On Dec 15, 2007 9:57 PM, Patrice Colet [EMAIL PROTECTED] wrote:
 Patrice Colet a écrit :

  Thanks Roman,
  I'm working on  Linux and sometimes forced to use Windows so I would be
  looking for a solution in both. I'll have a look at aalex. Anyone know
  of a Windows solution?
  Jim
 
   With VkKeyScan() function
 
  http://msdn2.microsoft.com/en-us/library/ms646329.aspx
 

   keybd_event() seems to be more suitable, is this attached external
 provide what you need?
   I might try also to give [winkey] the same behavior as [x11key] for
 having a compatible external, for the moment it was simplier for me to
 use ascii character strings for sending key strokes.

 ___
 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] PD VideoPedia Project

2007-12-14 Thread beau
I agree archive.org is cool, they're offices are located here in the
bay area. I put some stuff on there too:


http://www.archive.org/details/Cyberpod
http://www.archive.org/details/Hubris
http://www.archive.org/details/Cypod_Studio_Remix_VCD


Maybe the pdvideopedia could agregate all the videos on puredata.info,
but host them someplace else. I keep meening to do more tutorials
stuff, my new years resolution.





On Dec 14, 2007 5:00 AM, hard off [EMAIL PROTECTED] wrote:
 yeah just do it.  claude will be happy.


 ___
 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] PD VideoPedia Project

2007-12-12 Thread beau
http://www.youtube.com/watch?v=8wEDAqHkJzc

On Dec 12, 2007 8:51 AM, hard off [EMAIL PROTECTED] wrote:
 and of course, claude's great constructions.

 http://www.archive.org/search.php?query=claudiusmaximus%20AND%20mediatype%3Amoviessort=-date


 ___
 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] RIP Stockhausen

2007-12-10 Thread beau
He'll be missed, but the music will live on:
http://flickr.com/photos/cypod/2094889566/


On Dec 11, 2007 5:15 AM, Andy Farnell [EMAIL PROTECTED] wrote:

 Siriusly though...

 I seem to recall Newton was something of an occultist.  Einstein
 and many other scientists share beliefs in supernatural entities.
 Does that really effect the value of their work?

 By all accounts Stockhausen was an arrogant man, which perhaps
 explains his clumbsy explanations due to unwillingness to research
 and study others.

 But, whatever you think of the man and his ravings, the work stands
 on its merits because it confirms hypotheses and has predictive utility.
 That makes it science. Probably more so than Art imho.

 What kinda makes him great, but also a bit sad, is what he achieved was
 in isolation, like many who fall into the cracks between the pillars
 of established thought.

 andy






 On Mon, 10 Dec 2007 22:41:32 +0100
 Yvan Vander Sanden [EMAIL PROTECTED] wrote:


  Andy Farnell wrote:
   Of course he will always be remembered as an avant garde composer,
   but much of Stockhausens greatness is missed by artists who saw him as
   a pseudo-scientist and scientists who dismissed him as an artist.
   He was both at different times. A lack of rigor and precise voclabulary
   hides his contribution to psychoacoustics, he basically provided
   experimental support to Gabors theories, yet he is not mentioned once
   in critcal textbooks like McAdams and Bigand.
  
  And of coruse we must not forget he came from sirius to explain us all
  that :-)
 
  ___
  PD-list@iem.at mailing list
  UNSUBSCRIBE and account-management - 
  http://lists.puredata.info/listinfo/pd-list


 --
 Use the source


 ___
 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] [Paradiddle] PD embedded

2007-11-21 Thread beau
I know that Paradiddle can be used to connect an interface to pure
data on the mac. Is it possible to embed the pure data in application
so there is one single exicutable to distribute without the need to
install pd? Basically I want to share some pd patches with other
non-pd electronic music/VJ people.

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


[PD] [Events] Y2k7 loopfest Santa Cruz, CA

2007-10-18 Thread Beau Casey
http://www.y2kloopfest.com/

***

Y2K7 Best of Show
Thursday, October 18th, 7pm
The Drum Machine Museum (map)
1533 5th Street (Oakland, CA)

HENRY KAISER / CHRIS MUIR (USA)
LEANDER REININGHAUS (GERMANY)
ERDEM HELVACIOGLU (TURKEY)
RANDOLF ARRIOLA (SINGAPORE)
PER BOYSEN (SWEDEN)
FABIO ANILE (ITALY)
DAVID MOLINA (USA)
MICKEY T (JAPAN)

$10 donation with no one turned away for lack of funds


MAIN FESTIVAL
Friday, October 19th, 8pm
Pearl Alley Studios
120 Pearl Alley, Santa Cruz, CA

HENRY KAISER (USA)
ERDEM HAVICIOGLU (TURKEY)
ARILD ANDERSEN (NORWAY)
IMPROVISATIONAL TRIO
(Henry Kaiser/Rick Walker/Arild Andersen)

Tickets will be $10 at the door with no one turned away for lack of funds


***

MAIN FESTIVAL
Saturday and Sunday October 20  21, Noon to Midnight
Pearl Alley Studios (MapQuest)
120 Pearl Alley, Santa Cruz, CA
Featuring 46 performers from 9 countries
See webpage for more details: http://www.y2kloopfest.com/


***

Annual Loopers Brunch
Sunday, October 22, 1pm
Walnut Street Cafe

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


Re: [PD] remote sl

2007-10-12 Thread Beau Casey
I have started using the [midiparse] object in pd-extended. I'm trying to
find a good way to use key velocity as the envelope for the waveform. Does
anyone have an interesting strategy for this?




On 10/12/07, Damian Stewart [EMAIL PROTECTED] wrote:

 Beau Casey wrote:
  A little while back some people mentioned making an auto map template
 for
  the novation remote series. Does anyone have a cool pd synth that is
  already mapped to its defualt map?

 that would've been me; no, i don't; i have a series of patches i've spread
 over several 'pages' of the SL. it wouldn't be very hard to find a generic
 resonating sawtooth synth and map some of the SL's default MIDI controls
 to
 the various sliders/inputs.

 use [ctlin] to find out which pots are sending on which channel (or just
 press 'up' on the lcd screens and read it off the sl)

 then grab a copy of s-abstractions from
 http://mccormick.cx/projects/s-abstractions/

 and use [s-midictl] to get the numbers - eg [s-midictl 43 1] will spit out
 numbers when the SL sends out data on MIDI CC 43 channel 1.

 --
 damian stewart | +44 7854 493 796 | [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-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] remote sl

2007-10-11 Thread Beau Casey
A little while back some people mentioned making an auto map template for
the novation remote series. Does anyone have a cool pd synth that is already
mapped to its defualt map?
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list