Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DriverName not set by AsioOut(string) #169

Closed
superlucky8848 opened this issue Feb 19, 2017 · 0 comments
Closed

DriverName not set by AsioOut(string) #169

superlucky8848 opened this issue Feb 19, 2017 · 0 comments

Comments

@superlucky8848
Copy link

superlucky8848 commented Feb 19, 2017

If create an AsioOut instance by driver name, it's DriverName property stays null. But if it's created by driver index, then DriverName property is correctly set.

AsioOut asioOut = new AsioOut("Some driver Name");
asioOut.DriverName == null; //true

AsioOut asioOut = new AsioOut(0);
asioOut.DriverName == "Some driver Name" //true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant