From 429634d338393284d13451c6cc975d8bd2945040 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sun, 26 May 2024 20:00:32 -0500 Subject: [PATCH] Try fixing user guide build. --- doc/modules/ROOT/pages/Integration_ExtendedOnAirV10.adoc | 2 +- doc/modules/ROOT/pages/Integration_XoneOnAir.adoc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/modules/ROOT/pages/Integration_ExtendedOnAirV10.adoc b/doc/modules/ROOT/pages/Integration_ExtendedOnAirV10.adoc index c11c463..c78d150 100644 --- a/doc/modules/ROOT/pages/Integration_ExtendedOnAirV10.adoc +++ b/doc/modules/ROOT/pages/Integration_ExtendedOnAirV10.adoc @@ -5,7 +5,7 @@ An https://deep-symmetry.zulipchat.com/#narrow/stream/275322-beat-link-trigger/t He has a custom studio setup for his mixing live streams, and wanted to automate highlighting which gear was currently audible in the mix, by sending MIDI or OSC commands to his lighting controller. This is already easy to support for CDJs, because of the Channels On-Air feature supported by DJM mixers. But he has channels connected to turntables and Eurorack gear, for which there is no On-Air support. -After a bunch of discussion and brainstorming, I decided the way to handle this would be to use MIDI to track the state of the mixer, much as we do in the <>, and build a completely self-contained on-air tracker that also takes into account the input selectors on each of the mixer channels. +After a bunch of discussion and brainstorming, I decided the way to handle this would be to use MIDI to track the state of the mixer, much as we do in the <>, and build a completely self-contained on-air tracker that also takes into account the input selectors on each of the mixer channels. In this case, beyond sending out channels-on-air packets to the DJ Link network, our code would directly generate configurable MIDI messages to notify the lighting controller of the big-picture state of all the devices that might be connected to the mixer. In this case, there is a great deal of code that I wrote for the integration example, so I don’t plan to show and explain it all here unless someone specifically requests that. I will instead provide a walk-through of how to use the user interface provided by the link:{attachmentsdir}/ExtendedOnAirV10.bls[show file], which you can download and open whenever you want to use it. diff --git a/doc/modules/ROOT/pages/Integration_XoneOnAir.adoc b/doc/modules/ROOT/pages/Integration_XoneOnAir.adoc index 56cb788..0c4cec7 100644 --- a/doc/modules/ROOT/pages/Integration_XoneOnAir.adoc +++ b/doc/modules/ROOT/pages/Integration_XoneOnAir.adoc @@ -1,4 +1,3 @@ -[#xone96-channels-on-air-support] = Xone:96 Channels On Air Support include::partial$PagePreamble.adoc[]