Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions public/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ If a device is disabled, only OSC API commands from this device will work, every

#### Ignore port

Ignore port allows for incoming connections that send on multiple ports (like Qlab). Enabling this option will only check the IP address for a connection type and transport.
Ignore port allows for incoming connections that send on multiple ports (like QLab). Enabling this option will only check the IP address for a connection type and transport.

So, if you're sending Qlab on TCP, you'd enable this, but you could send in on UDP from that same IP and that would be a different device.
So, if you're sending QLab on TCP, you'd enable this, but you could send in on UDP from that same IP and that would be a different device.

#### Router

Expand Down Expand Up @@ -449,7 +449,7 @@ The message router sends messages from sources to destinations. This is selectab

1. Click on the crosspoint you want to activate
2. Check **Enabled**
3. Optionally adjust the name and description. We autofill a name like `Qlab Backup In → HUD Out TCP`
3. Optionally adjust the name and description. We autofill a name like `QLab Backup In → HUD Out TCP`
4. Add filters if you want them.
5. Press `⏎` to save, or `esc` to discard, or click the buttons there.

Expand Down Expand Up @@ -994,7 +994,7 @@ The ping message will automatically respond with a `/sndwrks/server/v1/pong` mes
```
**Examples**

This would start `server-pong` in Qlab. This could be a simple heartbeat, but don't forget to have a script to restart it if you panic!
This would start `server-pong` in QLab. This could be a simple heartbeat, but don't forget to have a script to restart it if you panic!

```
/sndwrks/server/v1/ping 53000 /cue/server-pong/start
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/products/sndwrks-local/software/devices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ If a device is disabled, only OSC API commands from this device will work, every
#### Ignore port
<Icon name="star" />

Ignore port allows for incoming connections that send on multiple ports (like Qlab). Enabling this option will only check the IP address for a connection type and transport.
Ignore port allows for incoming connections that send on multiple ports (like QLab). Enabling this option will only check the IP address for a connection type and transport.

So, if you're sending Qlab on TCP, you'd enable this, but you could send in on UDP from that same IP and that would be a different device.
So, if you're sending QLab on TCP, you'd enable this, but you could send in on UDP from that same IP and that would be a different device.

#### Router
<Icon name="star" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The message router sends messages from sources to destinations. This is selectab
<Steps>
1. Click on the crosspoint you want to activate
2. Check **Enabled**
3. Optionally adjust the name and description. We autofill a name like `Qlab Backup In → HUD Out TCP`
3. Optionally adjust the name and description. We autofill a name like `QLab Backup In → HUD Out TCP`
4. Add filters if you want them.
5. Press `⏎` to save, or `esc` to discard, or click the buttons there.
</Steps>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/osc-api-v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The ping message will automatically respond with a `/sndwrks/server/v1/pong` mes
```
**Examples**

This would start `server-pong` in Qlab. This could be a simple heartbeat, but don't forget to have a script to restart it if you panic!
This would start `server-pong` in QLab. This could be a simple heartbeat, but don't forget to have a script to restart it if you panic!

```
/sndwrks/server/v1/ping 53000 /cue/server-pong/start
Expand Down