2017-10-16 Fred Gleason <fredg@paravelsystems.com>

* Added 'DROPBOXES.SEGUE_LEVEL' and 'DROPBOXES.SEGUE_LENGTH' fields
	to the database.
	* Incremented the database version to 271.
	* Applied a pull request from Dennis Graiani <dennis.graiani@gmail.com>
	the added Segue parameters to the 'Edit Dropbox' dialog.
	* Modified the 'Segue Length' control in the 'Edit Dropbox' dialog
	to take mS as units.
This commit is contained in:
Fred Gleason
2017-10-16 10:12:25 -04:00
18 changed files with 258 additions and 26 deletions

View File

@@ -14,6 +14,8 @@ AUTOTRIM_LEVEL int(11)
SINGLE_CART enum('N','Y')
TO_CART uint(10)
FORCE_TO_MONO enum('N','Y')
SEGUE_LEVEL int(11) dBFS
SEGUE_LENGTH int(11) msec
USE_CARTCHUNK_ID enum('N','Y')
TITLE_FROM_CARTCHUNK_ID enum('N','Y') Set Rivendell cart title from cartchunk cutid.
DELETE_CUTS enum('N','Y')