Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-wes authored Sep 18, 2024
1 parent 729e778 commit ddfa8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pd external and Pd-Lua object to connect and display Sony DualSense controller
* add `dualsense` to your paths or add `[declare -path dualsense]` to your patch
* create `[dslink]` object (its output can be connected to the `[dsshow]` object)
* send `open, poll 10` message to connect to controller and poll data in 10ms intervals
* additionally, you can add `[sensors2quat]` and `[sensors2impulse]` from the second (IMU) outlet of [dslink] and [dsshow] to also display orientation and movement impulses
* additionally, you can place `[sensors2quat]` and `[sensors2impulse]` between the second (IMU) outlet of [dslink] and [dsshow] to also display orientation and movement impulses
* obviously, the main purpose is that all messages can be used to control arbitrary patch parameters

## dependencies
Expand Down

0 comments on commit ddfa8f8

Please sign in to comment.