mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-30 17:23:53 +01:00 
			
		
		
		
	* Added an entry for the Broadcast Tools SRC-16 in 'docs/SWITCHERS.txt'. * Added a 'CUT_EVENTS' table to the database. * Added a 'DECK_EVENTS' table to the database. * Incremented the database version to 256. * Implemented a 'Cut Event' ['CE'] RML. * Added a 'Event Carts' section to the Edit Deck dialog in 'rdadmin/edit_deck.cpp' and 'rdadmin/edit_deck.h'.
		
			
				
	
	
		
			11 lines
		
	
	
		
			469 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			469 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|                    CUT_EVENTS Table Layout for Rivendell
 | |
| 
 | |
| The CUT_EVENTS table holds data concerning per-cut meta events.
 | |
| 
 | |
| FIELD NAME           TYPE              REMARKS
 | |
| ------------------------------------------------------------------------------
 | |
| ID                   int(11)           Primary key, auto increment
 | |
| CUT_NAME             char(12)          From CUTS.CUT_NAME
 | |
| NUMBER               int(11) signed
 | |
| POINT                int(11) signed    mS from audio start
 |