Paul Vannatto - 2014-09-04

Scenario

Monitor mix 1 to be copied to mix 2-4

Preliminaries

  • Import a scene file
  • Parse channels 1-8, 9-16, mixbus 1-8 to the result memo

Script Explanation

  • Change channel sends to mixbus 1 to channels 17-32 (to separate from all other channel lines)
  • Delete /bus/01/mix/ lines with to separate from master mixbus line
  • Change mixbus master line of mixbus 01 to mixbus 09 (separate from the other mixbus lines)
  • Delete all channels 1-16 lines
  • Delete all mixbus 1-8 lines
  • Delete all channel sends to mixbus 2-16
  • Change channel sends lines back to 1-16
  • Change mixbus master line back to 1
  • Copy channel sends lines from mixbus 1 to 2-4
  • Copy mixbus master 1 to 2-4
  • Resort it all

Script

Replace=/ch/ 1 16 /mix/01 /ch/ 17 /mix/01 False
Delete=/bus/01/mix/ 1 6
Replace=/bus/ 1 1 /mix /bus/ 9 /mix False
Delete=/ch/ 1 16 /
Delete=/bus/ 1 8 /
Replace=/ch/ 17 32 / /ch/ 1 / False
Replace=/bus/ 9 9 / /bus/ 1 / False
Copy=/ch/ 1 16 /mix/01 /ch/ 1 /mix/02 False
Copy=/ch/ 1 16 /mix/01 /ch/ 1 /mix/03 False
Copy=/ch/ 1 16 /mix/01 /ch/ 1 /mix/04 False
Copy=/bus/ 1 1 / /bus/ 2 / False
Copy=/bus/ 1 1 / /bus/ 3 / False
Copy=/bus/ 1 1 / /bus/ 4 / False
SortAll