Skip to content

Releases: janslow/qlab-from-csv

X32 edition (1.3)

31 Jan 12:34

Choose a tag to compare

Minor version which adds support for customising the OSC patch of the X32 console.

Fixes:

  • #29 OSC Patch Numbers

X32 edition (1.2.1.1)

19 May 22:14

Choose a tag to compare

Point release fixing bug with DCA names.

X32 edition (1.2.1)

16 May 00:52

Choose a tag to compare

The X32 edition allows a (CSV-like) file containing a table of DCAs (columns/cue categories) and scenes (rows/cues), with a list of the names of the characters who are assigned to each DCA. A separate table with the list of mappings of character names to channel numbers must be provided at the top of the file. See the x32_sample_cues.csv file for a sample.

Changes from v1.2.1-x32-beta

  • You can now override name of a DCA in a cue (prefix list of characters with name followed by a colon, e.g., "Chorus:Alice,Bob,Charlie"
  • Preprocessor issues (such as using same mic multiple times in a single cue or referring to a character who hasn't been declared) now include line numbers
  • Fixed bug with muting/unmuting channels on X32 (the OSC string was incorrect)
  • Changed colour of active DCAs to white.

X32 edition (1.2.1 beta)

04 May 18:40

Choose a tag to compare

Pre-release

This beta release adds support for controlling a Behringer X32.

The X32 edition allows a (CSV-like) file containing a table of DCAs (columns/cue categories) and scenes (rows/cues), with a list of the names of the characters who are assigned to each DCA. A separate table with the list of mappings of character names to channel numbers must be provided at the top of the file. See the x32_sample_cues.csv file for a sample.

v1.2

04 Apr 00:49

Choose a tag to compare

Major

Issue #20 - UI Redesign

The UI has been redesigned (and the UI code rewritten) to make the app more scalable as more features are added.
For example:

  • Multiple tabs, for connection to QLab and CSV file.
  • Menu bar with keyboard shortcuts for actions like appending to QLab.

Minor

Issue #22 - Set mode for Group Cues

There is no longer a dependency on the default group cue mode being set to "Fire all children simultaneously" across the entire QLab workspace for the generated cue list to work, because it is now set by the app.

Issue #10 - Improve Logging

The app now has multiple log levels and outputs logs to NSLog as well as STDOUT, so users can view the logs in Console.app.