Is correct definie a public beeper and use this in all code?
when you do this:
the b.release cancel the sound. The solution is delete b.relaase, but, the B var are not relase?
may be dangerous create a lot of Beebper var and not to do release?
when you do this:
B4X:
Dim B As Beeper
b.Initialize(1500, 650) '
b.Beep
'what to do? . sleep or delete b.relase? '
Sleep (200)
B.Release
the b.release cancel the sound. The solution is delete b.relaase, but, the B var are not relase?
may be dangerous create a lot of Beebper var and not to do release?