-
Notifications
You must be signed in to change notification settings - Fork 758
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
(unnecessary?) warning "The HID scheme 'nil' is not installed" #1120
Comments
On 01-06-14 22:03, Julian Rohrhuber wrote:
yes, please! I will need to look into removing GeneralHID, while still maintaining But we should keep LID as it does provide access to some devices on sincerely, |
Ok, I've added a branch with the removed classes: d7d0bb1 |
GeneralHID is still fully functional for Linux, so I would not like to Maybe for now just change this bit: *fromID { arg id;
To: *fromID { arg id; On 11-06-14 22:29, Julian Rohrhuber wrote:
|
Hm, it would really be nice not to have two implementations for the same thing. Couldn't GeneralHID be rewritten by redirecting to the new HID, and then be deprecated? Or is there any fundamental difference that needs support? |
Hi, the fundamental thing is that the new HID implementation on Linux does I think that any further layers to unify access to input devices should sincerely, On 28-06-14 00:06, Julian Rohrhuber wrote:
|
fully fixed in pull request #1573 |
On startup, sclang tries to load the GeneralHID spec:
GeneralHID.fromID( this.platform.defaultHIDScheme );
It is not clear whether this is really necessary; in any case, it posts a warning:
Should the call just be removed and happen on demand?
The text was updated successfully, but these errors were encountered: