janslow / qlab-from-csv

Reads a list of cues from a CSV and puts them into Figure53's QLab.
MIT License
3 stars 2 forks source link

Custom cue lists #5

Open janslow opened 9 years ago

janslow commented 9 years ago

The project should generalise the different types of cues which are read from the source. I.E., it should be easy to have cues other than LX/Sound/Video.

First stage should be to extract the cue lists into an array in the program, so it can be easily customised without copy-paste.

Second stage should be to move the configuration into a separate file.

janslow commented 9 years ago

Add feature to configure CSV parser. Options to assign a CSV column cue type and parameters. Also enable/disable columns.