The way you have it at the moment the program runs top to bottom... when it reaches tempo it just continues right through to the return command...BUT where to return???
You have to STOP the program BEFORE it hits the tempo routine..
If you use " goto $ " ( same command ) the program will sit there waiting for interrupt signals
You have to STOP the program BEFORE it hits the tempo routine..
If you use " goto $ " ( same command ) the program will sit there waiting for interrupt signals