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.
[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 simultaneously). thanks, Nick Burge.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
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 pd-extended (which loads gem by default on startup) you should be able to get the maxlib scale by [maxlib/scale] ... for now.
marius.
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 simultaneously). thanks, Nick Burge.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thank you Marius. I'm using the extended version, so yes, that works. Nick.
-----Original Message----- From: marius schebella [mailto:marius.schebella@gmail.com] 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 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 pd-extended (which loads gem by default on startup) you should be able to get the maxlib scale by [maxlib/scale] ... for now.
marius.
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 simultaneously). thanks, Nick Burge.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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.
Frank Barknecht _ ______footils.org__
Le Fri, 18 Apr 2008 14:21:08 +0200, Frank Barknecht fbar@footils.org a écrit :
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
you may also check the Pdmtl abstractions library :
scale.3point scale.adaptive scale.linear scale.loga scale.symbol
++ O.