X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedlsession.h;h=eebe71f2bac092bcfb9a3c3564a8773f7796e69f;hb=22c6251d37911a11e322bf7518e6a992ea0bb6c7;hp=343a51f3af6c343d963a5e45bddb8ee13ebbcb75;hpb=620f70a943c1f47880ec68a908aa03bf463e741f;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edlsession.h b/cinelerra-5.1/cinelerra/edlsession.h index 343a51f3..eebe71f2 100644 --- a/cinelerra-5.1/cinelerra/edlsession.h +++ b/cinelerra-5.1/cinelerra/edlsession.h @@ -119,6 +119,9 @@ public: int cwindow_yscroll; float cwindow_zoom; int cwindow_click2play; +// CWindow clear color + int cwindow_clear_color; + int cwindow_clear_alpha; // Transition char default_atransition[BCTEXTLEN]; char default_vtransition[BCTEXTLEN]; @@ -169,8 +172,8 @@ public: int proxy_use_scaler; // automatically rescale assets when loaded int proxy_auto_scale; -// beep when proxy/render done - int proxy_beep, render_beep; +// beep gain when proxy/render done + float proxy_beep, render_beep; // int playback_strategy; // Play audio in realtime priority int real_time_playback; @@ -200,12 +203,13 @@ public: int show_assets; // Show titles in resources int show_titles; + int gang_tracks; // Test for data before rendering a track int test_playback_edits; // Format to display times in int time_format; -// Offset for timecode - int timecode_offset[4]; +// Offset for timecode units + double timecode_offset; // Format to display nudge in, either seconds or track units. int nudge_format; // Show tool window in CWindow