Skip to content

Commit 3149479

Browse files
committed
fixes some links
1 parent 9ac278c commit 3149479

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • content/blog/2025/Development News

content/blog/2025/Development News/Introducing-Bindings/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Connect your app parameters to RCP, OSCQuery, OSC, Midi, Redis,...
88

99
Dear patchers!
1010

11-
Here's to introduce **Channel Bindings**. They offer a unified way to expose [Public Channels](../Introducing-PublicChannels/index.md) from your app and allow them to interact with the outside world. Think easy connections to RCP, OSCQuery, OSC, Midi, Redis,...
11+
Here's to introduce **Channel Bindings**. They offer a unified way to expose [Public Channels](../introducing-public-channels/index.md) from your app and allow them to interact with the outside world. Think easy connections to RCP, OSCQuery, OSC, Midi, Redis,...
1212

1313
![](binding-columns.png)
1414
<center><small>Binding columns for MIDI, OSC, OSCQuery and Redis established by the respective nodes</small></center>
@@ -44,4 +44,4 @@ Unchecking a checkbox in a binding column or removing a BindTo... node removes t
4444

4545
---
4646

47-
And this concludes the trinity of [Public Channels](../Introducing-PublicChannels/index.md), [Presets](../Introducing-Presets/index.md) and Bindings. These three blog posts merely touch the surface of all the possibilities emerging from the presented new features and concepts. Take your time to explore additional material that can be found in the help browser when looking for the terms "public channel", "preset", "transition" and "bindings".
47+
And this concludes the trinity of [Public Channels](../introducing-public-channels/index.md), [Presets](../introducing-presets-and-transitions/index.md) and Bindings. These three blog posts merely touch the surface of all the possibilities emerging from the presented new features and concepts. Take your time to explore additional material that can be found in the help browser when looking for the terms "public channel", "preset", "transition" and "bindings".

content/blog/2025/Development News/Introducing-Presets/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "A complete cueing solution for your apps parameters"
88

99
Dear patchers!
1010

11-
Here's to introduce **Presets** and **Transitions**. Using presets you can take snapshots of any combination of [Public Channels](../Introducing-PublicChannels/index.md), store and recall them again anytime. A simple recall will jump to the stored value. Using a transition, values will be smoothly converged to.
11+
Here's to introduce **Presets** and **Transitions**. Using presets you can take snapshots of any combination of [Public Channels](../introducing-public-channels/index.md), store and recall them again anytime. A simple recall will jump to the stored value. Using a transition, values will be smoothly converged to.
1212

1313
![](presets.png)
1414
<center><small>A preset column to store, and the Presets Panel to trigger snapshots</small></center>
@@ -41,4 +41,4 @@ To learn about recalling presets programmatically from within a patch, check out
4141

4242
---
4343

44-
Now that you have your public channels cued using presets, you'll want to send out the actual values of your parameters to the world. This is when you need to learn about [Bindings](../Introducing-Bindings/index.md).
44+
Now that you have your public channels cued using presets, you'll want to send out the actual values of your parameters to the world. This is when you need to learn about [Bindings](../introducing-channel-bindings/index.md).

content/blog/2025/Development News/Introducing-PublicChannels/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "An app wide parameter store"
88

99
Dear patchers!
1010

11-
Here's to introduce **Public Channels**. They allow you to define app-wide public, named parameters. To get an overview of those, use the new **Channel Browser**: It lists and allows editing of all your public channels, allows you to store and re-call snapshots of their values using **[Presets](../Introducing-Presets/index.md)** and with just a few clicks allows you to expose them to the world via the idea of **[Bindings](../Introducing-Bindings/index.md)**.
11+
Here's to introduce **Public Channels**. They allow you to define app-wide public, named parameters. To get an overview of those, use the new **Channel Browser**: It lists and allows editing of all your public channels, allows you to store and re-call snapshots of their values using **[Presets](../introducing-presets-and-transitions/index.md)** and with just a few clicks allows you to expose them to the world via the idea of **[Bindings](../introducing-channel-bindings/index.md)**.
1212

1313
Yes, this is what we've been talking about for a while now under the code name "Global Channels". And yes, you can test-drive all of this now in the latest [vvvv gamma 7.0 previews](https://vvvv.org/download/).
1414

@@ -44,4 +44,4 @@ To remove all public channels that are no longer referenced by a PublicChannel n
4444

4545
---
4646

47-
The next thing that comes to mind now is how it would be great if you could store snapshots of the current values of your public channels and later recall those. Enter: [Presets](../Introducing-Presets/index.md).
47+
The next thing that comes to mind now is how it would be great if you could store snapshots of the current values of your public channels and later recall those. Enter: [Presets](../introducing-presets-and-transitions/index.md).

0 commit comments

Comments
 (0)