Re: [PD] scale ?

2012-07-13 Thread Фывапр Олджэвич
/ -- From: Фывапр Олджэвич tofuc...@inbox.ru To: PD-list pd-list@iem.at Sent: Thursday, 12 July 2012, 14:45 Subject: [PD] scale ? Hi ! how to do simple scaling in PD ? not via [autoscale] which is really unstable there is a [scale] object in MAX  but here

[PD] scale ?

2012-07-12 Thread Фывапр Олджэвич
Hi ! how to do simple scaling in PD ? not via [autoscale] which is really unstable there is a [scale] object in MAX  but here it is for GEM  ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] scale ?

2012-07-12 Thread José Rafael Subía Valdez
load and use the maxlib sacale object [maxlib/scale] On Thu, Jul 12, 2012 at 10:45 AM, Фывапр Олджэвич tofuc...@inbox.ru wrote: Hi ! how to do simple scaling in PD ? not via [autoscale] which is really unstable there is a [scale] object in MAX but here it is for GEM

Re: [PD] scale ?

2012-07-12 Thread Funs Seelen
On Thu, Jul 12, 2012 at 3:45 PM, Фывапр Олджэвич tofuc...@inbox.ru wrote: Hi ! how to do simple scaling in PD ? The simplest way is just with [* ], [/ ], [- ] and [+ ]. For example 0 -- 127 to -1 -- 1: [/ 63.5] | [- 1] --Funs ___ Pd-list@iem.at

Re: [PD] scale object name conflict between Gem and maxlib

2008-04-18 Thread Frank Barknecht
Hallo, nick burge hat gesagt: // nick burge wrote: Thank you Marius. I'm using the extended version, so yes, that works. Or use an abstraction like the attached one, probably available in pd-extended as for example rtc/expr_scale, only does linear scaling. Ciao -- Frank Barknecht

[PD] scale object name conflict between Gem and maxlib

2008-04-17 Thread nick burge
Hello List, does anyone know how to resolve the name conflict between the scale object in maxlib and Gem? I want to open the maxlib object , but the Gem object opens instead. (I want to make use of both libraries simultaneously). thanks, Nick Burge.

Re: [PD] scale object name conflict between Gem and maxlib

2008-04-17 Thread Hans-Christoph Steiner
[maxlib/scale] .hc On Apr 17, 2008, at 1:41 PM, nick burge wrote: Hello List, does anyone know how to resolve the name conflict between the scale object in maxlib and Gem? I want to open the maxlib object , but the Gem object opens instead. (I want to make use of both libraries

Re: [PD] scale object name conflict between Gem and maxlib

2008-04-17 Thread marius schebella
in theory, if you don't load gem and maxlib automatically, you should be able to put [import gem] in one patch and [import maxlib] into another and then you could use the gem scale in one patch and the maxlib scale in the other. But I think this feature is broken right now. if you're on

Re: [PD] scale object name conflict between Gem and maxlib

2008-04-17 Thread nick burge
Thank you Marius. I'm using the extended version, so yes, that works. Nick. -Original Message- From: marius schebella [mailto:[EMAIL PROTECTED] Sent: 17 April 2008 19:58 To: nick burge Cc: Pd List Subject: Re: [PD] scale object name conflict between Gem and maxlib in theory, if you

Re: [PD] scale from maxlib - undocumented feature

2007-09-27 Thread Mathieu Bouchard
On Tue, 25 Sep 2007, Claude Heiland-Allen wrote: --8-- Unless they arrange otherwise by defining a list method, objects respond to the list message by distributing the arguments of the message to their inlets, except for the first argument which is passed as a float or symbol message to the

Re: [PD] scale from maxlib - undocumented feature

2007-09-24 Thread João Miguel Pais
This is a standard feature of all obects/externals: If the hot inlet does not accept a list, the first element is sent to the first inlet, the second element to the second inlet, etc... oh, I guess I was missing something all these years You were probably already using it with [line~]

Re: [PD] scale from maxlib - undocumented feature

2007-09-24 Thread Charles Henry
course it's a really handy tool. but since I can't look at an object inside it's code, there was no way for me to know about it. That is interesting to know. I didn't know that it was a standard behavior either but since you've brought it up, now I'd like to know how the code allows this

Re: [PD] scale from maxlib - undocumented feature

2007-09-24 Thread Claude Heiland-Allen
Charles Henry wrote: I will have to read some more later~ http://www-crca.ucsd.edu/~msp/Pd_documentation/x2.htm#s6.4 --8-- Unless they arrange otherwise by defining a list method, objects respond to the list message by distributing the arguments of the message to their inlets, except for the

Re: [PD] scale from maxlib - undocumented feature

2007-09-24 Thread Martin Peach
Charles Henry wrote: course it's a really handy tool. but since I can't look at an object inside it's code, there was no way for me to know about it. That is interesting to know. I didn't know that it was a standard behavior either but since you've brought it up, now I'd like to

Re: [PD] scale from maxlib - undocumented feature

2007-09-23 Thread Frank Barknecht
Hallo, João Miguel Pais hat gesagt: // João Miguel Pais wrote: This is a standard feature of all obects/externals: If the hot inlet does not accept a list, the first element is sent to the first inlet, the second element to the second inlet, etc... oh, I guess I was missing something all

Re: [PD] scale from maxlib - undocumented feature

2007-09-23 Thread Mathieu Bouchard
On Sun, 23 Sep 2007, João Miguel Pais wrote: I just found out that if a list is sent to a |scale|, all values after the 1st substitute the parameters. The result will be the scaling of the 1st number, but already with the new parameters. Is this intentional, or was it a lucky effect? Maybe it

[PD] scale from maxlib - undocumented feature

2007-09-22 Thread João Miguel Pais
Hi, I just found out that if a list is sent to a |scale|, all values after the 1st substitute the parameters. The result will be the scaling of the 1st number, but already with the new parameters. Is this intentional, or was it a lucky effect? Maybe it would be better to update the

Re: [PD] scale from maxlib - undocumented feature

2007-09-22 Thread Thomas O Fredericks
This is a standard feature of all obects/externals: If the hot inlet does not accept a list, the firs Tom On 9/22/07, João Miguel Pais [EMAIL PROTECTED] wrote: Hi, I just found out that if a list is sent to a |scale|, all values after the 1st substitute the parameters. The result will be

Re: [PD] scale from maxlib - undocumented feature

2007-09-22 Thread Thomas O Fredericks
This is a standard feature of all obects/externals: If the hot inlet does not accept a list, the first element is sent to the first inlet, the second element to the second inlet, etc... Tom On 9/22/07, João Miguel Pais [EMAIL PROTECTED] wrote: Hi, I just found out that if a list is