Benjamin Ward

Results 39 comments of 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. ![capture](https://cloud.githubusercontent.com/assets/4739008/7554367/b96221ce-f6f3-11e4-84b0-6088db2ec338.PNG) `Guid.NewGuid()` does work as expected. I will update...