mstop4 / FMODGMS

🎶 GML bindings to the FMOD Studio low-level API for GM:S and GMS2. Can be used in Windows, macOS, and Linux games.
https://quadolorgames.itch.io/fmodgms
BSD 2-Clause "Simplified" License
62 stars 18 forks source link

Add FMODGMS_Chan_Is_Playing to vc/linux sources #24

Closed BPzeBanshee closed 4 years ago

BPzeBanshee commented 4 years ago

Adds support for checking playing status of a channel within the extension to the vc and linux sources. FMOD already had this as a feature, it was just a matter of implementing the wrapper functions accordingly.

Tested on Windows 7, not tested on Linux or Windows 10 (the default branch settings for the vc project) but I don't see why it shouldn't work.

Will defer the decision of alterations to GMS example projects to the project creator. @mstop4 thank you for making the source generally easy to read and compile on Windows.

mstop4 commented 4 years ago

Thanks for contributing to the extension, @BPzeBanshee. I don't have as much time as I used to to work on this project unfortunately and I've fallen behind on updates. I'll test out your changes and merge them when I get the chance.