Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tschiemer
PureData HID External
Commits
e4742b22
Commit
e4742b22
authored
Mar 22, 2021
by
phil
Browse files
link to releases
parent
e7ad4929
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e4742b22
# hid-pd-external
An USB HID external for PureData (PD)
An USB HID external for PureData (PD)
*Note*
the current version only outputs raw values as received from the HID -
HID descriptor input item specifics (such as min/max, units, exponentials, etc)
...
...
@@ -17,6 +17,10 @@ Tested RPi 4 (5.10.17-v7l+), in principle works but is suboptimal.
-
[ ] Feature reports?
-
[ ] Use hidraw instead of libusb (see note under linux)
## Binaries
See https://github.com/tschiemer/hid-pd-external/releases
## Building
### macos
...
...
@@ -27,7 +31,7 @@ brew install libusb hidapi
```
Compile:
```
bash
```
bash
git clone
--recursive
https://github.com/tschiemer/hid-pd-external
cd
hid-pd-external/
make
-f
Makefile.macos
&&
make
-f
Makefile.macos
install
...
...
@@ -103,4 +107,4 @@ Relies on (also see [deps](deps)):
-
[
libusb
](
https://github.com/libusb/libusb
)
-
[
hidapi
](
https://github.com/libusb/hidapi
)
-
[
USB-HID-Report-Parser
](
https://github.com/tschiemer/USB-HID-Report-Parser/tree/usbhid_map
)
-
[
pd-lib-builder
](
https://github.com/pure-data/pd-lib-builder
)
\ No newline at end of file
-
[
pd-lib-builder
](
https://github.com/pure-data/pd-lib-builder
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment