How do i get something to follow another thing ?
Lets say i got an SuperScope with a simple short line, and i got another SuperScope i want to get to follow my first SuperScope, how do i do that ?
Djilo
I cant find out of this :S
3 posts
You need to use the Global Buffer.
Set the value(s) you want to get in another superscope etc by doing;
assign(gmegabuf(index),val);
Then to get those values in the other superscope etc you can use;
val=gmegabuf(index);
See the attached preset for a rubbish example.
Hope that helps in some way.
Set the value(s) you want to get in another superscope etc by doing;
assign(gmegabuf(index),val);
Then to get those values in the other superscope etc you can use;
val=gmegabuf(index);
See the attached preset for a rubbish example.
Hope that helps in some way.
Ah for the old days of getosc pseudo random number generators, and poxy var limits.
...Wait a minute, that sucked.
...Wait a minute, that sucked.