Hi,
Is it possible to create new expressions within a script? I think I read something about this topic somewhere else, that there was some kind of undocumented method available for creating new objects on the fly? Is this still available?
Create new expressions within script
Re: Create new expressions within script
for new expressions you can use 'decl'
but then you said new objects, which one??
decl test;
or
decl test = something;
but then you said new objects, which one??
decl test;
or
decl test = something;
Re: Create new expressions within script
Hi
Yes you can create new expression with the decl keyword , however they are restricted in there lexical and temporal scope to the script itself, and its operations . .
You cannot create external expressions as such; there was a function (createobject()) that allowed creation of objects programatically but it is currently deprecated, (though it may be reinstated at some point when fixed)
Hope that helps
Yes you can create new expression with the decl keyword , however they are restricted in there lexical and temporal scope to the script itself, and its operations . .
You cannot create external expressions as such; there was a function (createobject()) that allowed creation of objects programatically but it is currently deprecated, (though it may be reinstated at some point when fixed)
Hope that helps
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Create new expressions within script
Thanks for the replies I was referring to external expressions. The createobject() is what I was looking for, but I understand that it is deprecated for now.
Re: Create new expressions within script
oh, how I'd love a createobject()
canvas in the meantime
canvas in the meantime
Re: Create new expressions within script
yes, but only together with a destroyobject().ndivuyo wrote:oh, how I'd love a createobject()
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Re: Create new expressions within script
Indeed!Phil999 wrote:yes, but only together with a destroyobject().ndivuyo wrote:oh, how I'd love a createobject()
Re: Create new expressions within script
createamazinglayout(x,y,simplicity)
Re: Create new expressions within script
hahhahahaha, we wish it was that simple!