Benjamin Ward
Benjamin Ward
Is this still true as of now?
Looking through the source, I noticed that these CreateInfo structs do actually take the proper types in their constructors but convert them immediately to handles - so maybe this isn't...
It might be worth it to set it as the default branch on Github, but not as master - that should be the stable release version. However, I don't think...
I would definitely be interested in using this library if an audio class was added - I'm working on some open-source audio hardware (equalizer, DAC, etc) where having several interfaces...
Oh shoot, what's the problem? I merged into develop this time.
Hmm, I thought I did that.
Figured it out, I just forgot to push. Fix'd.
I have completed all of the requested changes except for the State one. Waiting for @KonajuGames's response.
Yeah, I agree. I'll think about it and check out KonajuGames's response when he does respond.
Hm. While doing some testing with this, it seems that the Guid constructor returns a GUID of zero, unlike we thought.  `Guid.NewGuid()` does work as expected. I will update...