X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedlsession.h;h=f88a1268b36ccd9d9574b4fca872a403e54220c1;hp=44d09974c908be3e0277c5bc8e733444432192fe;hb=54b918a8b84f666bf32548ebd12b93908061d2a6;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/edlsession.h b/cinelerra-5.1/cinelerra/edlsession.h index 44d09974..f88a1268 100644 --- a/cinelerra-5.1/cinelerra/edlsession.h +++ b/cinelerra-5.1/cinelerra/edlsession.h @@ -80,6 +80,8 @@ public: int autos_follow_edits; // Generate keyframes for every tweek int auto_keyframes; +// use spanning parameter update + int span_keyframes; // Where to do background rendering double brender_start; double brender_end; @@ -117,6 +119,8 @@ public: int cwindow_yscroll; float cwindow_zoom; int cwindow_click2play; +// CWindow clear color + int cwindow_clear_color; // Transition char default_atransition[BCTEXTLEN]; char default_vtransition[BCTEXTLEN]; @@ -160,15 +164,15 @@ public: int program_no; int playback_software_position; // current settings are scaled this much from the original settings - int proxy_scale; + int proxy_scale, proxy_state; // original proxy_scale when proxy_enable disables/enables proxy int proxy_disabled_scale; // upscale geom from proxy to session on read in 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; @@ -202,8 +206,8 @@ public: 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