These are files that I use to run sound on a Behringer X32. Each show is in its own branch, so there isn't much in the master branch.
This program does several things:
- It generates snippets (files named
*.snp
) for each scene, unmuting the appropriate mics. - It assigns mics to DCAs, scene by scene.
- It manages the scribble strip for the DCAs, adjusting it for each scene.
- It updates the show file (
*.shw
), inserting a cue for each scene. The cues reference the snippets.
- Pick a name for your show, e.g., "theplay"
- Using Behringer's X32 Edit, export the show and copy
theplay.shw
to the same directory asX32Snippets.py
- Create an OpenOffice or LibreOffice spreadsheet file of your DCA assignments, e.g.,
theplay_dca_assignments.ods
. I use Google Sheets and select File -> Download as -> OpenDocument format (*.ods). - Edit the constants near the top of
X32Snippets.py
as necessary to match your spreadsheet. - Generate snippets and cues by running
python X32Snippets.py SPREADSHEETFILE SHOWNAME
, e.g.,python X32Snippets.py theplay_dca_assignments.ods theplay
Repeat the last step every time you edit the spreadsheet file. It will generate a full set of snippets and update the show file.
You can copy the show and snippet files to X32 Edit or to a thumb drive for loading into your Behringer X32 mixer.
Art Zemon [email protected] https://cheerfulcurmudgeon.com
based on the original X32 Snippets by Simon Eves