Skip to content

Commit

Permalink
Try fixing user guide build.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed May 27, 2024
1 parent 4134bce commit 429634d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/Integration_ExtendedOnAirV10.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<Integration_XoneOnAir.adoc#xone96-channels-on-air-support,Xone:96 mixer integration example>>, 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 <<Integration_XoneOnAir.adoc#,Xone:96 mixer integration example>>, 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.
Expand Down
1 change: 0 additions & 1 deletion doc/modules/ROOT/pages/Integration_XoneOnAir.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[#xone96-channels-on-air-support]
= Xone:96 Channels On Air Support
include::partial$PagePreamble.adoc[]

Expand Down

0 comments on commit 429634d

Please sign in to comment.