Skip to content

Commit

Permalink
Merge pull request #10 from marcus-universe/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
marcus-universe authored Dec 28, 2022
2 parents 9369140 + b08b14e commit 4dac65b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@

## Description

This Plugin for [TouchPortal](https://www.touch-portal.com/) adding controls for the piano visualizer [Keysight](https://store.steampowered.com/app/1325730/Keysight/) with the power of websockets.
This Plugin for [TouchPortal](https://www.touch-portal.com/) adding controls for the piano visualizer [Keysight](https://store.steampowered.com/app/1325730/Keysight/) with the power of websockets and socketIO.

## How to use it?

1. Install the TouchPortal_Keysight_Plugin.tpp in TouchPortal and restart TouchPortal.
2. Install the Keysight_Icon_Pack.tpi
<div align="left">
<img src="./assets/importPlugin.png" alt="import Plugin" >
<img src="./assets/importIconPack.png" alt="import Icon Pack" >
<img src="assets/importPlugin.PNG" alt="import Plugin" >
<img src="assets/importIconPack.PNG" alt="import Icon Pack" >
</div>

---

3. Set in Keysight under System/Websockets/Inbound websocket the address to `http://localhost:3000` or to your port after `:` when you changed it. Event name is `command`.
4. Now set what messages you wanna listen to and what there need to change.
<div align="left">
<img src="./assets/keysightSettings.png" alt="Keysight Settings" >
<img src="assets/keysightSettings.PNG" alt="Keysight Settings" >
</div>

---

5. Add to your TouchPortal Button a `Send to Keysight` Action and replace the String with you message.
<div align="left">
<img src="./assets/sendCommand.png" alt="TouchPortal Settings send command" >
<img src="assets/sendCommand.PNG" alt="TouchPortal Settings send command" >

</div>
6. Have fun jamming 😉
Expand Down

0 comments on commit 4dac65b

Please sign in to comment.