Import a Cue list from CSV

Hi all, 

Heres a question..... Is it possible to take a cue list from the lighting designer and convert it to CSV and then import the cue list into the console, I only what cue numbers times and text of the cues not any lamp levels etc.

many thanks 

olly b 

Parents
  • Olly,

    If you have the cue list and can manipulate it into CSV, you can use that CSV to write an ASCII show file that you can import into a new show file and then merge into your existing show, if any.

    Here's a basic ASCII show file format- it is one instruction per line.  This should get you cue numbers and times.  Lines starting with a ! are comments and not processed.

    Ident 3:0
    ! Cue List Follows
    Cue 1
    Up 5
    Down 5


    Cue 2
    Up 10
    Down 5


    ! End the file with the following command:
    EndData

    You can see more info on the format of the ASCII file at : http://westsidesystems.com/alq/sample.html

    -Todd

     

Reply
  • Olly,

    If you have the cue list and can manipulate it into CSV, you can use that CSV to write an ASCII show file that you can import into a new show file and then merge into your existing show, if any.

    Here's a basic ASCII show file format- it is one instruction per line.  This should get you cue numbers and times.  Lines starting with a ! are comments and not processed.

    Ident 3:0
    ! Cue List Follows
    Cue 1
    Up 5
    Down 5


    Cue 2
    Up 10
    Down 5


    ! End the file with the following command:
    EndData

    You can see more info on the format of the ASCII file at : http://westsidesystems.com/alq/sample.html

    -Todd

     

Children
No Data
Related