Search found 2 matches

by whax
Sun Jan 17, 2021 11:52 pm
Forum: Coding Questions
Topic: [Solved] Sound Stop Callback
Replies: 2
Views: 1710

Re: [Solved] Sound Stop Callback

Hello Peter

Thank you very much, exactly what I was looking for. And thank you for your Leaflet + Tabulator Modules as well :)
by whax
Sun Jan 17, 2021 9:17 pm
Forum: Coding Questions
Topic: [Solved] Sound Stop Callback
Replies: 2
Views: 1710

[Solved] Sound Stop Callback

Hello everyone

Asking a general question on how it's best handled to know if a sound has stopped or not. Right now I'm adding a Window Timer that queries every few ms with SoundStatus() if a sound has stopped or not but I'm questioning if this is is a viable method (it works well enough). But I'm ...