I have a simple while loop:
____________________________
while play
wavplay(wavout,Fs)
end
____________________________
The problem is that it is supposed to stop when the user presses the stop button, which will make play = 0, stopping the loop. But during the loop, the user can't...
Hi, I was wondering how to get a callback for a control to execute when I want it to (through code).
What I'm trying to do is to get the callback for a popupmenu to execute when the application starts.
Thanks,
Nishant