Overlapping objects
is there a way of overlapping objects so you can view both at once
for example a waveform object with a function object on top of it, to accurately envelope a sample?
Open the [function] inspector and set the background colour alpha value to 0 so it will become transparent. You might also want to look at using [thispatcher] scripting for example "script bringtofront " to change which object is on top.
lh
along with the "alpha" method mentioned before, also have a look at the "ignorclick" message. This way you can access one or the other object while they overlap...