[PD] setting send > 'list: no such object' ?

2012-05-23 Thread tim vets
hello,
I have a symbol like this:
"destination_value1_value2_value3_value4"
with which I want to send the list "value1 value2 value3 value4" to
"destination"
First, I turn the symbol into a list using [s2l]
Then I split off the first element of the list using list-splat,
and use that to set the destination of a [send] object.
While this seems to work ("value1 value2 value3 value4" does get sent to [r
destination]),
nevertheless I get the error 'list: no such object' in the pd window.
any ideas?
thanks,
Tim
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Current PMPD binaries for Win and Mac?

2012-05-23 Thread Hans-Christoph Steiner

On May 21, 2012, at 3:06 PM, Nicolas Montgermont wrote:

> 
> 
> Le 18/05/12 18:30, Nicolas Montgermont a écrit :
>>> - A tag in SVN (i.e. tags/externals/pmpd
> ok i've check out the tags/externals/pmpd folder but I'm not really sure of 
> how I must create a tag of the 0.10 version. Is the appropriate command:
> cd tags/externals/pmpd
> svn mkdir 0.10
> cd 0.10
> svn copy ../../../trunk/externals/pmpd/* ./*
> svn commit -m "tagging pmpd ver 0.10"
> 
> or do I simply do:
> cd trunk/externals/pmpd
> svn copy ./* 
> https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/0.10
>  -m "tagging pmpd ver 0.10"
> 
> or even:
> svn copy 
> https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pmpd 
> https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/0.10
>  -m "tagging pmpd ver 0.10"

I usually use this last option with full URLs, since its easiest to see exactly 
what's happening.

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


Re: [PD] all distorsions avaliable

2012-05-23 Thread umberto torrez
Hi guys , thanks for the replies,  I was wondering if there are more
waveshapers patches or abstractions outhere  for pd?

I also was wondering if anybody have tried implemented dynamic waveshaping
with Chebyshev polynomials?
Which should be the best approach for this in pd?


thanks




2012/5/23 Ed Kelly 

> That's _awesome_ :)
>
> Ed
>
>
>
>
>
> there are some non-linear distorters in my DIY library.  My favourite is
> the 'shaper' function as found in the kurzweil K2000
>
> http://puredata.hurleur.com/sujet-1982-1.html
>
> ___
> 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] Mouse data without Xorg boundaries

2012-05-23 Thread Jonathan Wilkes
Yeah, I left out that I also opened the help patch, and the deltas were still 
being output when the mouse pointer 

hit the edge of the screen in x.

-Jonathan




>
> From: Tyler Leavitt 
>To: Jonathan Wilkes  
>Cc: pd-list  
>Sent: Wednesday, May 23, 2012 3:52 PM
>Subject: Re: [PD] Mouse data without Xorg boundaries
> 
>
>Jonathan,
>
>
>Heh... well I did mention in my post that I tried that already and it didn't 
>do what I wanted it to. But then I tried it again at your urging and voila! 
>For some reason I missed that my first try.
>
>
>Thanks,
>Tyler 
>
>
>On Wed, May 23, 2012 at 12:05 PM, Jonathan Wilkes  wrote:
>
>Hi Tyler,
>> I used my search plugin to search for objects tagged with the 
>>"user_input" keyword and found:
>>
>>
>>cyclone/MouseState  
>>report mouse x/y/deltax/y and buttonpress 
>>Keywords: control max_compatible user_input
>>
>>
>>Since it gives you delta x/y I think it will solve your problem.
>>
>>
>>-Jonathan
>>
>>
>>
>>>
>>> From: Tyler Leavitt 
>>>To: pd-list  
>>>Sent: Wednesday, May 23, 2012 12:19 PM
>>>Subject: [PD] Mouse data without Xorg boundaries
>>> 
>>>
>>>
>>>Hello list,
>>>
>>>
>>>Not sure if the title explains it concisely enough, but I'm looking to get 
>>>mouse data without the screen limits of X. So basically when I drag the 
>>>mouse to the far-right boundary of the screen and continue dragging, though 
>>>my pointer stays the same on the screen, obviously there is still data being 
>>>sent from the optical mouse to the comp that states I am moving right. How 
>>>can I get this data? I'm mounting an optical mouse upside down under a wheel 
>>>and I want to read that data. I thought MouseState from cyclone libs would 
>>>give me this with the "delta" x and y, but those are confined to Xorg's 
>>>limits as well. Any ideas? I don't feel confident in hacking mouse drivers 
>>>without guidance
>>>
>>>
>>>Thanks,
>>>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] Mouse data without Xorg boundaries

2012-05-23 Thread Tyler Leavitt
Jonathan,

Heh... well I did mention in my post that I tried that already and it
didn't do what I wanted it to. But then I tried it again at your urging and
voila! For some reason I missed that my first try.

Thanks,
Tyler

On Wed, May 23, 2012 at 12:05 PM, Jonathan Wilkes wrote:

> Hi Tyler,
>  I used my search plugin to search for objects tagged with the
> "user_input" keyword and found:
>
> cyclone/MouseState
> report mouse x/y/deltax/y and buttonpress
> Keywords: control max_compatible user_input
>
> Since it gives you delta x/y I think it will solve your problem.
>
> -Jonathan
>
>   --
> *From:* Tyler Leavitt 
> *To:* pd-list 
> *Sent:* Wednesday, May 23, 2012 12:19 PM
> *Subject:* [PD] Mouse data without Xorg boundaries
>
> Hello list,
>
> Not sure if the title explains it concisely enough, but I'm looking to get
> mouse data without the screen limits of X. So basically when I drag the
> mouse to the far-right boundary of the screen and continue dragging, though
> my pointer stays the same on the screen, obviously there is still data
> being sent from the optical mouse to the comp that states I am moving
> right. How can I get this data? I'm mounting an optical mouse upside down
> under a wheel and I want to read that data. I thought MouseState from
> cyclone libs would give me this with the "delta" x and y, but those are
> confined to Xorg's limits as well. Any ideas? I don't feel confident in
> hacking mouse drivers without guidance
>
> Thanks,
> 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] iemguts on windows 2

2012-05-23 Thread Tebjan Halm - VVVV

hi all,

there was an earlier discussion about compiling iemguts on windows, but 
it looks quite outdated. none of the provided solution was working for me.
where can i find som sort of instructions on how to compile the external 
with mingw?


thanks!


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


Re: [PD] Mouse data without Xorg boundaries

2012-05-23 Thread Jonathan Wilkes
Hi Tyler,
 I used my search plugin to search for objects tagged with the "user_input" 
keyword and found:

cyclone/MouseState  
report mouse x/y/deltax/y and buttonpress 
Keywords: control max_compatible user_input

Since it gives you delta x/y I think it will solve your problem.

-Jonathan




>
> From: Tyler Leavitt 
>To: pd-list  
>Sent: Wednesday, May 23, 2012 12:19 PM
>Subject: [PD] Mouse data without Xorg boundaries
> 
>
>Hello list,
>
>
>Not sure if the title explains it concisely enough, but I'm looking to get 
>mouse data without the screen limits of X. So basically when I drag the mouse 
>to the far-right boundary of the screen and continue dragging, though my 
>pointer stays the same on the screen, obviously there is still data being sent 
>from the optical mouse to the comp that states I am moving right. How can I 
>get this data? I'm mounting an optical mouse upside down under a wheel and I 
>want to read that data. I thought MouseState from cyclone libs would give me 
>this with the "delta" x and y, but those are confined to Xorg's limits as 
>well. Any ideas? I don't feel confident in hacking mouse drivers without 
>guidance
>
>
>Thanks,
>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.element in mtl?

2012-05-23 Thread Dafydd Hughes
Hi folks

I may be wrong here: is mtl meant to replace pdmtl?

If that's the case, am I crazy or is list.element missing? Is there a good
replacement for it?

Thanks for any help.

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


Re: [PD] bigger symbols

2012-05-23 Thread Jeppi Jeppi

Great idea, thanks :)josep

> From: reduz...@gmail.com
> To: pd-list@iem.at
> Date: Wed, 23 May 2012 17:56:30 +0200
> Subject: Re: [PD] bigger symbols
> 
> On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote:
> > Hi all,
> > any easy (and hopefully standard) way to display a bigger and better
> > looking symbol than the default [symbol] object (Ctrl-4)?
> > Thanks!
> 
> Yup, send the message 'label yoursymbol' to any of the iemguis. I often
> use [cnv] for exactly this purpose.
> 
> Roman
> 
> 
> 
> ___
> 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] Mouse data without Xorg boundaries

2012-05-23 Thread Tyler Leavitt
Hello list,

Not sure if the title explains it concisely enough, but I'm looking to get
mouse data without the screen limits of X. So basically when I drag the
mouse to the far-right boundary of the screen and continue dragging, though
my pointer stays the same on the screen, obviously there is still data
being sent from the optical mouse to the comp that states I am moving
right. How can I get this data? I'm mounting an optical mouse upside down
under a wheel and I want to read that data. I thought MouseState from
cyclone libs would give me this with the "delta" x and y, but those are
confined to Xorg's limits as well. Any ideas? I don't feel confident in
hacking mouse drivers without guidance

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


Re: [PD] bigger symbols

2012-05-23 Thread Roman Haefeli
On Wed, 2012-05-23 at 17:34 +0200, Jeppi Jeppi wrote:
> Hi all,
> any easy (and hopefully standard) way to display a bigger and better
> looking symbol than the default [symbol] object (Ctrl-4)?
> Thanks!

Yup, send the message 'label yoursymbol' to any of the iemguis. I often
use [cnv] for exactly this purpose.

Roman



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


Re: [PD] bigger symbols

2012-05-23 Thread Jaime Oliver
Perhaps a canvas ?

J



On May 23, 2012, at 11:34 AM, Jeppi Jeppi  wrote:

> Hi all,
> any easy (and hopefully standard) way to display a bigger and better looking 
> symbol than the default [symbol] object (Ctrl-4)?
> Thanks!
> 
> Josep M
> ___
> 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] bigger symbols

2012-05-23 Thread Claude Heiland-Allen

On 23/05/12 16:34, Jeppi Jeppi wrote:


Hi all,any easy (and hopefully standard) way to display a bigger and better 
looking symbol than the default [symbol] object (Ctrl-4)?Thanks!


If you only need display (no editing/input), set the label of a canvas, 
and adjust the properties to set font/size.  Beware characters like 
$#%{}[]"' which might cause weird issues (though, I haven't tested 
recently, so any issues there might have been may be fixed - and I can't 
remember exactly which ones I had problems with in the past...).




Josep M 



___
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] bigger symbols

2012-05-23 Thread Jeppi Jeppi

Hi all,any easy (and hopefully standard) way to display a bigger and better 
looking symbol than the default [symbol] object (Ctrl-4)?Thanks!
Josep M   ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pdx problem with tk externals

2012-05-23 Thread Patrice Colet

- Mail original -
> De: "Mathieu Bouchard" 
> Objet: Re: [PD] pdx problem with tk externals
> 
> Le 2012-05-21 à 14:15:00, Patrice Colet a écrit :
> 
> > Just found out that [#many] on win32 have to be in an opened window
> > otherwise pd gives an error message, and then all the gui objects
> > doesn't work anymore, they send data as they are clicked but
> > doesn't
> > show any value change. I still don't know why tof/menubutton is
> > erroneous under pdx, the outlet just doesn't work, flatgui/popup
> > seems
> > okay in fact.
> 
> [#many] est une abstraction qui n'utilise rien qui puisse être
> vraiment
> spécifique à win32. Ça me porterait fortement à croire que [#many]
> n'est
> pas réellement en cause dans ce problème.
> 

 Please gridflow users can you try attached patch and tell if there is an 
error? Thank you.

 Je pense en effet que [#many] ne fait que mettre en exergue un des problèmes
dans la partie client de pdx lorsque que [#many] est 'fermé' dans une 
abstraction à l'ouverture.
 C'est la raison pour laquelle j'ai indiqué pdx dans le titre, j'ai attaché les 
patchs erratiques,
que se passe-t'il sur les autres plateformes avec ces patches?
Moi j'ai une erreur tcl que je ne peux copier d'ailleurs depuis la console...

L'erreur dit en résumé qu'il ne trouve pas le patch: "INVALID command name 
.x2345678.c ..."
ensuite ya plus rien qui marche normalement, il faut relancer...

 Je ne peux tester gridflow sur vanilla malheureusement.
Merci Mathieu d'avoir répondu.

 

#N canvas 663 513 450 300 10;
#X obj 196 130 test-#many-abs;
#N canvas 233 463 450 300 10;
#X obj 172 115 #many tgl 3 3;
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] [PD-announce] Call for Projects | Interactivos?’12 Ljubljana. Obsolete Technologies of the Future

2012-05-23 Thread Medialab-Prado comunicacion


*MEDIALAB-PRADO*
Área de Las Artes del Ayuntamiento de Madrid
Arts Department of the Madrid City Council
http://medialab-prado.es*
* *
*


   Interactivos?’12 Ljubljana. Obsolete Technologies of the Future
   Call for Projects

Ljudmila, Digital Medialab of Ljubjliana, in collaboration with SGMK of 
Zurich and Medialab-Prado are seeking for proposals for an upcoming 
workshops in collaborative prototyping which will be hold in Ljubljana 
(September 5 - 15, 2012) with the participation of advisors, technical 
assistants.


Deadline: June 8, 2012
Call for Collaborators: starting July 2, 2012
Project development(workshop): September 5- 15, 2012

Suggested areas of focus include:

   *  Projects that suggest different usages of existing urban
 technological infrastructures
   *  Rethinking outdated technologies and recycling the computer
 and IT wasteland.
   *  Projects which allow people to interact with technology to
 provoke new ways of perceiving the surrounding, the self, the
 visual, the material, and stimulate aesthetic experience.
   *  Particular attention will be paid to projects which promote
 open source communities, collaborative work and collective modes
 of behavior.
   *  Playing with data - submissions for works, which connect data
 forms and physically embody data streams, bridging ‘on’ and ‘off’
 line worlds.
   *  Products and services that provide sustainable solutions for
 our needs, including the use of open data, data mash ups and remixes.


We are seeking proposals for:

   *  Installations (interactive, responsive, generative)
   *  Performances (participatory, gesticular, dance)
   *  Visualisations (moving images, generative, projections,
 holograms)
   *  Free Software (FLOSS) / Open Hardware / Open Design /
 Services / Start-ups / Apps / Devices


The open call is aimed at designers, artists, engineers, coders, 
sociologists, architects, city planners, teachers, programmers, 
psychologists, journalists, environmentalists... or to any other person 
interested in the theme of the workshop.


Complete information and guidelines:
http://medialab-prado.es/article/interactivos12_ljubljana_future_obsolete_technologies

Advisors: Luka Frelih, Ida Hirsenfelder, Chris Sugrue and Yago Torroja.

**Activity within the framework of Studiolab European project:
http://www.studiolabproject.eu/
http://medialab-prado.es
http://www.sciencegallery.com/


--
Nerea García Garmendia
Comunicación / Press
Medialab-Prado
Intermediae Matadero Madrid
Paseo de la Chopera, 14 28045 Madrid
(Temporary Location)
Tel. +34 915 177 288
difus...@medialab-prado.es
www.medialab-prado.es



http://www.facebook.com/MedialabPradoMadrid
Twitter: @medialabprado



___
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] New motion sensor

2012-05-23 Thread Pierre Massat
True, but if it's really as precise as what is shown in the video it could
be a very interesting tool for creating new instruments.

Pierre.

2012/5/23 Matthias Kronlachner 

>  but it seems as it is developed more for sitting in front of the screen,
> waving your hands.
> i guess you cannot cover the same area than with kinect and do things like
> tracking standing persons or dancers.
>
> but we'll see - still looks interesting.
>
> Am 23.05.12 12:34, schrieb Theron Trowbridge:
>
> I saw a demo of the unit at Maker Faire this past weekend, and it looked
> impressive.  Not only cheaper than the Kinect, but they say it's
> significantly higher resolution.  I'm looking forward to playing with one.
>  And talking to reps for the company, they seem supportive of developers
> and want to see what they do with it.  There is a link on the web site to
> apply for a free dev kit.
>
>
>  -Theron
> ^
>
> On Tue, May 22, 2012 at 11:51 PM, Pierre Massat wrote:
>
>> Dear List,
>>
>> I thought some of you might be interested in this :
>>
>> http://www.leapmotion.com/
>>
>> Apparently a lot smaller and cheaper than kinect.
>>
>> Cheers!
>>
>> Pierre.
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
>
> ___pd-l...@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] New motion sensor

2012-05-23 Thread Matthias Kronlachner
but it seems as it is developed more for sitting in front of the screen, 
waving your hands.
i guess you cannot cover the same area than with kinect and do things 
like tracking standing persons or dancers.


but we'll see - still looks interesting.

Am 23.05.12 12:34, schrieb Theron Trowbridge:
I saw a demo of the unit at Maker Faire this past weekend, and it 
looked impressive.  Not only cheaper than the Kinect, but they say 
it's significantly higher resolution.  I'm looking forward to playing 
with one.  And talking to reps for the company, they seem supportive 
of developers and want to see what they do with it.  There is a link 
on the web site to apply for a free dev kit.



-Theron
^

On Tue, May 22, 2012 at 11:51 PM, Pierre Massat > wrote:


Dear List,

I thought some of you might be interested in this :

http://www.leapmotion.com/

Apparently a lot smaller and cheaper than kinect.

Cheers!

Pierre.

___
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] New motion sensor

2012-05-23 Thread Theron Trowbridge
I saw a demo of the unit at Maker Faire this past weekend, and it looked
impressive.  Not only cheaper than the Kinect, but they say it's
significantly higher resolution.  I'm looking forward to playing with one.
 And talking to reps for the company, they seem supportive of developers
and want to see what they do with it.  There is a link on the web site to
apply for a free dev kit.


-Theron
^

On Tue, May 22, 2012 at 11:51 PM, Pierre Massat  wrote:

> Dear List,
>
> I thought some of you might be interested in this :
>
> http://www.leapmotion.com/
>
> Apparently a lot smaller and cheaper than kinect.
>
> Cheers!
>
> Pierre.
>
> ___
> 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] closest frequency in scale

2012-05-23 Thread Matthias Kronlachner
if you mean as specific scale the equal tempered you can use [ftom] to 
convert from frequency to midi note numbers.
then you round this number to integer and with [mtof] back to have a 
frequency value.


matthias

Am 23.05.12 10:29, schrieb flad chester:
Hi list, im new with pd, i was thinking about which should be the best 
way to implement this idea or maybe somebody has done something like 
this before:
Im controlling the frequencies of my grains with a random number 
generator, but instead of controlling the frequencies directly i would 
like to select the closest frequency in a specific scale for each 
random value.


how can i do this in pd?


thanks in advance

Flad







___
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] closest frequency in scale

2012-05-23 Thread Pierre Massat
Hi,

I'm not sure I got your question right, but one thing you can do is map the
output of your random number generator.
Say you get a random number ranging from 0 to 1and you want the frequency
to be between 200 Hz and 10KHz :
- multiply the random number by 1 - 200 = 9800,
- then add 200.

You can change the two boundaries between two random numbers.

Pierre.

2012/5/23 flad chester 

> Hi list, im new with pd, i was thinking about which should be the best way
> to implement this idea or maybe somebody has done something like this
> before:
> Im controlling the frequencies of my grains with a random number
> generator, but instead of controlling the frequencies directly i would like
> to select the closest frequency in a specific scale for each random value.
>
> how can i do this in pd?
>
>
> thanks in advance
>
> Flad
>
>
>
>
>
>
> ___
> 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] Brian Eno

2012-05-23 Thread Pierre Massat
I've always had the intuition that Eno wrote The Big Ship on a Doodle
synthesizer, and the recent discovery of this rough early demo just proved
me right :

http://g.co/doodle/qcrdx7

;)

Cheers,

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


[PD] closest frequency in scale

2012-05-23 Thread flad chester
Hi list, im new with pd, i was thinking about which should be the best way
to implement this idea or maybe somebody has done something like this
before:
Im controlling the frequencies of my grains with a random number generator,
but instead of controlling the frequencies directly i would like to select
the closest frequency in a specific scale for each random value.

how can i do this in pd?


thanks in advance

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