/usr/share/SuperCollider/HelpSource/Classes/HIDDevice.schelp is in supercollider-common 1:3.6.3~repack-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | class:: HIDDevice
summary:: stores information about a device and holds an array of HIDElements
related:: Classes/HIDDeviceService, Classes/LID, Classes/GeneralHID
categories:: External Control>HID
description::
Helper class for link::Classes/HIDDeviceService::.
A HIDDevice's information consists out of:
the manufacturer, the product, the usage, the vendorID, the productID and the locID.
The last three are used to identify the device. The vendorID and the productID are static for each device, the locID depends on the (usb) port the device is connected to.
InstanceMethods::
private::prAddElement
|