FunctionPlayer
plays a function
f = FunctionPlayer({
SinOsc.ar([440,420],0.0,0.1)
});
f.play;
f.stop;
f.topGui