LiVES
3.2.0
|
#include <mainwindow.h>
Data Fields | |
char | msg [MAINW_MSG_SIZE] |
int | current_file |
int | first_free_file |
lives_clip_t * | files [MAX_FILES+1] |
+1 for the clipboard More... | |
char | vid_load_dir [PATH_MAX] |
char | vid_save_dir [PATH_MAX] |
char | vid_dl_dir [PATH_MAX] |
char | audio_dir [PATH_MAX] |
char | image_dir [PATH_MAX] |
char | proj_load_dir [PATH_MAX] |
char | proj_save_dir [PATH_MAX] |
char | recent_file [PATH_MAX] |
int | untitled_number |
int | cap_number |
int | clips_available |
LiVESList * | cliplist |
hash table of clips in menu order More... | |
LiVESSList * | clips_group |
char | set_name [256] |
boolean | was_set |
boolean | leave_files |
TRUE to leave clip files on disk even when closing (default FALSE) More... | |
int | num_sets |
LiVESList * | set_list |
number of sets in workdir (minus the current set), -1 if not checked More... | |
boolean | playing_sel |
list of set names in current workdir, mau be NULL More... | |
boolean | preview |
boolean | preview_rendering |
boolean | faded |
boolean | double_size |
boolean | sep_win |
boolean | fs |
boolean | loop |
volatile boolean | loop_cont |
volatile boolean | ping_pong |
boolean | oloop |
boolean | oloop_cont |
boolean | oping_pong |
boolean | loop_locked |
boolean | mute |
int | audio_start |
int | audio_end |
boolean | ext_playback |
using external video playback plugin More... | |
volatile boolean | ext_audio |
using external video playback plugin to stream audio More... | |
int | ptr_x |
int | ptr_y |
frames_t | fps_measure |
show fps stats after playback More... | |
frames_t | fps_mini_measure |
show fps stats during playback More... | |
ticks_t | fps_mini_ticks |
double | inst_fps |
boolean | save_with_sound |
boolean | ccpd_with_sound |
boolean | selwidth_locked |
boolean | is_ready |
boolean | configured |
boolean | fatal |
got fatal signal More... | |
boolean | opening_loc |
opening location (streaming) More... | |
boolean | dvgrab_preview |
boolean | switch_during_pb |
boolean | clip_switched |
for recording - did we switch clips ? More... | |
volatile boolean | record |
char * | fsp_tmpdir |
volatile boolean | in_fs_preview |
volatile lives_cancel_t | cancelled |
lives_cancel_type_t | cancel_type |
boolean | error |
weed_event_t * | event_list |
current event_list, for recording More... | |
weed_event_t * | stored_event_list |
stored mt -> clip editor More... | |
boolean | stored_event_list_changed |
boolean | stored_event_list_auto_changed |
boolean | stored_layout_save_all_vals |
char | stored_layout_name [PATH_MAX] |
LiVESList * | stored_layout_undos |
size_t | sl_undo_buffer_used |
unsigned char * | sl_undo_mem |
int | sl_undo_offset |
LiVESList * | new_lmap_errors |
short | endian |
boolean | is_processing |
states More... | |
boolean | is_rendering |
boolean | resizing |
boolean | foreign |
for external window capture More... | |
boolean | record_foreign |
boolean | t_hidden |
uint32_t | foreign_key |
Window | foreign_id |
LiVESXWindow * | foreign_window |
int | foreign_width |
int | foreign_height |
int | foreign_bpp |
char * | foreign_visual |
boolean | nervous |
some VJ effects / toys More... | |
int | swapped_clip |
maintains the current cliplist postion even if we swap fg and bg clips More... | |
lives_toy_t | toy_type |
boolean | toy_go_wild |
some silliness More... | |
lives_rfx_t * | rendered_fx |
rendered fx More... | |
int | num_rendered_effects_builtin |
int | num_rendered_effects_custom |
int | num_rendered_effects_test |
int | last_transition_idx |
int | last_transition_loops |
boolean | last_transition_loop_to_fit |
boolean | last_transition_align_start |
boolean | last_transition_ins_frames |
volatile uint64_t | rte |
current max for VJ mode == 64 effects on fg clip More... | |
uint32_t | last_grabbable_effect |
int | rte_keys |
which effect is bound to keyboard (m) modechange and ctrl-alt-up-arrow / ctrl-alt-down-arrow param changes More... | |
int | num_tr_applied |
number of transitions active More... | |
double | blend_factor |
keyboard control parameter More... | |
int | scrap_file |
we throw odd sized frames here when recording in real time; used if a source is a generator or stream More... | |
int | ascrap_file |
scrap file for recording audio scraps More... | |
lives_pgid_t | alives_pgid |
boolean | insert_after |
boolean | with_sound |
int | sel_start |
short | sel_move |
int | prefs_changed |
boolean | prefs_need_restart |
int | def_width |
default sizes for when no file is loaded More... | |
int | def_height |
double | ptrtime |
int | old_scr_width |
int | old_scr_height |
char * | file_open_params |
extra parameters for opening special files More... | |
boolean | open_deint |
int | aud_file_to_kill |
boolean | reverse_pb |
used in osc.c More... | |
boolean | osc_block |
TODO - make this a mutex and more finely grained : things we need to block are (clip switches, clip closure, effects on/off, etc) this field may even be totally / partially redundant now since mainw->noswitch has been re-implemented combined with filter_mutex_lock() More... | |
int | osc_auto |
bypass user choices automatically More... | |
int | osc_enc_width |
encode width, height and fps set externally More... | |
int | osc_enc_height |
float | osc_enc_fps |
int | pwidth |
PLAYBACK. More... | |
int | pheight |
playback height More... | |
volatile lives_whentostop_t | whentostop |
frames_t | play_start |
frames_t | play_end |
boolean | jack_can_stop |
boolean | jack_can_start |
pthread_cond_t | avseek_cond |
pthread_mutex_t | avseek_mutex |
volatile boolean | video_seek_ready |
volatile boolean | audio_seek_ready |
int | playing_file |
which number file we are playing (or -1) [generally mainw->current_file] More... | |
LiVESWidget * | play_image |
LiVESWidget * | play_window |
weed_plant_t * | frame_layer |
lives_painter_surface_t * | play_surface |
lives_painter_surface_t * | pwin_surface |
weed_plant_t * | frame_layer_preload |
predictive caching apparatus More... | |
frames64_t | pred_frame |
int | pred_clip |
frames_t | actual_frame |
actual / last frame being displayed More... | |
double | aframeno |
and the audio 'frame' for when we are looping More... | |
frames_t | record_frame |
frame number to insert in recording More... | |
volatile int | rec_aclip |
recording values - to be inserted at the following video frame More... | |
volatile double | rec_avel |
volatile double | rec_aseek |
int | pre_src_file |
video file we were playing before any ext input started More... | |
int | pre_src_audio_file |
audio file we were playing before any ext input started More... | |
int | pre_play_file |
the current file before playback started More... | |
int | blend_file |
background clip details More... | |
int | last_blend_file |
int | new_blend_file |
weed_plant_t * | blend_layer |
volatile int | blend_palette |
here we can store the details of the blend file at the insertion point, if nothing changes we can target this to optimise More... | |
int | blend_width |
int | blend_height |
int | blend_clamping |
int | blend_sampling |
int | blend_subspace |
int | blend_gamma |
int | clipstore [FN_KEYS - 1][2] |
stored clips (bookmarks) [0] = clip, [1] = frame More... | |
int | fixed_fps_numer |
fixed fps playback; usually fixed_fpsd==0. More... | |
int | fixed_fps_denom |
double | fixed_fpsd |
<=0. means free playback More... | |
double | period |
timing variables More... | |
volatile ticks_t | startticks |
effective ticks when current frame was (should have been) displayed More... | |
ticks_t | last_startticks |
effective ticks when lasty frame was (should have been) displayed More... | |
ticks_t | timeout_ticks |
incremented if effect/rendering is paused/previewed More... | |
ticks_t | origsecs |
playback start seconds - subtracted from all other ticks to keep numbers smaller More... | |
ticks_t | orignsecs |
usecs at start of playback - ditto More... | |
ticks_t | offsetticks |
offset for multitrack playback start More... | |
volatile ticks_t | clock_ticks |
unadjusted system time since pb start, measured concurrently with currticks More... | |
ticks_t | wall_ticks |
volatile ticks_t | currticks |
wall clock time, updated whenever lives_get_*_ticks is called More... | |
ticks_t | deltaticks |
deltaticks for scratching More... | |
ticks_t | adjticks |
used to equalise the timecode between alternate timer sources (souce -> clock adjustment) More... | |
ticks_t | cadjticks |
used to equalise the timecode between alternate timer sources (clock -> source adjustment) More... | |
ticks_t | firstticks |
ticks when audio started playing (for non-realtime audio plugins) More... | |
ticks_t | syncticks |
adjustment to compensate for missed clock updates when switching time sources More... | |
ticks_t | stream_ticks |
ticks since first frame sent to playback plugin More... | |
ticks_t | last_display_ticks |
int | play_sequence |
currticks when last display was shown (used for fixed fps) More... | |
double | audio_stretch |
for fixed fps modes, the value is used to speed up / slow down audio More... | |
int | size_warn |
warn the user that incorrectly sized frames were found (threshold count) More... | |
boolean | noswitch |
value set automatically to prevent 'inopportune' clip switching More... | |
boolean | cs_permitted |
set to TRUE to allow overriding of noswitch in limited circumstances More... | |
boolean | cs_is_permitted |
set automatically when cs_permitted can update the clip More... | |
int | new_clip |
clip we should switch to during playback; switch will happen at the designated SWITCH POINT More... | |
boolean | ignore_clipswitch |
boolean | preview_req |
volatile short | scratch |
boolean | write_vpp_file |
video playback plugin was updated; write settings to a file on exit More... | |
boolean | internal_messaging |
internal fx More... | |
lives_render_error_t(* | progress_fn )(boolean reset) |
volatile boolean | threaded_dialog |
not really threaded ! but threaded_dialog_spin() can be called to animate it More... | |
double | fx1_val |
double | fx2_val |
double | fx3_val |
double | fx4_val |
double | fx5_val |
double | fx6_val |
int | fx1_start |
int | fx2_start |
int | fx3_start |
int | fx4_start |
int | fx1_step |
int | fx2_step |
int | fx3_step |
int | fx4_step |
int | fx1_end |
int | fx2_end |
int | fx3_end |
int | fx4_end |
boolean | fx1_bool |
boolean | fx2_bool |
boolean | fx3_bool |
boolean | fx4_bool |
boolean | fx5_bool |
boolean | fx6_bool |
boolean | effects_paused |
boolean | did_rfx_preview |
uint32_t | kb_timer |
volatile boolean | clutch |
ulong | config_func |
(GUI) function pointers More... | |
ulong | pb_fps_func |
ulong | spin_start_func |
ulong | spin_end_func |
ulong | record_perf_func |
ulong | toy_func_none |
ulong | toy_func_random_frames |
ulong | toy_func_lives_tv |
ulong | hnd_id |
ulong | loop_cont_func |
ulong | mute_audio_func |
ulong | fullscreen_cb_func |
ulong | sepwin_cb_func |
ulong | fsp_func |
fileselector preview expose (for image thumbnails) More... | |
ulong | vj_mode_func |
ulong | lb_func |
lives_painter_surface_t * | fsp_surface |
lives_funcptr_t | abort_hook_func |
can be set to point to a function to be run before abort, for critical functions More... | |
ulong | mouse_fn1 |
boolean | mouse_blocked |
lives_mt * | multitrack |
holds a pointer to the entire multitrack environment; NULL in Clip Edit mode More... | |
boolean | mt_needs_idlefunc |
set if we need to re-add the idlefunc for autobackup More... | |
xprocess * | proc_ptr |
LiVESWidget * | LiVES |
WIDGETS. More... | |
LiVESWidget * | frame1 |
LiVESWidget * | frame2 |
LiVESWidget * | freventbox0 |
LiVESWidget * | freventbox1 |
LiVESWidget * | playframe |
LiVESWidget * | plug |
LiVESWidget * | pl_eventbox |
LiVESWidget * | pf_grid |
LiVESPixbuf * | imframe |
LiVESPixbuf * | camframe |
LiVESPixbuf * | imsep |
LiVESWidget * | open |
menus More... | |
LiVESWidget * | open_sel |
LiVESWidget * | open_vcd_menu |
LiVESWidget * | open_vcd_submenu |
LiVESWidget * | open_vcd |
LiVESWidget * | open_dvd |
LiVESWidget * | open_loc |
LiVESWidget * | open_utube |
LiVESWidget * | open_loc_menu |
LiVESWidget * | open_loc_submenu |
LiVESWidget * | open_yuv4m |
LiVESWidget * | open_lives2lives |
LiVESWidget * | send_lives2lives |
LiVESWidget * | open_device_menu |
LiVESWidget * | open_device_submenu |
LiVESWidget * | open_firewire |
LiVESWidget * | open_hfirewire |
LiVESWidget * | unicap |
LiVESWidget * | firewire |
LiVESWidget * | tvdev |
LiVESWidget * | recent_menu |
LiVESWidget * | recent_submenu |
LiVESWidget * | recent [N_RECENT_FILES] |
LiVESWidget * | save_as |
LiVESWidget * | backup |
LiVESWidget * | restore |
LiVESWidget * | save_selection |
LiVESWidget * | close |
LiVESWidget * | import_proj |
LiVESWidget * | export_proj |
LiVESWidget * | import_theme |
LiVESWidget * | export_theme |
LiVESWidget * | sw_sound |
LiVESWidget * | clear_ds |
LiVESWidget * | ccpd_sound |
LiVESWidget * | quit |
LiVESWidget * | undo |
LiVESWidget * | redo |
LiVESWidget * | copy |
LiVESWidget * | cut |
LiVESWidget * | insert |
LiVESWidget * | paste_as_new |
LiVESWidget * | merge |
LiVESWidget * | xdelete |
LiVESWidget * | select_submenu |
LiVESWidget * | select_all |
LiVESWidget * | select_new |
LiVESWidget * | select_to_end |
LiVESWidget * | select_to_aend |
LiVESWidget * | select_from_start |
LiVESWidget * | select_start_only |
LiVESWidget * | select_end_only |
LiVESWidget * | select_last |
LiVESWidget * | select_invert |
LiVESWidget * | lock_selwidth |
LiVESWidget * | record_perf |
LiVESWidget * | playall |
LiVESWidget * | playsel |
LiVESWidget * | playclip |
LiVESWidget * | rev_clipboard |
LiVESWidget * | stop |
LiVESWidget * | rewind |
LiVESWidget * | full_screen |
LiVESWidget * | loop_video |
LiVESWidget * | loop_continue |
LiVESWidget * | loop_ping_pong |
LiVESWidget * | sepwin |
LiVESWidget * | mute_audio |
LiVESWidget * | sticky |
LiVESWidget * | showfct |
LiVESWidget * | showsubs |
LiVESWidget * | letter |
LiVESWidget * | aload_subs |
LiVESWidget * | load_subs |
LiVESWidget * | erase_subs |
LiVESWidget * | fade |
LiVESWidget * | dsize |
LiVESWidget * | midi_learn |
LiVESWidget * | midi_save |
LiVESWidget * | change_speed |
LiVESWidget * | capture |
LiVESWidget * | load_audio |
LiVESWidget * | load_cdtrack |
LiVESWidget * | eject_cd |
LiVESWidget * | recaudio_submenu |
LiVESWidget * | recaudio_clip |
LiVESWidget * | recaudio_sel |
LiVESWidget * | export_submenu |
LiVESWidget * | export_allaudio |
LiVESWidget * | export_selaudio |
LiVESWidget * | append_audio |
LiVESWidget * | normalize_audio |
LiVESWidget * | trim_submenu |
LiVESWidget * | trim_audio |
LiVESWidget * | trim_to_pstart |
LiVESWidget * | delaudio_submenu |
LiVESWidget * | delsel_audio |
LiVESWidget * | delall_audio |
LiVESWidget * | ins_silence |
LiVESWidget * | voladj |
LiVESWidget * | fade_aud_in |
LiVESWidget * | fade_aud_out |
LiVESWidget * | resample_audio |
LiVESWidget * | adj_audio_sync |
LiVESWidget * | resample_video |
LiVESWidget * | preferences |
LiVESWidget * | rename |
LiVESWidget * | toy_none |
LiVESWidget * | toy_random_frames |
LiVESWidget * | toy_tv |
LiVESWidget * | autolives |
LiVESWidget * | show_file_info |
LiVESWidget * | show_file_comments |
LiVESWidget * | show_clipboard_info |
LiVESWidget * | show_messages |
LiVESWidget * | show_layout_errors |
LiVESWidget * | show_quota |
LiVESWidget * | sel_label |
LiVESAccelGroup * | accel_group |
LiVESWidget * | sep_image |
LiVESWidget * | hruler |
LiVESWidget * | vj_save_set |
LiVESWidget * | vj_load_set |
LiVESWidget * | vj_show_keys |
LiVESWidget * | rte_defs_menu |
LiVESWidget * | rte_defs |
LiVESWidget * | save_rte_defs |
LiVESWidget * | vj_reset |
LiVESWidget * | vj_realize |
LiVESWidget * | vj_mode |
LiVESWidget * | show_devopts |
LiVESWidget * | dev_dabg |
LiVESWidget * | dev_timing |
LiVESWidget * | mt_menu |
LiVESWidget * | troubleshoot |
LiVESWidget * | expl_missing |
LiVESWidget * | export_custom_rfx |
LiVESWidget * | delete_custom_rfx |
LiVESWidget * | edit_test_rfx |
LiVESWidget * | rename_test_rfx |
LiVESWidget * | delete_test_rfx |
LiVESWidget * | promote_test_rfx |
for future use More... | |
LiVESWidget * | vol_checkbuttons [NUM_VOL_LIGHTS][2] |
LiVESWidget * | fs_playarea |
for the fileselection preview More... | |
LiVESWidget * | fs_playalign |
LiVESWidget * | fs_playframe |
LiVESWidget * | fs_playimg |
LiVESWidget * | framedraw |
for the framedraw special widget - TODO - use a sub-struct More... | |
LiVESWidget * | framedraw_reset |
the 'redraw' button More... | |
LiVESWidget * | framedraw_preview |
the 'redraw' button More... | |
LiVESWidget * | framedraw_spinbutton |
the frame number button More... | |
LiVESWidget * | framedraw_scale |
the slider More... | |
LiVESWidget * | framedraw_maskbox |
box for opacity controls More... | |
LiVESWidget * | framedraw_opscale |
opacity More... | |
LiVESWidget * | framedraw_cbutton |
colour for mask More... | |
LiVESWidget * | fd_frame |
surrounding frame widget More... | |
lives_painter_surface_t * | fd_surface |
weed_plant_t * | fd_layer_orig |
original layer uneffected More... | |
weed_plant_t * | fd_layer |
framedraw preview layer More... | |
int | framedraw_frame |
current displayed frame More... | |
int | fd_max_frame |
max effected / generated frame More... | |
ulong | fd_spin_func |
spinbutton for framedraw previews More... | |
LiVESWidget * | hbox3 |
hbox with start / end spins and selection label (C.E.) More... | |
LiVESWidget * | vidbar |
LiVESWidget * | laudbar |
LiVESWidget * | raudbar |
LiVESWidget * | spinbutton_end |
LiVESWidget * | spinbutton_start |
LiVESWidget * | sa_button |
LiVESWidget * | sa_hbox |
LiVESWidget * | arrow1 |
LiVESWidget * | arrow2 |
lives_cursor_t | cursor_style |
weed_plant_t * | filter_map |
weed_plant_t * | afilter_map |
weed_plant_t * | audio_event |
void *** | pchains |
LiVESWidget * | preview_box |
LiVESWidget * | preview_image |
LiVESWidget * | preview_spinbutton |
LiVESWidget * | preview_scale |
LiVESWidget * | preview_hbox |
int | preview_frame |
ulong | preview_spin_func |
int | prv_link |
lives_painter_surface_t * | si_surface |
lives_painter_surface_t * | ei_surface |
lives_painter_surface_t * | pi_surface |
LiVESWidget * | start_image |
LiVESWidget * | end_image |
LiVESWidget * | playarea |
LiVESWidget * | hseparator |
LiVESWidget * | message_box |
LiVESWidget * | msg_area |
LiVESWidget * | msg_scrollbar |
LiVESAdjustment * | msg_adj |
lives_painter_surface_t * | msg_surface |
LiVESWidget * | clipsmenu |
LiVESWidget * | eventbox |
LiVESWidget * | eventbox2 |
LiVESWidget * | eventbox3 |
LiVESWidget * | eventbox4 |
LiVESWidget * | eventbox5 |
LiVESWidget * | t_stopbutton |
LiVESWidget * | t_fullscreen |
LiVESWidget * | t_sepwin |
LiVESWidget * | t_infobutton |
LiVESWidget * | t_slower |
LiVESWidget * | t_faster |
LiVESWidget * | t_forward |
LiVESWidget * | t_back |
LiVESWidget * | t_hide |
LiVESWidget * | toolbar |
LiVESWidget * | tb_hbox |
LiVESWidget * | fs1 |
LiVESWidget * | top_vbox |
LiVESWidget * | l1_tb |
LiVESWidget * | l2_tb |
LiVESWidget * | l3_tb |
LiVESWidget * | int_audio_checkbutton |
LiVESWidget * | ext_audio_checkbutton |
LiVESWidget * | ext_audio_mon |
ulong | int_audio_func |
ulong | ext_audio_func |
LiVESWidget * | volume_scale |
LiVESWidget * | vol_toolitem |
LiVESWidget * | vol_label |
LiVESWidget * | btoolbar |
button toolbar - clip editor More... | |
LiVESWidget * | m_sepwinbutton |
LiVESWidget * | m_playbutton |
LiVESWidget * | m_stopbutton |
LiVESWidget * | m_playselbutton |
LiVESWidget * | m_rewindbutton |
LiVESWidget * | m_loopbutton |
LiVESWidget * | m_mutebutton |
LiVESWidget * | menu_hbox |
LiVESWidget * | menubar |
int | opwx |
int | opwy |
LiVESWidget * | preview_controls |
LiVESWidget * | p_playbutton |
LiVESWidget * | p_playselbutton |
LiVESWidget * | p_rewindbutton |
LiVESWidget * | p_loopbutton |
LiVESWidget * | p_mutebutton |
LiVESWidget * | p_mute_img |
LiVESWidget * | video_draw |
LiVESWidget * | laudio_draw |
LiVESWidget * | raudio_draw |
int | drawsrc |
lives_painter_surface_t * | video_drawable |
lives_painter_surface_t * | laudio_drawable |
lives_painter_surface_t * | raudio_drawable |
LiVESWidget * | framebar |
LiVESWidget * | framecounter |
LiVESWidget * | spinbutton_pb_fps |
LiVESWidget * | vps_label |
LiVESWidget * | banner |
LiVESWidget * | ldg_menuitem |
LiVESWidget * | files_menu |
LiVESWidget * | edit_menu |
LiVESWidget * | play_menu |
LiVESWidget * | effects_menu |
LiVESWidget * | tools_menu |
LiVESWidget * | audio_menu |
LiVESWidget * | info_menu |
LiVESWidget * | advanced_menu |
LiVESWidget * | vj_menu |
LiVESWidget * | toys_menu |
LiVESWidget * | help_menu |
LiVESWidget * | utilities_menu |
LiVESWidget * | utilities_submenu |
LiVESWidget * | gens_menu |
LiVESWidget * | gens_submenu |
LiVESWidget * | run_test_rfx_submenu |
LiVESWidget * | run_test_rfx_menu |
LiVESWidget * | custom_effects_menu |
LiVESWidget * | custom_effects_submenu |
LiVESWidget * | custom_effects_separator |
LiVESWidget * | custom_tools_menu |
LiVESWidget * | custom_tools_submenu |
LiVESWidget * | custom_tools_separator |
LiVESWidget * | custom_gens_menu |
LiVESWidget * | custom_gens_submenu |
LiVESWidget * | custom_utilities_menu |
LiVESWidget * | custom_utilities_submenu |
LiVESWidget * | custom_utilities_separator |
LiVESWidget * | rte_separator |
int | num_tracks |
int * | clip_index |
frames64_t * | frame_index |
maps frame slots to the presentation values (if >= 0, points to a 'virtual' frame in the source clip, -1 indicates a decoded img. frame More... | |
LiVESWidget * | resize_menuitem |
boolean | close_keep_frames |
special value for when generating to clipboard More... | |
boolean | only_close |
only close clips - do not exit More... | |
volatile boolean | is_exiting |
set during shutdown (inverse of only_close then) More... | |
ulong | pw_scroll_func |
boolean | msg_area_configed |
void * | jackd |
jack audio player / transport More... | |
void * | jackd_read |
dummy More... | |
void * | pulsed |
pulseaudio player More... | |
void * | pulsed_read |
LiVESTextBuffer * | layout_textbuffer |
stores layout errors More... | |
LiVESList * | affected_layouts_map |
map of layouts with errors More... | |
LiVESList * | current_layouts_map |
map of all layouts for set More... | |
LiVESList * | affected_layout_marks |
list of pairs of marks in affected_layouts_map, text between them should be deleted when stored_layout is deleted More... | |
LiVESList * | xlays |
immediately (to be) affected layout maps More... | |
LiVESList * | recovery_list |
crash recovery system More... | |
char * | recovery_file |
the filename of our recover file More... | |
boolean | leave_recovery |
boolean | recoverable_layout |
boolean | invalid_clips |
boolean | recovering_files |
boolean | recording_recovered |
boolean | unordered_blocks |
are we recording unordered blocks ? More... | |
boolean | no_exit |
if TRUE, do not exit after saving set More... | |
mt_opts | multi_opts |
some multitrack options that survive between mt calls More... | |
pthread_mutex_t | abuf_mutex |
mutices More... | |
pthread_mutex_t | abuf_frame_mutex |
used to synch audio buffer for generators More... | |
pthread_mutex_t | fx_mutex [FX_KEYS_MAX] |
used to prevent fx processing when it is scheduled for deinit More... | |
pthread_mutex_t | fxd_active_mutex |
prevent simultaneous writing to active_dummy by audio and video threads More... | |
pthread_mutex_t | event_list_mutex |
prevent simultaneous writing to event_list by audio and video threads More... | |
pthread_mutex_t | clip_list_mutex |
prevent adding/removing to cliplist while another thread could be reading it More... | |
pthread_mutex_t | vpp_stream_mutex |
prevent from writing audio when stream is closing More... | |
pthread_mutex_t | cache_buffer_mutex |
sync for jack playback termination More... | |
pthread_mutex_t | audio_filewriteend_mutex |
sync for ending writing audio to file More... | |
pthread_mutex_t | instance_ref_mutex |
refcounting for instances More... | |
pthread_mutex_t | exit_mutex |
prevent multiple threads trying to run cleanup More... | |
pthread_mutex_t | fbuffer_mutex |
pthread_mutex_t | alarmlist_mutex |
append / remove with file_buffer list More... | |
volatile lives_rfx_t * | vrfx_update |
single access for updating alarm list More... | |
lives_fx_candidate_t | fx_candidates [MAX_FX_CANDIDATE_TYPES] |
< effects which can have candidates from which a delegate is selected (current examples are: audio_volume, resize) More... | |
LiVESList * | prefs_cache |
file caches More... | |
LiVESList * | hdrs_cache |
cache of a file header (e.g. header.lives) More... | |
LiVESList * | gen_cache |
general cache of fi More... | |
FILE * | clip_header |
LiVESList * | file_buffers |
list of open files for buffered i/o More... | |
int | aud_rec_fd |
fd of file we are recording audio to More... | |
double | rec_end_time |
int64_t | rec_samples |
double | rec_fps |
frames_t | rec_vid_frames |
values to be written to the event list concurrent with next video ftame event More... | |
int | rec_arate |
int | rec_achans |
int | rec_asamps |
int | rec_signed_endian |
int | last_dprint_file |
message output settings More... | |
boolean | no_switch_dprint |
boolean | suppress_dprint |
tidy up, e.g. by blocking "switched to file..." and "closed file..." messages More... | |
char * | string_constants [NUM_LIVES_STRING_CONSTANTS] |
char * | any_string |
localised text saying "Any", for encoder and output format More... | |
char * | none_string |
localised text saying "None", for playback plugin name, etc. More... | |
char * | recommended_string |
localised text saying "recommended", for encoder and output format, etc. More... | |
char * | disabled_string |
localised text saying "disabled !", for playback plugin name, etc. More... | |
char * | cl_string |
localised text saying "*The current layout*", for layout warnings More... | |
frames_t | opening_frames |
count of frames so far opened, updated after preview (currently) More... | |
boolean | show_procd |
override showing of "processing..." dialog More... | |
boolean | block_param_updates |
block visual param changes from updating real values More... | |
boolean | no_interp |
block interpolation (for single frame previews) More... | |
ticks_t | cevent_tc |
timecode of currently processing event More... | |
boolean | opening_multi |
flag to indicate multiple file selection More... | |
volatile boolean | record_paused |
pause during recording More... | |
boolean | record_starting |
start recording at next frame More... | |
int | img_concat_clip |
when opening multiple, image files can get concatenated here (prefs->concat_images) More... | |
boolean | gen_to_clipboard |
rendered generators More... | |
boolean | is_generating |
boolean | keep_pre |
set if previewed frames should be retained as processed frames (for rendered effects / generators) More... | |
LiVESWidget * | textwidget_focus |
_vid_playback_plugin * | vpp |
video plugin More... | |
const char * | new_vpp |
lives_mgeometry_t * | mgeom |
multi-head support More... | |
boolean | ext_cntl [MAX_EXT_CNTL] |
external control inputs More... | |
boolean | midi_channel_lock |
weed_plant_t * | rte_textparm |
send keyboard input to this paramter (usually NULL) More... | |
int | write_abuf |
audio buffer number to write to (for multitrack) More... | |
volatile int | abufs_to_fill |
LiVESWidget * | splash_window |
splash window More... | |
LiVESWidget * | splash_label |
LiVESWidget * | splash_progress |
LiVESIOChannel * | iochan |
encoder text output More... | |
LiVESTextView * | optextview |
boolean | has_custom_effects |
boolean | has_custom_tools |
boolean | has_custom_gens |
boolean | has_custom_utilities |
boolean | decoders_loaded |
decoders More... | |
LiVESList * | decoder_list |
boolean | go_away |
boolean | debug |
debug crashes and asserts More... | |
void * | debug_ptr |
char * | subt_save_file |
name of file to save subtitles to More... | |
char ** | fonts_array |
int | nfonts |
LiVESTargetEntry * | target_table |
drag and drop target table More... | |
LiVESList * | videodevs |
char | vpp_defs_file [PATH_MAX] |
int | log_fd |
lives_timeout_t | alarms [LIVES_MAX_ALARMS] |
reserve 1 for emergency msgs More... | |
int | next_free_alarm |
char * | urgency_msg |
OSD. More... | |
char * | overlay_msg |
lives_alarm_t | overlay_alarm |
volatile int | agen_key |
which fx key is generating audio [1 based] (or 0 for none) More... | |
volatile boolean | agen_needs_reinit |
uint64_t | agen_samps_count |
count of samples since init More... | |
boolean | aplayer_broken |
boolean | add_clear_ds_button |
boolean | add_clear_ds_adv |
boolean | tried_ds_recover |
boolean | has_session_workdir |
boolean | startup_error |
int | ce_frame_width |
int | ce_frame_height |
lives_render_error_t | render_error |
uint64_t | next_ds_warn_level |
current disk space warning level for the tempdir More... | |
lives_pconnect_t * | pconx |
list of out -> in param connections More... | |
lives_cconnect_t * | cconx |
list of out -> in alpha channel connections More... | |
int | sepwin_minwidth |
int | sepwin_minheight |
uint32_t | signal_caught |
boolean | signals_deferred |
boolean | ce_thumbs |
boolean | ce_upd_clip |
int | n_screen_areas |
int | active_sa_fx |
int | active_sa_clips |
lives_screen_area_t * | screen_areas |
int | active_track_list [MAX_TRACKS] |
boolean | ext_src_used [MAX_FILES] |
lives_decoder_t * | track_decoders [MAX_TRACKS] |
int | old_active_track_list [MAX_TRACKS] |
boolean | gen_started_play |
boolean | fx_is_auto |
volatile lives_audio_buf_t * | audio_frame_buffer |
used for buffering / feeding audio to video generators More... | |
lives_audio_buf_t * | afb [2] |
used for buffering / feeding audio to video generators More... | |
int | afbuffer_clients |
int | afbuffer_clients_read |
pthread_t * | libthread |
current read count. When this reaches abuffer_clients, we swap the read / write buffers More... | |
uint32_t | sense_state |
int | fc_buttonresponse |
char | frameblank_path [PATH_MAX] |
??? More... | |
char | sepimg_path [PATH_MAX] |
uint64_t | aud_data_written |
int | crash_possible |
LiVESPixbuf * | scrap_pixbuf |
cached image for speeding up rendering More... | |
boolean | no_context_update |
may be set temporarily to block wodget context updates More... | |
boolean | no_expose |
weed_plant_t * | msg_list |
weed_plant_t * | ref_message |
int | n_messages |
int | ref_message_n |
int | mbar_res |
ticks_t | flush_audio_tc |
reserved space for mbar More... | |
int | assumed_width |
int | assumed_height |
int | idlemax |
boolean | reconfig |
set to TRUE if a monitor / screen size change is detected More... | |
boolean | ignore_screen_size |
applied during frame reconfig events More... | |
int | def_trans_idx |
lives_storage_status_t | ds_status |
int | ds_mon |
char * | version_hash |
char * | old_vhash |
volatile int | uflow_count |
experimental values, primarily for testing More... | |
boolean | force_show |
int | effort |
boolean | lockstats |
boolean | memok |
set to FALSE if a segfault is received, ie. we should assume all memory is corrupted and exit ASAP More... | |
int | ncbstores |
lives_clip_t * | cbstores [8] |
weed_layer_t * | st_fcache |
caches for start / end / preview images. This avoids having to reload / reread them from the source, which could disrupt playback. More... | |
weed_layer_t * | en_fcache |
weed_layer_t * | pr_fcache |
boolean | add_trash_rb |
these are freed when the clip is switched or closed, or when the source frame changes or is updated More... | |
boolean | cs_manage |
boolean | dsu_valid |
LiVESWidget * | dsu_widget |
int | max_textsize |
lives_permmgr_t * | permmgr |
boolean | pretty_colours |
boolean | suppress_layout_warnings |
lives_proc_thread_t | helper_procthreads [N_HLP_PROCTHREADS] |
uint32_t | lazy |
boolean | no_configs |
uint32_t | disk_mon |
volatile boolean | transrend_ready |
weed_layer_t * | transrend_layer |
lives_proc_thread_t | transrend_proc |
boolean | pr_audio |
double | vfade_in_secs |
double | vfade_out_secs |
lives_colRGBA64_t | vfade_in_col |
lives_colRGBA64_t | vfade_out_col |
Definition at line 723 of file mainwindow.h.
lives_funcptr_t mainwindow::abort_hook_func |
can be set to point to a function to be run before abort, for critical functions
Definition at line 1081 of file mainwindow.h.
pthread_mutex_t mainwindow::abuf_frame_mutex |
used to synch audio buffer for generators
Definition at line 1496 of file mainwindow.h.
Referenced by append_to_audio_buffer16(), append_to_audio_bufferf(), and lives_exit().
pthread_mutex_t mainwindow::abuf_mutex |
mutices
used to synch audio buffer request count - shared between audio and video threads
Definition at line 1495 of file mainwindow.h.
Referenced by fill_abuffer_from(), lives_exit(), preview_audio(), push_audio_to_channel(), sample_move_abuf_float(), and sample_move_abuf_int16().
volatile int mainwindow::abufs_to_fill |
Definition at line 1592 of file mainwindow.h.
Referenced by fill_abuffer_from(), preview_audio(), sample_move_abuf_float(), and sample_move_abuf_int16().
LiVESAccelGroup* mainwindow::accel_group |
Definition at line 1228 of file mainwindow.h.
Referenced by add_rfx_effects2(), multitrack(), and play_file().
int mainwindow::active_sa_clips |
Definition at line 1686 of file mainwindow.h.
Referenced by do_quick_switch(), nextclip_callback(), prevclip_callback(), swap_fg_bg_callback(), switch_clip(), and weed_generator_start().
int mainwindow::active_sa_fx |
Definition at line 1685 of file mainwindow.h.
int mainwindow::active_track_list[MAX_TRACKS] |
Definition at line 1689 of file mainwindow.h.
Referenced by free_track_decoders(), init_track_decoders(), load_frame_image(), and render_events().
frames_t mainwindow::actual_frame |
actual / last frame being displayed
Definition at line 959 of file mainwindow.h.
Referenced by load_frame_image(), show_sync_callback(), and storeclip_callback().
boolean mainwindow::add_clear_ds_adv |
Definition at line 1656 of file mainwindow.h.
Referenced by on_cleardisk_activate().
boolean mainwindow::add_clear_ds_button |
Definition at line 1655 of file mainwindow.h.
Referenced by check_storage_space().
boolean mainwindow::add_trash_rb |
these are freed when the clip is switched or closed, or when the source frame changes or is updated
Definition at line 1788 of file mainwindow.h.
LiVESWidget* mainwindow::adj_audio_sync |
Definition at line 1213 of file mainwindow.h.
ticks_t mainwindow::adjticks |
used to equalise the timecode between alternate timer sources (souce -> clock adjustment)
Definition at line 1007 of file mainwindow.h.
Referenced by reset_playback_clock().
LiVESWidget* mainwindow::advanced_menu |
Definition at line 1405 of file mainwindow.h.
Referenced by set_colours().
lives_audio_buf_t* mainwindow::afb[2] |
used for buffering / feeding audio to video generators
Definition at line 1698 of file mainwindow.h.
Referenced by init_audio_frame_buffers().
int mainwindow::afbuffer_clients |
Definition at line 1699 of file mainwindow.h.
int mainwindow::afbuffer_clients_read |
Definition at line 1700 of file mainwindow.h.
LiVESList* mainwindow::affected_layout_marks |
list of pairs of marks in affected_layouts_map, text between them should be deleted when stored_layout is deleted
Definition at line 1474 of file mainwindow.h.
Referenced by add_lmap_error(), clear_lmap_errors(), and remove_current_from_affected_layouts().
LiVESList* mainwindow::affected_layouts_map |
map of layouts with errors
Definition at line 1469 of file mainwindow.h.
Referenced by add_lmap_error(), clear_lmap_errors(), on_lerrors_delete_clicked(), and remove_current_from_affected_layouts().
weed_plant_t* mainwindow::afilter_map |
Definition at line 1299 of file mainwindow.h.
Referenced by get_audio_and_effects_state_at(), mt_prepare_for_playback(), and render_events().
double mainwindow::aframeno |
and the audio 'frame' for when we are looping
Definition at line 962 of file mainwindow.h.
Referenced by all_expose_overlay(), calc_aframeno(), and preview_audio().
volatile int mainwindow::agen_key |
which fx key is generating audio [1 based] (or 0 for none)
Definition at line 1649 of file mainwindow.h.
Referenced by add_rfx_effects2(), apply_rte_audio(), aud_lock_callback(), changed_fps_during_pb(), do_quick_switch(), event_list_add_end_events(), freeze_callback(), get_audio_from_plugin(), lives_get_current_playback_ticks(), on_record_perf_activate(), reinit_audio_gen(), resync_audio(), rte_on_off_callback(), and sensitize_rfx().
volatile boolean mainwindow::agen_needs_reinit |
Definition at line 1650 of file mainwindow.h.
Referenced by aud_lock_callback(), changed_fps_during_pb(), do_quick_switch(), event_list_add_end_events(), freeze_callback(), get_audio_from_plugin(), lives_get_current_playback_ticks(), on_record_perf_activate(), reinit_audio_gen(), and resync_audio().
uint64_t mainwindow::agen_samps_count |
count of samples since init
Definition at line 1651 of file mainwindow.h.
Referenced by get_audio_from_plugin().
pthread_mutex_t mainwindow::alarmlist_mutex |
append / remove with file_buffer list
Definition at line 1507 of file mainwindow.h.
Referenced by lives_alarm_set(), and lives_exit().
lives_timeout_t mainwindow::alarms[LIVES_MAX_ALARMS] |
reserve 1 for emergency msgs
Definition at line 1639 of file mainwindow.h.
Referenced by lives_alarm_check(), lives_alarm_clear(), lives_alarm_reset(), and lives_alarm_set().
lives_pgid_t mainwindow::alives_pgid |
Definition at line 877 of file mainwindow.h.
Referenced by autolives_toggle(), find_when_to_stop(), and lives_exit().
LiVESWidget* mainwindow::aload_subs |
Definition at line 1182 of file mainwindow.h.
char* mainwindow::any_string |
localised text saying "Any", for encoder and output format
Definition at line 1540 of file mainwindow.h.
boolean mainwindow::aplayer_broken |
Definition at line 1653 of file mainwindow.h.
Referenced by handle_audio_timeout(), switch_aud_to_jack(), and switch_aud_to_pulse().
LiVESWidget* mainwindow::append_audio |
Definition at line 1200 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::arrow1 |
Definition at line 1293 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::arrow2 |
Definition at line 1294 of file mainwindow.h.
Referenced by set_colours().
int mainwindow::ascrap_file |
scrap file for recording audio scraps
Definition at line 875 of file mainwindow.h.
Referenced by check_for_layout_del(), close_ascrap_file(), close_current_file(), close_temp_handle(), find_when_to_stop(), get_clip_value(), lives_exit(), load_frame_image(), multitrack_delete(), nextclip_callback(), on_record_perf_activate(), on_render_activate(), on_save_set_activate(), open_ascrap_file(), prevclip_callback(), reget_afilesize(), rewrite_recovery_file(), save_clip_value(), and save_clip_values().
int mainwindow::assumed_height |
Definition at line 1739 of file mainwindow.h.
Referenced by resize_message_area().
int mainwindow::assumed_width |
Definition at line 1738 of file mainwindow.h.
Referenced by resize_message_area().
uint64_t mainwindow::aud_data_written |
Definition at line 1720 of file mainwindow.h.
int mainwindow::aud_file_to_kill |
Definition at line 909 of file mainwindow.h.
Referenced by lives_exit(), and play_file().
int mainwindow::aud_rec_fd |
fd of file we are recording audio to
Definition at line 1525 of file mainwindow.h.
Referenced by find_when_to_stop().
char mainwindow::audio_dir[PATH_MAX] |
Definition at line 733 of file mainwindow.h.
Referenced by lives::prefs::currentAudioDir(), on_append_audio_activate(), and on_load_audio_activate().
int mainwindow::audio_end |
Definition at line 771 of file mainwindow.h.
Referenced by find_when_to_stop().
weed_plant_t* mainwindow::audio_event |
Definition at line 1300 of file mainwindow.h.
Referenced by audio_process_events_to(), and render_events().
pthread_mutex_t mainwindow::audio_filewriteend_mutex |
sync for ending writing audio to file
Definition at line 1503 of file mainwindow.h.
Referenced by lives_exit().
volatile lives_audio_buf_t* mainwindow::audio_frame_buffer |
used for buffering / feeding audio to video generators
Definition at line 1697 of file mainwindow.h.
Referenced by append_to_audio_buffer16(), append_to_audio_bufferf(), has_audio_filters(), and init_audio_frame_buffers().
LiVESWidget* mainwindow::audio_menu |
Definition at line 1403 of file mainwindow.h.
Referenced by set_colours().
volatile boolean mainwindow::audio_seek_ready |
Definition at line 940 of file mainwindow.h.
Referenced by avsync_force(), handle_audio_timeout(), preview_audio(), resync_audio(), and switch_audio_clip().
int mainwindow::audio_start |
Definition at line 771 of file mainwindow.h.
Referenced by prep_audio_player().
double mainwindow::audio_stretch |
for fixed fps modes, the value is used to speed up / slow down audio
Definition at line 1015 of file mainwindow.h.
LiVESWidget* mainwindow::autolives |
Definition at line 1220 of file mainwindow.h.
Referenced by autolives_toggle(), procw_desensitize(), and sensitize().
pthread_cond_t mainwindow::avseek_cond |
Definition at line 937 of file mainwindow.h.
pthread_mutex_t mainwindow::avseek_mutex |
Definition at line 938 of file mainwindow.h.
Referenced by avsync_force().
LiVESWidget* mainwindow::backup |
Definition at line 1134 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::banner |
Definition at line 1393 of file mainwindow.h.
Referenced by fade_background(), set_colours(), and unfade_background().
int mainwindow::blend_clamping |
Definition at line 982 of file mainwindow.h.
double mainwindow::blend_factor |
keyboard control parameter
Definition at line 872 of file mainwindow.h.
Referenced by grabkeys_callback(), on_less_pressed(), on_more_pressed(), and rtemode_callback().
int mainwindow::blend_file |
background clip details
Definition at line 976 of file mainwindow.h.
Referenced by close_current_file(), do_effect(), do_quick_switch(), fps_reset_callback(), get_blend_layer(), load_frame_image(), nextclip_callback(), on_faster_pressed(), on_slower_pressed(), prevclip_callback(), render_events(), swap_fg_bg_callback(), switch_clip(), weed_generator_end(), and weed_generator_start().
int mainwindow::blend_gamma |
Definition at line 983 of file mainwindow.h.
int mainwindow::blend_height |
Definition at line 981 of file mainwindow.h.
weed_plant_t* mainwindow::blend_layer |
Definition at line 977 of file mainwindow.h.
Referenced by do_quick_switch(), on_rte_apply(), and switch_clip().
volatile int mainwindow::blend_palette |
here we can store the details of the blend file at the insertion point, if nothing changes we can target this to optimise
Definition at line 980 of file mainwindow.h.
Referenced by do_quick_switch(), on_double_size_activate(), on_sepwin_activate(), reset_effort(), swap_fg_bg_callback(), switch_clip(), and weed_reinit_effect().
int mainwindow::blend_sampling |
Definition at line 982 of file mainwindow.h.
int mainwindow::blend_subspace |
Definition at line 982 of file mainwindow.h.
int mainwindow::blend_width |
Definition at line 981 of file mainwindow.h.
boolean mainwindow::block_param_updates |
block visual param changes from updating real values
Definition at line 1550 of file mainwindow.h.
Referenced by after_boolean_param_toggled(), after_param_alpha_changed(), after_param_blue_changed(), after_param_green_changed(), after_param_red_changed(), after_param_text_changed(), after_param_value_changed(), after_string_list_changed(), on_paramwindow_button_clicked(), on_resetp_clicked(), and update_weed_color_value().
LiVESWidget* mainwindow::btoolbar |
button toolbar - clip editor
Definition at line 1368 of file mainwindow.h.
Referenced by fade_background(), get_player_size(), set_colours(), set_interactive(), and unfade_background().
pthread_mutex_t mainwindow::cache_buffer_mutex |
sync for jack playback termination
Definition at line 1502 of file mainwindow.h.
Referenced by audio_cache_end(), and lives_exit().
ticks_t mainwindow::cadjticks |
used to equalise the timecode between alternate timer sources (clock -> source adjustment)
Definition at line 1008 of file mainwindow.h.
Referenced by reset_playback_clock().
LiVESPixbuf* mainwindow::camframe |
Definition at line 1103 of file mainwindow.h.
Referenced by resize().
lives_cancel_type_t mainwindow::cancel_type |
Definition at line 799 of file mainwindow.h.
Referenced by do_auto_dialog(), on_cancel_keep_button_clicked(), and start_render_effect_events().
volatile lives_cancel_t mainwindow::cancelled |
Definition at line 798 of file mainwindow.h.
Referenced by _start_playback(), add_file_info(), check_for_layout_del(), check_storage_space(), close_current_file(), do_auto_dialog(), do_effect(), handle_backend_errors(), lives2lives_read_stream(), load_frame_image(), load_rfx_preview(), mt_post_playback(), multitrack_delete(), multitrack_preview_clicked(), on_cancel_keep_button_clicked(), on_capture_activate(), on_clear_event_list_activate(), on_cut_activate(), on_export_proj_activate(), on_load_cdtrack_ok_clicked(), on_normalise_audio_activate(), on_ok_file_open_clicked(), on_open_utube_activate(), on_pause_clicked(), on_quit_activate(), on_recaudclip_ok_clicked(), on_render_activate(), on_resaudio_ok_clicked(), on_stop_activate(), on_stop_clicked(), on_utube_select(), play_file(), play_sel(), preview_aud_vol(), preview_audio(), realize_all_frames(), render_to_clip(), resize_widgets_for_monitor(), set_new_set_name(), start_render_effect_events(), switch_aud_to_jack(), switch_aud_to_pulse(), switch_audio_clip(), switch_clip(), and weed_generator_end().
int mainwindow::cap_number |
Definition at line 739 of file mainwindow.h.
Referenced by after_foreign_play().
LiVESWidget* mainwindow::capture |
Definition at line 1190 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
lives_clip_t* mainwindow::cbstores[8] |
Definition at line 1782 of file mainwindow.h.
Referenced by init_clipboard().
lives_cconnect_t* mainwindow::cconx |
list of out -> in alpha channel connections
Definition at line 1669 of file mainwindow.h.
Referenced by cconx_delete(), cconx_delete_all(), cconx_list(), and cconx_remap_mode().
LiVESWidget* mainwindow::ccpd_sound |
Definition at line 1144 of file mainwindow.h.
boolean mainwindow::ccpd_with_sound |
Definition at line 785 of file mainwindow.h.
Referenced by create_insert_dialog(), on_cut_activate(), and on_paste_as_new_activate().
int mainwindow::ce_frame_height |
Definition at line 1662 of file mainwindow.h.
Referenced by resize(), and resize_message_area().
int mainwindow::ce_frame_width |
Definition at line 1662 of file mainwindow.h.
Referenced by resize().
boolean mainwindow::ce_thumbs |
Definition at line 1676 of file mainwindow.h.
Referenced by do_quick_switch(), end_ce_thumb_mode(), on_clear_clicked(), redraw_timeline(), rte_on_off_callback(), set_interactive(), swap_fg_bg_callback(), switch_clip(), and weed_generator_start().
boolean mainwindow::ce_upd_clip |
Definition at line 1677 of file mainwindow.h.
Referenced by ce_thumbs_update_current_clip().
ticks_t mainwindow::cevent_tc |
timecode of currently processing event
Definition at line 1553 of file mainwindow.h.
Referenced by load_frame_image().
LiVESWidget* mainwindow::change_speed |
Definition at line 1189 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
char* mainwindow::cl_string |
localised text saying "*The current layout*", for layout warnings
Definition at line 1544 of file mainwindow.h.
LiVESWidget* mainwindow::clear_ds |
Definition at line 1143 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
FILE* mainwindow::clip_header |
Definition at line 1521 of file mainwindow.h.
Referenced by on_record_perf_activate(), save_clip_value(), and save_clip_values().
int* mainwindow::clip_index |
Definition at line 1431 of file mainwindow.h.
Referenced by load_frame_image(), render_events(), and reset_frame_and_clip_index().
pthread_mutex_t mainwindow::clip_list_mutex |
prevent adding/removing to cliplist while another thread could be reading it
Definition at line 1500 of file mainwindow.h.
Referenced by add_to_clipmenu(), close_ascrap_file(), cnum_for_uid(), get_unique_ids(), lives_exit(), open_ascrap_file(), open_scrap_file(), and remove_from_clipmenu().
boolean mainwindow::clip_switched |
for recording - did we switch clips ?
Definition at line 793 of file mainwindow.h.
Referenced by do_quick_switch(), event_list_close_gaps(), play_file(), play_sel(), render_events(), and weed_generator_end().
LiVESList* mainwindow::cliplist |
hash table of clips in menu order
Definition at line 743 of file mainwindow.h.
Referenced by add_to_clipmenu(), backup_recording(), close_ascrap_file(), close_current_file(), cnum_for_uid(), get_unique_ids(), load_frame_image(), mt_init_clips(), nextclip_callback(), on_close_activate(), on_load_set_activate(), on_save_set_activate(), on_vj_reset_activate(), on_volch_pressed(), open_ascrap_file(), open_scrap_file(), prevclip_callback(), remove_from_clipmenu(), resize_widgets_for_monitor(), rewrite_recovery_file(), start_ce_thumb_mode(), storeclip_callback(), switch_clip(), switch_clip_activate(), and write_backup_layout_numbering().
int mainwindow::clips_available |
Definition at line 740 of file mainwindow.h.
Referenced by add_to_clipmenu(), close_current_file(), load_frame_image(), on_quit_activate(), on_vj_reset_activate(), and remove_from_clipmenu().
LiVESSList* mainwindow::clips_group |
Definition at line 745 of file mainwindow.h.
Referenced by add_to_clipmenu(), and remove_from_clipmenu().
LiVESWidget* mainwindow::clipsmenu |
Definition at line 1330 of file mainwindow.h.
Referenced by add_to_clipmenu(), and set_colours().
int mainwindow::clipstore[FN_KEYS - 1][2] |
stored clips (bookmarks) [0] = clip, [1] = frame
Definition at line 986 of file mainwindow.h.
Referenced by close_current_file(), and storeclip_callback().
volatile ticks_t mainwindow::clock_ticks |
unadjusted system time since pb start, measured concurrently with currticks
Definition at line 1003 of file mainwindow.h.
Referenced by get_disk_load(), get_stats_msg(), and lives_get_current_playback_ticks().
LiVESWidget* mainwindow::close |
Definition at line 1137 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::close_keep_frames |
special value for when generating to clipboard
Definition at line 1438 of file mainwindow.h.
Referenced by close_current_file(), do_effect(), and lives_exit().
volatile boolean mainwindow::clutch |
Definition at line 1060 of file mainwindow.h.
ulong mainwindow::config_func |
(GUI) function pointers
Definition at line 1062 of file mainwindow.h.
boolean mainwindow::configured |
Definition at line 788 of file mainwindow.h.
Referenced by config_event().
LiVESWidget* mainwindow::copy |
Definition at line 1148 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
int mainwindow::crash_possible |
Definition at line 1722 of file mainwindow.h.
Referenced by defer_sigint().
boolean mainwindow::cs_is_permitted |
set automatically when cs_permitted can update the clip
Definition at line 1021 of file mainwindow.h.
boolean mainwindow::cs_manage |
Definition at line 1789 of file mainwindow.h.
Referenced by on_quit_activate().
boolean mainwindow::cs_permitted |
set to TRUE to allow overriding of noswitch in limited circumstances
Definition at line 1020 of file mainwindow.h.
int mainwindow::current_file |
Definition at line 727 of file mainwindow.h.
Referenced by _start_playback(), add_file_info(), add_rfx_effects2(), add_to_clipmenu(), after_foreign_play(), all_expose_overlay(), aud_lock_callback(), changed_fps_during_pb(), check_for_bad_ffmpeg(), close_ascrap_file(), close_current_file(), close_scrap_file(), close_temp_handle(), create_cfile(), create_nullvideo_clip(), d_print(), deorder_frames(), desensitize(), dirchange_callback(), do_auto_dialog(), do_effect(), do_quick_switch(), do_startup_tests(), event_list_close_gaps(), find_when_to_stop(), get_blend_layer(), get_new_handle(), handle_backend_errors(), idle_cancel_proc(), init_clipboard(), insert_frames(), lazy_startup_checks(), lives2lives_read_stream(), lives_ce_update_timeline(), lives_exit(), load_frame_image(), load_rfx_preview(), mt_delete_clips(), multitrack(), nextclip_callback(), on_append_audio_activate(), on_back_pressed(), on_capture_activate(), on_change_speed_ok_clicked(), on_cleardisk_activate(), on_close_activate(), on_copy_activate(), on_cut_activate(), on_effects_paused(), on_erase_subs_activate(), on_fade_activate(), on_fade_audio_activate(), on_faster_pressed(), on_fx_pre_activate(), on_hrule_reset(), on_hrule_set(), on_hrule_update(), on_import_proj_activate(), on_ins_silence_details_clicked(), on_live_tvcard_activate(), on_load_cdtrack_ok_clicked(), on_load_subs_activate(), on_loop_cont_activate(), on_loop_video_activate(), on_mouse_sel_reset(), on_mouse_sel_start(), on_mouse_sel_update(), on_normalise_audio_activate(), on_open_new_audio_clicked(), on_open_yuv4m_activate(), on_paste_as_new_activate(), on_playclip_activate(), on_realfx_activate(), on_recaudclip_ok_clicked(), on_redo_activate(), on_rename_clip_name(), on_render_activate(), on_render_fx_activate(), on_resample_vid_ok(), on_resaudio_ok_clicked(), on_rev_clipboard_activate(), on_save_as_activate(), on_save_selection_activate(), on_select_end_only_activate(), on_select_start_only_activate(), on_show_clipboard_info_activate(), on_show_file_comments_activate(), on_showsubs_toggled(), on_slower_pressed(), on_toy_activate(), on_undo_activate(), on_utube_select(), on_vj_realize_activate(), open_ascrap_file(), open_scrap_file(), open_set_file(), pad_init_silence(), param_marshall(), play_all(), play_file(), play_sel(), pref_change_images(), prep_audio_player(), prepare_to_play_foreign(), prevclip_callback(), preview_audio(), procw_desensitize(), pull_frame_idle(), realize_all_frames(), redraw_tl_idle(), reget_afilesize(), reload_clip(), reload_set(), remove_from_clipmenu(), render_events(), render_to_clip(), resample_clipboard(), reset_clipmenu(), resize(), resize_widgets_for_monitor(), resync_audio(), rte_on_off_callback(), save_event_frames(), save_frame(), set_redoable(), set_sel_label(), set_undoable(), show_clipinfo_cb(), show_lives(), start_render_effect_events(), storeclip_callback(), swap_fg_bg_callback(), switch_clip(), switch_clip_activate(), switch_to_file(), update_sel_menu(), weed_generator_end(), and weed_generator_start().
LiVESList* mainwindow::current_layouts_map |
map of all layouts for set
Definition at line 1470 of file mainwindow.h.
Referenced by add_lmap_error(), del_current_set(), load_layout_map(), migrate_layouts(), on_close_activate(), remove_layout_files(), and save_layout_map().
volatile ticks_t mainwindow::currticks |
wall clock time, updated whenever lives_get_*_ticks is called
current playback ticks (relative)
Definition at line 1005 of file mainwindow.h.
Referenced by aud_lock_callback(), avsync_force(), changed_fps_during_pb(), do_quick_switch(), event_list_add_end_events(), freeze_callback(), get_stats_msg(), load_frame_image(), render_events(), resync_audio(), and weed_generator_start().
lives_cursor_t mainwindow::cursor_style |
Definition at line 1296 of file mainwindow.h.
Referenced by lives_set_cursor_style(), and lives_system().
LiVESWidget* mainwindow::custom_effects_menu |
Definition at line 1417 of file mainwindow.h.
Referenced by add_rfx_effects(), and add_rfx_effects2().
LiVESWidget* mainwindow::custom_effects_separator |
Definition at line 1419 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), and update_rfx_menus().
LiVESWidget* mainwindow::custom_effects_submenu |
Definition at line 1418 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), desensitize(), make_custom_submenus(), sensitize_rfx(), and update_rfx_menus().
LiVESWidget* mainwindow::custom_gens_menu |
Definition at line 1423 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), and set_interactive().
LiVESWidget* mainwindow::custom_gens_submenu |
Definition at line 1424 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), desensitize(), make_custom_submenus(), sensitize_rfx(), set_interactive(), and update_rfx_menus().
LiVESWidget* mainwindow::custom_tools_menu |
Definition at line 1420 of file mainwindow.h.
Referenced by add_rfx_effects(), and add_rfx_effects2().
LiVESWidget* mainwindow::custom_tools_separator |
Definition at line 1422 of file mainwindow.h.
Referenced by update_rfx_menus().
LiVESWidget* mainwindow::custom_tools_submenu |
Definition at line 1421 of file mainwindow.h.
Referenced by add_rfx_effects2(), desensitize(), sensitize_rfx(), and update_rfx_menus().
LiVESWidget* mainwindow::custom_utilities_menu |
Definition at line 1425 of file mainwindow.h.
Referenced by add_rfx_effects(), and add_rfx_effects2().
LiVESWidget* mainwindow::custom_utilities_separator |
Definition at line 1427 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), and update_rfx_menus().
LiVESWidget* mainwindow::custom_utilities_submenu |
Definition at line 1426 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), make_custom_submenus(), and update_rfx_menus().
LiVESWidget* mainwindow::cut |
Definition at line 1149 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::debug |
debug crashes and asserts
Definition at line 1615 of file mainwindow.h.
Referenced by catch_sigint().
void* mainwindow::debug_ptr |
Definition at line 1616 of file mainwindow.h.
LiVESList* mainwindow::decoder_list |
Definition at line 1612 of file mainwindow.h.
Referenced by decoder_plugin_move_to_first(), get_decoder_cdata(), on_decplug_advanced_clicked(), reload_clip(), and unload_decoder_plugins().
boolean mainwindow::decoders_loaded |
decoders
Definition at line 1611 of file mainwindow.h.
Referenced by on_decplug_advanced_clicked(), and reload_clip().
int mainwindow::def_height |
Definition at line 898 of file mainwindow.h.
Referenced by close_current_file().
int mainwindow::def_trans_idx |
Definition at line 1747 of file mainwindow.h.
int mainwindow::def_width |
default sizes for when no file is loaded
Definition at line 898 of file mainwindow.h.
Referenced by close_current_file().
LiVESWidget* mainwindow::delall_audio |
Definition at line 1207 of file mainwindow.h.
Referenced by sensitize().
LiVESWidget* mainwindow::delaudio_submenu |
Definition at line 1205 of file mainwindow.h.
Referenced by desensitize(), procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::delete_custom_rfx |
Definition at line 1247 of file mainwindow.h.
Referenced by update_rfx_menus().
LiVESWidget* mainwindow::delete_test_rfx |
Definition at line 1250 of file mainwindow.h.
Referenced by rfxbuilder_to_script(), and update_rfx_menus().
LiVESWidget* mainwindow::delsel_audio |
Definition at line 1206 of file mainwindow.h.
Referenced by sensitize().
ticks_t mainwindow::deltaticks |
deltaticks for scratching
Definition at line 1006 of file mainwindow.h.
Referenced by calc_new_playback_position(), and do_quick_switch().
LiVESWidget* mainwindow::dev_dabg |
Definition at line 1241 of file mainwindow.h.
LiVESWidget* mainwindow::dev_timing |
Definition at line 1242 of file mainwindow.h.
boolean mainwindow::did_rfx_preview |
Definition at line 1056 of file mainwindow.h.
Referenced by on_paramwindow_button_clicked().
char* mainwindow::disabled_string |
localised text saying "disabled !", for playback plugin name, etc.
Definition at line 1543 of file mainwindow.h.
uint32_t mainwindow::disk_mon |
Definition at line 1807 of file mainwindow.h.
Referenced by on_paste_as_new_activate(), and start_render_effect_events().
boolean mainwindow::double_size |
Definition at line 760 of file mainwindow.h.
Referenced by do_quick_switch(), on_double_size_activate(), on_double_size_pressed(), on_sepwin_activate(), and unfade_background().
int mainwindow::drawsrc |
Definition at line 1385 of file mainwindow.h.
Referenced by close_current_file(), config_laud_draw(), config_raud_draw(), do_quick_switch(), lives_exit(), redraw_timeline(), and switch_to_file().
int mainwindow::ds_mon |
Definition at line 1751 of file mainwindow.h.
Referenced by on_utube_select().
lives_storage_status_t mainwindow::ds_status |
Definition at line 1750 of file mainwindow.h.
Referenced by do_workdir_query(), on_utube_select(), and startup_message_nonfatal().
LiVESWidget* mainwindow::dsize |
Definition at line 1186 of file mainwindow.h.
Referenced by on_double_size_pressed(), and sensitize().
boolean mainwindow::dsu_valid |
Definition at line 1791 of file mainwindow.h.
Referenced by check_storage_space(), do_workdir_query(), and on_utube_select().
LiVESWidget* mainwindow::dsu_widget |
Definition at line 1792 of file mainwindow.h.
Referenced by all_config(), and lazy_startup_checks().
boolean mainwindow::dvgrab_preview |
Definition at line 791 of file mainwindow.h.
LiVESWidget* mainwindow::edit_menu |
Definition at line 1399 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::edit_test_rfx |
Definition at line 1248 of file mainwindow.h.
Referenced by rfxbuilder_to_script(), and update_rfx_menus().
LiVESWidget* mainwindow::effects_menu |
Definition at line 1401 of file mainwindow.h.
Referenced by add_rfx_effects2(), set_colours(), and update_rfx_menus().
boolean mainwindow::effects_paused |
Definition at line 1055 of file mainwindow.h.
Referenced by check_storage_space(), do_effect(), on_cancel_keep_button_clicked(), on_effects_paused(), on_recaudclip_ok_clicked(), on_stop_clicked(), realfx_progress(), render_events(), render_to_clip(), and update_progress().
int mainwindow::effort |
Definition at line 1773 of file mainwindow.h.
Referenced by on_render_activate(), and start_render_effect_events().
lives_painter_surface_t * mainwindow::ei_surface |
Definition at line 1318 of file mainwindow.h.
LiVESWidget* mainwindow::eject_cd |
Definition at line 1193 of file mainwindow.h.
weed_layer_t * mainwindow::en_fcache |
Definition at line 1785 of file mainwindow.h.
Referenced by close_current_file().
LiVESWidget * mainwindow::end_image |
Definition at line 1320 of file mainwindow.h.
Referenced by all_config(), on_toy_activate(), resize(), resize_message_area(), set_colours(), and showclipimgs().
short mainwindow::endian |
Definition at line 817 of file mainwindow.h.
Referenced by on_recaudclip_activate(), and reorder_frames().
LiVESWidget* mainwindow::erase_subs |
Definition at line 1184 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::error |
Definition at line 801 of file mainwindow.h.
Referenced by do_auto_dialog(), do_effect(), get_decoder_cdata(), handle_backend_errors(), init_clipboard(), on_export_proj_activate(), on_import_proj_activate(), on_ins_silence_details_clicked(), on_load_cdtrack_ok_clicked(), on_paste_as_new_activate(), on_redo_activate(), on_render_activate(), on_resample_vid_ok(), on_resaudio_ok_clicked(), on_rev_clipboard_activate(), on_utube_select(), on_vppa_ok_clicked(), on_vppa_save_clicked(), preview_aud_vol(), reload_clip(), render_to_clip(), resample_clipboard(), start_player(), start_render_effect_events(), and weed_init_effect().
weed_event_t* mainwindow::event_list |
current event_list, for recording
Definition at line 803 of file mainwindow.h.
Referenced by all_expose_overlay(), avsync_force(), backup_recording(), do_quick_switch(), event_list_add_end_events(), freeze_callback(), idle_choose_file_with_preview(), idle_choose_layout(), idle_choose_set(), idle_fx_enable(), idle_fx_setmode(), idle_insert_block(), idle_map_fx(), idle_move_block(), idle_open_file(), idle_reload_layout(), idle_reload_set(), idle_remove_block(), idle_render_layout(), idle_save_layout(), idle_save_set(), idle_select_all(), idle_select_end(), idle_select_start(), idle_set_current_time(), idle_set_if_mode(), idle_set_pref_bitmapped(), idle_set_pref_bool(), idle_set_pref_int(), idle_set_set_name(), idle_show_info(), idle_switch_clip(), idle_unmap_effects(), idle_unmap_fx(), idle_wipe_layout(), insert_frames(), load_event_list(), load_frame_image(), mt_clear_timeline(), mt_load_recovery_layout(), on_mute_activate(), on_record_perf_activate(), on_render_activate(), on_vpp_advanced_clicked(), pconx_chain_data_omc(), play_file(), preview_audio(), rec_param_change(), render_choice_idle(), render_to_clip(), resync_audio(), and storeclip_callback().
pthread_mutex_t mainwindow::event_list_mutex |
prevent simultaneous writing to event_list by audio and video threads
Definition at line 1499 of file mainwindow.h.
Referenced by event_list_add_end_events(), freeze_callback(), lives_exit(), load_frame_image(), rec_param_change(), and rte_on_off_callback().
LiVESWidget* mainwindow::eventbox |
Definition at line 1331 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::eventbox2 |
Definition at line 1332 of file mainwindow.h.
Referenced by fade_background(), on_hrule_set(), on_mouse_sel_reset(), on_mouse_sel_start(), on_rewind_activate(), redraw_timeline(), set_colours(), switch_to_file(), and unfade_background().
LiVESWidget* mainwindow::eventbox3 |
Definition at line 1333 of file mainwindow.h.
Referenced by on_fade_activate(), on_sepwin_activate(), resize(), set_colours(), and unfade_background().
LiVESWidget* mainwindow::eventbox4 |
Definition at line 1334 of file mainwindow.h.
Referenced by on_fade_activate(), on_sepwin_activate(), resize(), set_colours(), and unfade_background().
LiVESWidget* mainwindow::eventbox5 |
Definition at line 1335 of file mainwindow.h.
Referenced by set_colours(), and switch_to_file().
pthread_mutex_t mainwindow::exit_mutex |
prevent multiple threads trying to run cleanup
Definition at line 1505 of file mainwindow.h.
Referenced by lives_exit().
LiVESWidget* mainwindow::expl_missing |
Definition at line 1245 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::export_allaudio |
Definition at line 1198 of file mainwindow.h.
Referenced by sensitize().
LiVESWidget* mainwindow::export_custom_rfx |
Definition at line 1246 of file mainwindow.h.
Referenced by update_rfx_menus().
LiVESWidget* mainwindow::export_proj |
Definition at line 1139 of file mainwindow.h.
Referenced by close_current_file(), desensitize(), and sensitize().
LiVESWidget* mainwindow::export_selaudio |
Definition at line 1199 of file mainwindow.h.
Referenced by sensitize().
LiVESWidget* mainwindow::export_submenu |
Definition at line 1197 of file mainwindow.h.
Referenced by desensitize(), procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::export_theme |
Definition at line 1141 of file mainwindow.h.
Referenced by on_prefs_apply_clicked(), and sensitize().
volatile boolean mainwindow::ext_audio |
using external video playback plugin to stream audio
Definition at line 774 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), lives_exit(), on_vppa_ok_clicked(), sample_silence_stream(), and vid_playback_plugin_exit().
LiVESWidget * mainwindow::ext_audio_checkbutton |
Definition at line 1358 of file mainwindow.h.
Referenced by desensitize(), on_audio_toggled(), pref_factory_bool(), sensitize(), set_colours(), set_interactive(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
ulong mainwindow::ext_audio_func |
Definition at line 1361 of file mainwindow.h.
LiVESWidget* mainwindow::ext_audio_mon |
Definition at line 1359 of file mainwindow.h.
Referenced by draw_cool_toggle().
boolean mainwindow::ext_cntl[MAX_EXT_CNTL] |
external control inputs
Definition at line 1579 of file mainwindow.h.
Referenced by ext_triggers_poll().
boolean mainwindow::ext_playback |
using external video playback plugin
Definition at line 773 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), get_player_size(), lives_exit(), lives_get_current_playback_ticks(), load_frame_image(), on_sepwin_activate(), on_vppa_ok_clicked(), play_file(), pref_factory_bool(), set_vpp(), and vid_playback_plugin_exit().
Definition at line 1690 of file mainwindow.h.
Referenced by init_track_decoders(), load_frame_image(), and render_events().
LiVESWidget* mainwindow::fade |
Definition at line 1185 of file mainwindow.h.
Referenced by on_fade_pressed(), and sensitize().
LiVESWidget* mainwindow::fade_aud_in |
Definition at line 1210 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::fade_aud_out |
Definition at line 1211 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::faded |
Definition at line 759 of file mainwindow.h.
Referenced by all_expose_overlay(), do_quick_switch(), load_frame_image(), on_double_size_activate(), on_fade_activate(), on_fade_pressed(), on_sepwin_activate(), and on_toy_activate().
boolean mainwindow::fatal |
got fatal signal
Definition at line 789 of file mainwindow.h.
Referenced by catch_sigint(), and lives_exit().
pthread_mutex_t mainwindow::fbuffer_mutex |
Definition at line 1506 of file mainwindow.h.
Referenced by find_in_file_buffers(), find_in_file_buffers_by_pathname(), lives_exit(), and lives_invalidate_all_file_buffers().
int mainwindow::fc_buttonresponse |
Definition at line 1715 of file mainwindow.h.
LiVESWidget* mainwindow::fd_frame |
surrounding frame widget
Definition at line 1271 of file mainwindow.h.
weed_plant_t* mainwindow::fd_layer |
framedraw preview layer
Definition at line 1276 of file mainwindow.h.
Referenced by load_rfx_preview().
weed_plant_t* mainwindow::fd_layer_orig |
original layer uneffected
Definition at line 1275 of file mainwindow.h.
Referenced by load_rfx_preview().
int mainwindow::fd_max_frame |
max effected / generated frame
Definition at line 1279 of file mainwindow.h.
Referenced by load_rfx_preview(), and on_fx_pre_activate().
ulong mainwindow::fd_spin_func |
spinbutton for framedraw previews
Definition at line 1281 of file mainwindow.h.
Referenced by invalidate_preview(), and load_rfx_preview().
lives_painter_surface_t* mainwindow::fd_surface |
Definition at line 1273 of file mainwindow.h.
LiVESList* mainwindow::file_buffers |
list of open files for buffered i/o
Definition at line 1523 of file mainwindow.h.
Referenced by find_in_file_buffers(), find_in_file_buffers_by_pathname(), and lives_invalidate_all_file_buffers().
char* mainwindow::file_open_params |
extra parameters for opening special files
Definition at line 906 of file mainwindow.h.
lives_clip_t* mainwindow::files[MAX_FILES+1] |
+1 for the clipboard
Definition at line 729 of file mainwindow.h.
Referenced by add_audio_track(), add_lmap_error(), backup_recording(), calc_frame_from_time(), calc_frame_from_time2(), calc_frame_from_time3(), calc_frame_from_time4(), calc_new_playback_position(), calc_time_from_frame(), check_clip_integrity(), check_for_disk_space(), check_frame_count(), check_layer_ready(), check_storage_space(), chill_decoder_plugin(), clip_can_reverse(), clone_decoder(), close_clip_decoder(), close_current_file(), close_temp_handle(), cnum_for_uid(), config_laud_draw(), config_raud_draw(), create_frame_index(), create_nullvideo_clip(), delete_audio_track(), desensitize(), do_block_context(), do_clip_divergence_error(), do_comments_dialog(), do_effect(), do_header_missing_detail_error(), do_header_read_error_with_retry(), do_header_write_error(), do_quick_switch(), fps_reset_callback(), free_thumb_cache(), free_track_decoders(), get_audio_file_name(), get_blend_layer(), get_clip_value(), get_decoder_cdata(), get_float_audio_val_at_time(), get_frames_sizes(), get_handle_from_info_file(), get_palette_name_for_clip(), get_stats_msg(), get_unique_ids(), in_out_end_changed(), in_out_start_changed(), insert_blank_frames(), insert_frames(), is_virtual_frame(), layout_audio_is_affected(), lives_close_buffered(), lives_exit(), lives_get_audio_file_name(), lives_get_current_playback_ticks(), load_frame_image(), load_frame_index(), load_from_scrap_file(), mt_change_vals_activate(), mt_clear_timeline(), mt_clip_select(), mt_init_start_end_spins(), mt_init_tracks(), mt_sensitise(), mt_spin_end_value_changed(), multitrack_audio_insert(), multitrack_insert(), nextclip_callback(), on_capture2_activate(), on_faster_pressed(), on_fx_pre_activate(), on_recaudclip_ok_clicked(), on_record_perf_activate(), on_render_activate(), on_slower_pressed(), on_track_release(), on_vj_reset_activate(), prevclip_callback(), recover_layout_map(), redraw_timeline(), reget_afilesize(), reload_clip(), reload_subs(), remove_from_clipmenu(), remove_layout_files(), render_audio_segment(), render_events(), render_to_clip(), reset_clipmenu(), reset_renumbering(), restore_frame_index_back(), reverse_frame_index(), rewrite_recovery_file(), save_clip_value(), save_clip_values(), save_event_list_inner(), save_file_comments(), save_frame_index(), save_layout_map(), save_to_scrap_file(), sensitize(), set_mt_play_sizes_cfg(), set_values_from_defs(), show_playbar_labels(), storeclip_callback(), stored_event_list_free_all(), switch_audio_clip(), switch_clip(), switch_clip_activate(), switch_to_file(), track_select(), unbuffer_lmap_errors(), unselect_all(), used_in_current_layout(), virtual_to_images(), weed_generator_end(), weed_generator_start(), and write_backup_layout_numbering().
LiVESWidget* mainwindow::files_menu |
Definition at line 1398 of file mainwindow.h.
Referenced by set_colours().
weed_plant_t* mainwindow::filter_map |
Definition at line 1298 of file mainwindow.h.
Referenced by get_audio_and_effects_state_at(), insert_filter_map_event_at(), load_frame_image(), mt_prepare_for_playback(), and render_events().
LiVESWidget* mainwindow::firewire |
Definition at line 1125 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
int mainwindow::first_free_file |
Definition at line 728 of file mainwindow.h.
Referenced by close_current_file(), close_temp_handle(), create_cfile(), get_temp_handle(), on_capture_activate(), on_fx_pre_activate(), on_live_fw_activate(), on_live_tvcard_activate(), on_load_cdtrack_ok_clicked(), on_open_yuv4m_activate(), on_paste_as_new_activate(), on_recaudclip_ok_clicked(), on_render_activate(), prepare_to_play_foreign(), and render_to_clip().
ticks_t mainwindow::firstticks |
ticks when audio started playing (for non-realtime audio plugins)
Definition at line 1009 of file mainwindow.h.
int mainwindow::fixed_fps_denom |
Definition at line 989 of file mainwindow.h.
int mainwindow::fixed_fps_numer |
fixed fps playback; usually fixed_fpsd==0.
Definition at line 989 of file mainwindow.h.
double mainwindow::fixed_fpsd |
<=0. means free playback
Definition at line 990 of file mainwindow.h.
Referenced by lives_get_current_playback_ticks(), lives_yuv_stream_start_write(), on_vppa_ok_clicked(), open_vid_playback_plugin(), and set_vpp().
ticks_t mainwindow::flush_audio_tc |
reserved space for mbar
when rendering, we can use this to force audio to be rendered up to tc; designed for previews
Definition at line 1735 of file mainwindow.h.
Referenced by on_effects_paused(), and render_events().
char** mainwindow::fonts_array |
Definition at line 1620 of file mainwindow.h.
boolean mainwindow::force_show |
Definition at line 1763 of file mainwindow.h.
Referenced by avsync_force(), do_quick_switch(), freeze_callback(), on_double_size_activate(), on_sepwin_activate(), and rte_on_off_callback().
boolean mainwindow::foreign |
for external window capture
Definition at line 824 of file mainwindow.h.
Referenced by add_to_playframe(), avsync_force(), calc_new_playback_position(), catch_sigint(), desensitize(), do_quick_switch(), fade_background(), lives_get_current_playback_ticks(), load_frame_image(), on_rte_apply(), on_sepwin_activate(), on_toy_activate(), play_file(), resize(), sensitize_rfx(), splash_end(), and splash_msg().
int mainwindow::foreign_bpp |
Definition at line 845 of file mainwindow.h.
Referenced by on_capture_activate(), and prepare_to_play_foreign().
int mainwindow::foreign_height |
Definition at line 844 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
Window mainwindow::foreign_id |
Definition at line 840 of file mainwindow.h.
Referenced by on_capture_activate(), and prepare_to_play_foreign().
uint32_t mainwindow::foreign_key |
Definition at line 829 of file mainwindow.h.
Referenced by on_capture2_activate().
char* mainwindow::foreign_visual |
Definition at line 846 of file mainwindow.h.
Referenced by on_capture2_activate(), on_capture_activate(), and prepare_to_play_foreign().
int mainwindow::foreign_width |
Definition at line 844 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
LiVESXWindow* mainwindow::foreign_window |
Definition at line 843 of file mainwindow.h.
Referenced by prepare_to_play_foreign().
frames_t mainwindow::fps_measure |
show fps stats after playback
Definition at line 778 of file mainwindow.h.
frames_t mainwindow::fps_mini_measure |
show fps stats during playback
Definition at line 779 of file mainwindow.h.
Referenced by do_quick_switch().
ticks_t mainwindow::fps_mini_ticks |
Definition at line 780 of file mainwindow.h.
Referenced by do_quick_switch().
LiVESWidget* mainwindow::frame1 |
Definition at line 1094 of file mainwindow.h.
Referenced by fade_background(), on_fade_activate(), on_sepwin_activate(), resize(), set_colours(), and unfade_background().
LiVESWidget* mainwindow::frame2 |
Definition at line 1095 of file mainwindow.h.
Referenced by fade_background(), on_fade_activate(), on_sepwin_activate(), resize(), set_colours(), and unfade_background().
frames64_t* mainwindow::frame_index |
maps frame slots to the presentation values (if >= 0, points to a 'virtual' frame in the source clip, -1 indicates a decoded img. frame
Definition at line 1434 of file mainwindow.h.
Referenced by load_frame_image(), render_events(), and reset_frame_and_clip_index().
weed_plant_t* mainwindow::frame_layer |
Definition at line 948 of file mainwindow.h.
Referenced by load_frame_image(), mt_show_current_frame(), and on_multitrack_activate().
weed_plant_t* mainwindow::frame_layer_preload |
predictive caching apparatus
Definition at line 954 of file mainwindow.h.
Referenced by load_frame_image().
LiVESWidget* mainwindow::framebar |
Definition at line 1389 of file mainwindow.h.
Referenced by fade_background(), on_fade_activate(), on_sepwin_activate(), on_showfct_activate(), pref_factory_bool(), set_colours(), show_lives(), and unfade_background().
char mainwindow::frameblank_path[PATH_MAX] |
LiVESWidget* mainwindow::framecounter |
Definition at line 1390 of file mainwindow.h.
Referenced by lives_ce_update_timeline(), and load_frame_image().
LiVESWidget* mainwindow::framedraw |
for the framedraw special widget - TODO - use a sub-struct
the eventbox
Definition at line 1263 of file mainwindow.h.
LiVESWidget* mainwindow::framedraw_cbutton |
colour for mask
Definition at line 1270 of file mainwindow.h.
int mainwindow::framedraw_frame |
current displayed frame
Definition at line 1278 of file mainwindow.h.
Referenced by invalidate_preview(), load_rfx_preview(), and on_fx_pre_activate().
LiVESWidget* mainwindow::framedraw_maskbox |
box for opacity controls
Definition at line 1268 of file mainwindow.h.
LiVESWidget* mainwindow::framedraw_opscale |
opacity
Definition at line 1269 of file mainwindow.h.
LiVESWidget* mainwindow::framedraw_preview |
the 'redraw' button
Definition at line 1265 of file mainwindow.h.
Referenced by invalidate_preview().
LiVESWidget* mainwindow::framedraw_reset |
the 'redraw' button
Definition at line 1264 of file mainwindow.h.
LiVESWidget* mainwindow::framedraw_scale |
the slider
Definition at line 1267 of file mainwindow.h.
Referenced by invalidate_preview(), and load_rfx_preview().
LiVESWidget* mainwindow::framedraw_spinbutton |
the frame number button
Definition at line 1266 of file mainwindow.h.
Referenced by invalidate_preview(), and load_rfx_preview().
LiVESWidget* mainwindow::freventbox0 |
Definition at line 1096 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::freventbox1 |
Definition at line 1097 of file mainwindow.h.
Referenced by set_colours().
boolean mainwindow::fs |
Definition at line 762 of file mainwindow.h.
Referenced by do_quick_switch(), get_player_size(), load_frame_image(), on_double_size_activate(), on_fade_activate(), on_fade_pressed(), on_full_screen_pressed(), on_sepwin_activate(), on_showfct_activate(), play_window_set_title(), pref_factory_bool(), sensitize(), and vid_playback_plugin_exit().
LiVESWidget* mainwindow::fs1 |
Definition at line 1351 of file mainwindow.h.
LiVESWidget* mainwindow::fs_playalign |
Definition at line 1258 of file mainwindow.h.
Referenced by widget_add_preview().
LiVESWidget* mainwindow::fs_playarea |
for the fileselection preview
Definition at line 1257 of file mainwindow.h.
Referenced by end_fs_preview(), and widget_add_preview().
LiVESWidget* mainwindow::fs_playframe |
Definition at line 1259 of file mainwindow.h.
Referenced by end_fs_preview(), and widget_add_preview().
LiVESWidget* mainwindow::fs_playimg |
Definition at line 1260 of file mainwindow.h.
Referenced by end_fs_preview(), and widget_add_preview().
ulong mainwindow::fsp_func |
fileselector preview expose (for image thumbnails)
Definition at line 1075 of file mainwindow.h.
Referenced by end_fs_preview().
lives_painter_surface_t* mainwindow::fsp_surface |
Definition at line 1079 of file mainwindow.h.
Referenced by end_fs_preview().
char* mainwindow::fsp_tmpdir |
Definition at line 796 of file mainwindow.h.
Referenced by end_fs_preview().
LiVESWidget* mainwindow::full_screen |
Definition at line 1172 of file mainwindow.h.
Referenced by on_full_screen_pressed(), and sensitize().
ulong mainwindow::fullscreen_cb_func |
Definition at line 1073 of file mainwindow.h.
boolean mainwindow::fx1_bool |
Definition at line 1053 of file mainwindow.h.
Referenced by add_suffix_check(), create_encoder_prep_dialog(), create_insert_dialog(), create_new_pb_speed(), on_change_speed_activate(), on_change_speed_ok_clicked(), on_insert_pre_activate(), and on_vppa_ok_clicked().
int mainwindow::fx1_end |
Definition at line 1052 of file mainwindow.h.
int mainwindow::fx1_start |
Definition at line 1050 of file mainwindow.h.
int mainwindow::fx1_step |
Definition at line 1051 of file mainwindow.h.
double mainwindow::fx1_val |
Definition at line 1049 of file mainwindow.h.
Referenced by create_cdtrack_dialog(), create_opensel_dialog(), create_resaudw(), mt_change_disp_tracks_ok(), mt_change_max_disp_tracks(), on_change_speed_activate(), on_change_speed_ok_clicked(), on_insert_pre_activate(), on_live_fw_activate(), on_live_tvcard_activate(), on_load_cdtrack_activate(), on_load_cdtrack_ok_clicked(), on_open_vcd_activate(), on_recaudclip_activate(), on_redo_activate(), on_resample_audio_activate(), on_resample_vid_ok(), on_resample_video_activate(), and preview_aud_vol().
boolean mainwindow::fx2_bool |
Definition at line 1053 of file mainwindow.h.
Referenced by on_change_speed_activate(), on_change_speed_ok_clicked(), on_insert_activate(), on_insert_pre_activate(), and on_insertwsound_toggled().
int mainwindow::fx2_end |
Definition at line 1052 of file mainwindow.h.
int mainwindow::fx2_start |
Definition at line 1050 of file mainwindow.h.
int mainwindow::fx2_step |
Definition at line 1051 of file mainwindow.h.
double mainwindow::fx2_val |
Definition at line 1049 of file mainwindow.h.
Referenced by create_cdtrack_dialog(), create_opensel_dialog(), create_resaudw(), on_change_speed_ok_clicked(), on_live_tvcard_activate(), on_open_vcd_activate(), on_recaudclip_activate(), on_redo_activate(), and on_resample_audio_activate().
boolean mainwindow::fx3_bool |
Definition at line 1053 of file mainwindow.h.
int mainwindow::fx3_end |
Definition at line 1052 of file mainwindow.h.
int mainwindow::fx3_start |
Definition at line 1050 of file mainwindow.h.
int mainwindow::fx3_step |
Definition at line 1051 of file mainwindow.h.
double mainwindow::fx3_val |
Definition at line 1049 of file mainwindow.h.
Referenced by create_cdtrack_dialog(), create_resaudw(), on_open_vcd_activate(), on_recaudclip_activate(), on_redo_activate(), and on_resample_audio_activate().
boolean mainwindow::fx4_bool |
Definition at line 1053 of file mainwindow.h.
int mainwindow::fx4_end |
Definition at line 1052 of file mainwindow.h.
int mainwindow::fx4_start |
Definition at line 1050 of file mainwindow.h.
int mainwindow::fx4_step |
Definition at line 1051 of file mainwindow.h.
double mainwindow::fx4_val |
Definition at line 1049 of file mainwindow.h.
Referenced by create_resaudw(), on_recaudclip_activate(), on_redo_activate(), and on_resample_audio_activate().
boolean mainwindow::fx5_bool |
Definition at line 1053 of file mainwindow.h.
double mainwindow::fx5_val |
Definition at line 1049 of file mainwindow.h.
Referenced by on_redo_activate().
boolean mainwindow::fx6_bool |
Definition at line 1053 of file mainwindow.h.
double mainwindow::fx6_val |
Definition at line 1049 of file mainwindow.h.
lives_fx_candidate_t mainwindow::fx_candidates[MAX_FX_CANDIDATE_TYPES] |
< effects which can have candidates from which a delegate is selected (current examples are: audio_volume, resize)
Definition at line 1514 of file mainwindow.h.
Referenced by add_rfx_effects2(), deinterlace_frame(), multitrack(), replace_with_delegates(), and resize_widgets_for_monitor().
boolean mainwindow::fx_is_auto |
Definition at line 1695 of file mainwindow.h.
Referenced by rte_on_off_callback().
pthread_mutex_t mainwindow::fx_mutex[FX_KEYS_MAX] |
used to prevent fx processing when it is scheduled for deinit
Definition at line 1497 of file mainwindow.h.
Referenced by filter_mutex_trylock(), filter_mutex_unlock(), get_audio_from_plugin(), pconx_delete(), and pconx_delete_all().
pthread_mutex_t mainwindow::fxd_active_mutex |
prevent simultaneous writing to active_dummy by audio and video threads
Definition at line 1498 of file mainwindow.h.
Referenced by lives_exit(), and pconx_check_connection().
LiVESList* mainwindow::gen_cache |
general cache of fi
Definition at line 1519 of file mainwindow.h.
Referenced by get_theme_colour_pref().
boolean mainwindow::gen_started_play |
Definition at line 1694 of file mainwindow.h.
Referenced by _start_playback(), do_quick_switch(), and rte_on_off_callback().
boolean mainwindow::gen_to_clipboard |
LiVESWidget* mainwindow::gens_menu |
Definition at line 1413 of file mainwindow.h.
Referenced by add_rfx_effects(), and add_rfx_effects2().
LiVESWidget* mainwindow::gens_submenu |
Definition at line 1414 of file mainwindow.h.
Referenced by add_rfx_effects2(), desensitize(), sensitize(), and update_rfx_menus().
boolean mainwindow::go_away |
Definition at line 1614 of file mainwindow.h.
Referenced by all_expose_overlay(), cnum_for_uid(), d_print(), get_unique_ids(), idle_choose_file_with_preview(), idle_choose_layout(), idle_choose_set(), idle_fx_enable(), idle_fx_setmode(), idle_insert_block(), idle_map_fx(), idle_move_block(), idle_mt_set_track(), idle_open_file(), idle_reload_layout(), idle_reload_set(), idle_remove_block(), idle_render_layout(), idle_save_layout(), idle_save_set(), idle_select_all(), idle_select_end(), idle_select_start(), idle_set_current_audio_time(), idle_set_current_time(), idle_set_fullscreen(), idle_set_fullscreen_sepwin(), idle_set_gravity(), idle_set_if_mode(), idle_set_insert_mode(), idle_set_interactive(), idle_set_loop_mode(), idle_set_ping_pong(), idle_set_pref_bitmapped(), idle_set_pref_bool(), idle_set_pref_int(), idle_set_sepwin(), idle_set_set_name(), idle_set_track_label(), idle_show_info(), idle_stop_playback(), idle_switch_clip(), idle_unmap_effects(), idle_unmap_fx(), idle_wipe_layout(), nextclip_callback(), on_playall_activate(), on_sepwin_activate(), on_sepwin_pressed(), prevclip_callback(), resize_widgets_for_monitor(), rte_on_off_callback(), sensitize(), show_lives(), and switch_to_file().
boolean mainwindow::has_custom_effects |
Definition at line 1608 of file mainwindow.h.
Referenced by add_rfx_effects(), desensitize(), sensitize_rfx(), and update_rfx_menus().
boolean mainwindow::has_custom_gens |
Definition at line 1608 of file mainwindow.h.
Referenced by add_rfx_effects(), desensitize(), sensitize_rfx(), set_interactive(), and update_rfx_menus().
boolean mainwindow::has_custom_tools |
Definition at line 1608 of file mainwindow.h.
Referenced by add_rfx_effects(), desensitize(), sensitize_rfx(), and update_rfx_menus().
boolean mainwindow::has_custom_utilities |
Definition at line 1608 of file mainwindow.h.
Referenced by add_rfx_effects(), and update_rfx_menus().
boolean mainwindow::has_session_workdir |
Definition at line 1659 of file mainwindow.h.
Referenced by do_workdir_query(), and get_capabilities().
LiVESWidget* mainwindow::hbox3 |
hbox with start / end spins and selection label (C.E.)
Definition at line 1283 of file mainwindow.h.
Referenced by fade_background(), and unfade_background().
LiVESList* mainwindow::hdrs_cache |
cache of a file header (e.g. header.lives)
Definition at line 1518 of file mainwindow.h.
Referenced by get_clip_value(), open_set_file(), and reload_set().
LiVESWidget* mainwindow::help_menu |
Definition at line 1408 of file mainwindow.h.
Referenced by set_colours().
lives_proc_thread_t mainwindow::helper_procthreads[N_HLP_PROCTHREADS] |
Definition at line 1800 of file mainwindow.h.
ulong mainwindow::hnd_id |
Definition at line 1070 of file mainwindow.h.
LiVESWidget* mainwindow::hruler |
Definition at line 1230 of file mainwindow.h.
Referenced by all_expose_overlay(), do_quick_switch(), fade_background(), lives_ce_update_timeline(), on_rewind_activate(), set_colours(), set_interactive(), show_lives(), show_playbar_labels(), switch_to_file(), and unfade_background().
LiVESWidget* mainwindow::hseparator |
Definition at line 1322 of file mainwindow.h.
Referenced by fade_background(), and unfade_background().
int mainwindow::idlemax |
Definition at line 1741 of file mainwindow.h.
Referenced by close_current_file(), resize_message_area(), resize_widgets_for_monitor(), and switch_to_file().
boolean mainwindow::ignore_clipswitch |
Definition at line 1023 of file mainwindow.h.
Referenced by weed_generator_end(), and weed_generator_start().
boolean mainwindow::ignore_screen_size |
applied during frame reconfig events
Definition at line 1745 of file mainwindow.h.
Referenced by catch_sigint(), config_event(), get_monitors(), and on_sepwin_activate().
char mainwindow::image_dir[PATH_MAX] |
Definition at line 734 of file mainwindow.h.
Referenced by save_frame().
LiVESPixbuf* mainwindow::imframe |
Definition at line 1102 of file mainwindow.h.
Referenced by make_preview_box(), mt_show_current_frame(), and multitrack_delete().
int mainwindow::img_concat_clip |
when opening multiple, image files can get concatenated here (prefs->concat_images)
Definition at line 1561 of file mainwindow.h.
Referenced by on_ok_file_open_clicked(), on_opensel_range_ok_clicked(), and on_utube_select().
LiVESWidget* mainwindow::import_proj |
Definition at line 1138 of file mainwindow.h.
Referenced by close_current_file(), desensitize(), and sensitize().
LiVESWidget* mainwindow::import_theme |
Definition at line 1140 of file mainwindow.h.
Referenced by sensitize().
LiVESPixbuf* mainwindow::imsep |
Definition at line 1104 of file mainwindow.h.
Referenced by pref_change_images().
volatile boolean mainwindow::in_fs_preview |
Definition at line 797 of file mainwindow.h.
Referenced by end_fs_preview().
LiVESWidget* mainwindow::info_menu |
Definition at line 1404 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::ins_silence |
Definition at line 1208 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::insert |
Definition at line 1150 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::insert_after |
Definition at line 880 of file mainwindow.h.
Referenced by create_insert_dialog().
double mainwindow::inst_fps |
Definition at line 781 of file mainwindow.h.
pthread_mutex_t mainwindow::instance_ref_mutex |
refcounting for instances
Definition at line 1504 of file mainwindow.h.
Referenced by _weed_instance_obtain(), _weed_instance_ref(), _weed_instance_unref(), and lives_exit().
LiVESWidget* mainwindow::int_audio_checkbutton |
Definition at line 1358 of file mainwindow.h.
Referenced by desensitize(), pref_factory_bool(), sensitize(), set_colours(), set_interactive(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
ulong mainwindow::int_audio_func |
Definition at line 1361 of file mainwindow.h.
boolean mainwindow::internal_messaging |
internal fx
set to indicate that frame processing progress values will be generated internally
Definition at line 1043 of file mainwindow.h.
Referenced by clip_can_reverse(), create_processing(), do_effect(), load_frame_image(), mt_show_current_frame(), on_back_pressed(), on_cancel_keep_button_clicked(), on_effects_paused(), on_faster_pressed(), on_forward_pressed(), on_less_pressed(), on_more_pressed(), on_prerender_aud_activate(), on_slower_pressed(), start_render_effect_events(), and switch_clip().
boolean mainwindow::invalid_clips |
Definition at line 1484 of file mainwindow.h.
LiVESIOChannel* mainwindow::iochan |
encoder text output
Definition at line 1605 of file mainwindow.h.
Referenced by create_processing(), create_text_window(), and on_effects_paused().
volatile boolean mainwindow::is_exiting |
set during shutdown (inverse of only_close then)
Definition at line 1440 of file mainwindow.h.
Referenced by backup_recording(), do_threaded_dialog(), end_threaded_dialog(), event_list_free_undos(), ext_triggers_poll(), filter_mutex_unlock(), lives_exit(), lives_system(), on_quit_activate(), save_frame_index(), and threaded_dialog_spin().
boolean mainwindow::is_generating |
Definition at line 1565 of file mainwindow.h.
Referenced by do_effect(), load_frame_image(), on_fx_pre_activate(), on_paramwindow_button_clicked(), and prep_audio_player().
boolean mainwindow::is_processing |
states
Definition at line 820 of file mainwindow.h.
Referenced by autolives_toggle(), clip_can_reverse(), close_current_file(), freeze_callback(), idle_choose_file_with_preview(), idle_choose_layout(), idle_choose_set(), idle_fx_enable(), idle_fx_setmode(), idle_insert_block(), idle_map_fx(), idle_move_block(), idle_mt_set_track(), idle_open_file(), idle_reload_layout(), idle_reload_set(), idle_remove_block(), idle_render_layout(), idle_save_layout(), idle_save_set(), idle_select_all(), idle_select_end(), idle_select_start(), idle_set_current_audio_time(), idle_set_current_time(), idle_set_if_mode(), idle_set_set_name(), idle_set_track_label(), idle_show_info(), idle_stop_playback(), idle_switch_clip(), idle_unmap_effects(), idle_unmap_fx(), idle_wipe_layout(), lives_exit(), nextclip_callback(), on_back_pressed(), on_faster_pressed(), on_forward_pressed(), on_less_pressed(), on_more_pressed(), on_prv_link_toggled(), on_recaudclip_ok_clicked(), on_slower_pressed(), on_volch_pressed(), play_sel(), prevclip_callback(), resize_message_area(), sensitize(), storeclip_callback(), swap_fg_bg_callback(), switch_clip(), switch_clip_activate(), update_sel_menu(), and weed_generator_start().
boolean mainwindow::is_ready |
Definition at line 787 of file mainwindow.h.
Referenced by choose_file(), close_current_file(), create_rename_dialog(), do_workdir_query(), get_plugin_result(), get_transient_full(), is_legal_set_name(), lives_ce_update_timeline(), lives_exit(), lives_set_cursor_style(), lives_system(), msg_area_config(), on_encoder_entry_changed(), on_multitrack_activate(), open_vid_playback_plugin(), reget_afilesize(), reset_message_area(), resize_widgets_for_monitor(), splash_end(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), switch_aud_to_sox(), threaded_dialog_spin(), and workdir_warning().
boolean mainwindow::is_rendering |
Definition at line 821 of file mainwindow.h.
Referenced by aud_lock_callback(), cconx_chain_data(), clip_can_reverse(), do_quick_switch(), find_when_to_stop(), get_audio_from_plugin(), get_interp_value(), get_player_size(), lives_get_current_playback_ticks(), load_frame_image(), mt_show_current_frame(), on_cancel_keep_button_clicked(), on_effects_paused(), on_prerender_aud_activate(), play_file(), play_sel(), preview_audio(), resize_message_area(), start_render_effect_events(), and weed_generator_end().
boolean mainwindow::jack_can_start |
Definition at line 934 of file mainwindow.h.
boolean mainwindow::jack_can_stop |
Definition at line 934 of file mainwindow.h.
Referenced by lives_get_current_playback_ticks(), on_pause_clicked(), and play_file().
void* mainwindow::jackd |
jack audio player / transport
dummy
Definition at line 1453 of file mainwindow.h.
Referenced by all_expose_overlay(), lives::prefs::audioPlayerRate(), calc_aframeno(), calc_new_playback_position(), changed_fps_during_pb(), event_list_add_end_events(), free_jack_audio_buffers(), freeze_callback(), get_stats_msg(), init_audio_frame_buffers(), init_jack_audio_buffers(), lives_exit(), lives_get_current_playback_ticks(), load_frame_image(), on_effects_paused(), on_loop_cont_activate(), on_mute_activate(), on_ping_pong_activate(), on_record_perf_activate(), on_stop_clicked(), on_vppa_ok_clicked(), open_ascrap_file(), pref_factory_string(), prep_audio_player(), preview_audio(), resync_audio(), sample_move_abuf_float(), start_audio_stream(), stop_audio_stream(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), switch_aud_to_sox(), and switch_audio_clip().
void* mainwindow::jackd_read |
dummy
Definition at line 1454 of file mainwindow.h.
Referenced by calc_aframeno(), create_processing(), init_audio_frame_buffers(), lives_exit(), lives_get_current_playback_ticks(), on_effects_paused(), on_record_perf_activate(), on_stop_clicked(), open_ascrap_file(), prepare_to_play_foreign(), preview_audio(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
uint32_t mainwindow::kb_timer |
Definition at line 1058 of file mainwindow.h.
Referenced by ext_triggers_poll().
boolean mainwindow::keep_pre |
set if previewed frames should be retained as processed frames (for rendered effects / generators)
Definition at line 1567 of file mainwindow.h.
Referenced by do_effect(), load_frame_image(), on_cancel_keep_button_clicked(), and on_paramwindow_button_clicked().
LiVESWidget* mainwindow::l1_tb |
Definition at line 1354 of file mainwindow.h.
Referenced by pref_factory_bool(), and set_colours().
LiVESWidget* mainwindow::l2_tb |
Definition at line 1355 of file mainwindow.h.
Referenced by pref_factory_bool(), and set_colours().
LiVESWidget* mainwindow::l3_tb |
Definition at line 1356 of file mainwindow.h.
Referenced by pref_factory_bool(), and set_colours().
int mainwindow::last_blend_file |
Definition at line 976 of file mainwindow.h.
ticks_t mainwindow::last_display_ticks |
Definition at line 1012 of file mainwindow.h.
int mainwindow::last_dprint_file |
message output settings
Definition at line 1535 of file mainwindow.h.
Referenced by d_print(), do_effect(), on_paste_as_new_activate(), and show_sync_callback().
uint32_t mainwindow::last_grabbable_effect |
Definition at line 869 of file mainwindow.h.
Referenced by grabkeys_callback(), rte_on_off_callback(), and weed_deinit_all().
ticks_t mainwindow::last_startticks |
effective ticks when lasty frame was (should have been) displayed
Definition at line 998 of file mainwindow.h.
boolean mainwindow::last_transition_align_start |
Definition at line 864 of file mainwindow.h.
Referenced by on_merge_activate(), and on_merge_cancel_clicked().
int mainwindow::last_transition_idx |
Definition at line 861 of file mainwindow.h.
Referenced by on_trans_method_changed().
boolean mainwindow::last_transition_ins_frames |
Definition at line 865 of file mainwindow.h.
Referenced by on_merge_activate(), and on_merge_cancel_clicked().
boolean mainwindow::last_transition_loop_to_fit |
Definition at line 863 of file mainwindow.h.
Referenced by on_merge_activate(), and on_merge_cancel_clicked().
int mainwindow::last_transition_loops |
Definition at line 862 of file mainwindow.h.
Referenced by on_merge_cancel_clicked().
LiVESWidget * mainwindow::laudbar |
Definition at line 1286 of file mainwindow.h.
Referenced by all_expose_overlay(), set_colours(), show_playbar_labels(), and switch_to_file().
LiVESWidget * mainwindow::laudio_draw |
Definition at line 1383 of file mainwindow.h.
Referenced by redraw_timeline(), and set_colours().
lives_painter_surface_t * mainwindow::laudio_drawable |
Definition at line 1386 of file mainwindow.h.
Referenced by all_expose_overlay(), close_current_file(), config_laud_draw(), do_quick_switch(), expose_laud_draw(), lives_exit(), redraw_timeline(), and switch_to_file().
LiVESTextBuffer* mainwindow::layout_textbuffer |
stores layout errors
Definition at line 1468 of file mainwindow.h.
Referenced by add_lmap_error(), clear_lmap_errors(), popup_lmap_errors(), and remove_current_from_affected_layouts().
uint32_t mainwindow::lazy |
Definition at line 1801 of file mainwindow.h.
ulong mainwindow::lb_func |
Definition at line 1077 of file mainwindow.h.
Referenced by pref_factory_bool().
LiVESWidget* mainwindow::ldg_menuitem |
Definition at line 1395 of file mainwindow.h.
boolean mainwindow::leave_files |
TRUE to leave clip files on disk even when closing (default FALSE)
Definition at line 751 of file mainwindow.h.
Referenced by catch_sigint(), and lives_exit().
boolean mainwindow::leave_recovery |
Definition at line 1482 of file mainwindow.h.
Referenced by catch_sigint(), lives_exit(), and on_quit_activate().
LiVESWidget* mainwindow::letter |
Definition at line 1181 of file mainwindow.h.
Referenced by pref_factory_bool().
pthread_t* mainwindow::libthread |
current read count. When this reaches abuffer_clients, we swap the read / write buffers
Definition at line 1702 of file mainwindow.h.
LiVESWidget* mainwindow::LiVES |
WIDGETS.
toplevel window
Definition at line 1093 of file mainwindow.h.
Referenced by resize_message_area().
LiVESWidget* mainwindow::load_audio |
Definition at line 1191 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::load_cdtrack |
Definition at line 1192 of file mainwindow.h.
Referenced by desensitize(), procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::load_subs |
Definition at line 1183 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::lock_selwidth |
Definition at line 1164 of file mainwindow.h.
Referenced by procw_desensitize(), and sensitize().
boolean mainwindow::lockstats |
Definition at line 1774 of file mainwindow.h.
Referenced by get_inst_fps(), and show_sync_callback().
int mainwindow::log_fd |
Definition at line 1629 of file mainwindow.h.
boolean mainwindow::loop |
Definition at line 763 of file mainwindow.h.
Referenced by _start_playback(), find_when_to_stop(), loop_callback(), on_loop_video_activate(), on_playclip_activate(), procw_desensitize(), and unlock_loop_lock().
volatile boolean mainwindow::loop_cont |
Definition at line 764 of file mainwindow.h.
Referenced by _start_playback(), find_when_to_stop(), on_loop_button_activate(), on_loop_cont_activate(), on_playclip_activate(), pref_factory_string(), prep_audio_player(), and unlock_loop_lock().
ulong mainwindow::loop_cont_func |
Definition at line 1071 of file mainwindow.h.
LiVESWidget* mainwindow::loop_continue |
Definition at line 1174 of file mainwindow.h.
Referenced by on_loop_button_activate(), on_playclip_activate(), procw_desensitize(), and sensitize().
boolean mainwindow::loop_locked |
Definition at line 769 of file mainwindow.h.
Referenced by dirchange_callback(), dirchange_lock_callback(), do_quick_switch(), fps_reset_callback(), storeclip_callback(), and unlock_loop_lock().
LiVESWidget* mainwindow::loop_ping_pong |
Definition at line 1175 of file mainwindow.h.
LiVESWidget* mainwindow::loop_video |
Definition at line 1173 of file mainwindow.h.
Referenced by desensitize(), loop_callback(), on_load_cdtrack_ok_clicked(), on_playclip_activate(), procw_desensitize(), and sensitize().
LiVESWidget * mainwindow::m_loopbutton |
Definition at line 1370 of file mainwindow.h.
Referenced by on_loop_cont_activate(), sensitize(), and set_interactive().
LiVESWidget * mainwindow::m_mutebutton |
Definition at line 1370 of file mainwindow.h.
Referenced by mt_sensitise(), on_mute_activate(), sensitize(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
LiVESWidget * mainwindow::m_playbutton |
Definition at line 1369 of file mainwindow.h.
Referenced by mt_sensitise(), mt_swap_play_pause(), on_load_audio_activate(), on_open_activate(), on_open_loc_activate(), on_open_sel_activate(), on_open_utube_activate(), on_open_vcd_activate(), procw_desensitize(), sensitize(), and set_interactive().
LiVESWidget * mainwindow::m_playselbutton |
Definition at line 1369 of file mainwindow.h.
Referenced by procw_desensitize(), and sensitize().
LiVESWidget * mainwindow::m_rewindbutton |
Definition at line 1369 of file mainwindow.h.
Referenced by mt_prepare_for_playback(), on_hrule_reset(), on_rewind_activate(), sensitize(), and set_interactive().
LiVESWidget* mainwindow::m_sepwinbutton |
Definition at line 1369 of file mainwindow.h.
Referenced by on_sepwin_activate(), and set_interactive().
LiVESWidget * mainwindow::m_stopbutton |
Definition at line 1369 of file mainwindow.h.
Referenced by on_stop_activate(), and set_interactive().
int mainwindow::max_textsize |
Definition at line 1794 of file mainwindow.h.
int mainwindow::mbar_res |
Definition at line 1733 of file mainwindow.h.
Referenced by resize().
boolean mainwindow::memok |
set to FALSE if a segfault is received, ie. we should assume all memory is corrupted and exit ASAP
Definition at line 1776 of file mainwindow.h.
Referenced by catch_sigint(), lives_exit(), and lives_invalidate_all_file_buffers().
LiVESWidget* mainwindow::menu_hbox |
Definition at line 1371 of file mainwindow.h.
Referenced by fade_background(), set_colours(), and unfade_background().
LiVESWidget* mainwindow::menubar |
Definition at line 1372 of file mainwindow.h.
Referenced by set_colours(), and set_interactive().
LiVESWidget* mainwindow::merge |
Definition at line 1152 of file mainwindow.h.
Referenced by desensitize(), sensitize(), and show_lives().
LiVESWidget* mainwindow::message_box |
Definition at line 1323 of file mainwindow.h.
Referenced by fade_background(), on_double_size_activate(), on_sepwin_activate(), reset_message_area(), set_colours(), and unfade_background().
lives_mgeometry_t* mainwindow::mgeom |
multi-head support
Definition at line 1576 of file mainwindow.h.
Referenced by get_border_size(), get_monitors(), get_play_screen_size(), get_window_stack_level(), get_wm_caps(), lives_message_dialog_new(), lives_widget_show_all(), lives_window_get_inner_size(), lives_window_set_monitor(), msg_area_config(), multitrack(), on_hrule_reset(), on_hrule_set(), on_hrule_update(), on_mouse_scroll(), on_mouse_sel_start(), on_mouse_sel_update(), on_timeline_press(), on_timeline_update(), on_track_release(), and prepare_to_play_foreign().
boolean mainwindow::midi_channel_lock |
Definition at line 1587 of file mainwindow.h.
LiVESWidget* mainwindow::midi_learn |
Definition at line 1187 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::midi_save |
Definition at line 1188 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::mouse_blocked |
Definition at line 1085 of file mainwindow.h.
Referenced by on_mouse_sel_reset(), and on_mouse_sel_start().
ulong mainwindow::mouse_fn1 |
Definition at line 1084 of file mainwindow.h.
Referenced by on_mouse_sel_reset(), and on_mouse_sel_start().
char mainwindow::msg[MAINW_MSG_SIZE] |
Definition at line 724 of file mainwindow.h.
Referenced by add_file_info(), check_backend_return(), check_for_lock_file(), clear_mainw_msg(), do_auto_dialog(), do_effect(), get_handle_from_info_file(), get_md5sum(), handle_backend_errors(), load_rfx_preview(), on_cancel_keep_button_clicked(), on_capture_activate(), on_encoder_entry_changed(), on_import_proj_activate(), on_load_cdtrack_ok_clicked(), on_render_activate(), on_utube_select(), realfx_progress(), reload_set(), script_to_rfxbuilder(), and start_render_effect_events().
LiVESAdjustment* mainwindow::msg_adj |
Definition at line 1326 of file mainwindow.h.
Referenced by d_print(), pref_factory_int(), pref_factory_string_choice(), and resize_message_area().
LiVESWidget* mainwindow::msg_area |
Definition at line 1324 of file mainwindow.h.
Referenced by all_config(), d_print(), pref_factory_int(), pref_factory_string_choice(), reset_message_area(), and resize_message_area().
boolean mainwindow::msg_area_configed |
Definition at line 1443 of file mainwindow.h.
Referenced by config_event2(), and resize_message_area().
weed_plant_t* mainwindow::msg_list |
Definition at line 1729 of file mainwindow.h.
Referenced by get_nth_info_message().
LiVESWidget* mainwindow::msg_scrollbar |
Definition at line 1325 of file mainwindow.h.
Referenced by reset_message_area(), and set_colours().
lives_painter_surface_t* mainwindow::msg_surface |
Definition at line 1328 of file mainwindow.h.
Referenced by reshow_msg_area().
LiVESWidget* mainwindow::mt_menu |
Definition at line 1243 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::mt_needs_idlefunc |
set if we need to re-add the idlefunc for autobackup
Definition at line 1088 of file mainwindow.h.
Referenced by on_cancel_opensel_clicked(), on_capture_activate(), on_cleardisk_activate(), on_close_activate(), on_lerrors_clear_clicked(), on_lerrors_delete_clicked(), on_load_audio_activate(), on_load_cdtrack_ok_clicked(), on_load_set_activate(), on_load_vcd_ok_clicked(), on_open_activate(), on_open_loc_activate(), on_open_sel_activate(), on_open_utube_activate(), on_open_vcd_activate(), on_opensel_range_ok_clicked(), on_quit_activate(), on_save_textview_clicked(), and reload_set().
mt_opts mainwindow::multi_opts |
some multitrack options that survive between mt calls
Definition at line 1492 of file mainwindow.h.
Referenced by lives_exit(), and multitrack().
lives_mt* mainwindow::multitrack |
holds a pointer to the entire multitrack environment; NULL in Clip Edit mode
Definition at line 1087 of file mainwindow.h.
Referenced by _start_playback(), add_lmap_error(), add_rfx_effects2(), add_to_playframe(), add_to_recovery_file(), after_foreign_play(), after_param_text_focus_changed(), all_config(), aud_lock_callback(), autolives_toggle(), catch_sigint(), clear_lmap_errors(), close_current_file(), create_cds_dialog(), create_processing(), create_resaudw(), d_print(), del_current_set(), delete_event(), desensitize(), do_effect(), do_quick_switch(), drag_from_outside(), draw_cool_toggle(), enabled_in_channels(), fill_abuffer_from(), find_when_to_stop(), fps_reset_callback(), frame_context(), freeze_callback(), get_audio_and_effects_state_at(), get_interp_value(), get_player_size(), idle_choose_file_with_preview(), idle_choose_layout(), idle_choose_set(), idle_fx_enable(), idle_fx_setmode(), idle_insert_block(), idle_insert_vtrack(), idle_map_fx(), idle_move_block(), idle_mt_set_track(), idle_open_file(), idle_reload_layout(), idle_reload_set(), idle_remove_block(), idle_render_layout(), idle_save_layout(), idle_save_set(), idle_select_all(), idle_select_end(), idle_select_start(), idle_set_current_audio_time(), idle_set_current_fps(), idle_set_current_frame(), idle_set_current_time(), idle_set_if_mode(), idle_set_pref_bitmapped(), idle_set_pref_bool(), idle_set_pref_int(), idle_set_set_name(), idle_set_track_label(), idle_show_info(), idle_switch_clip(), idle_unmap_effects(), idle_unmap_fx(), idle_wipe_layout(), lazy_startup_checks(), lives_ce_update_timeline(), lives_exit(), lives_get_current_playback_ticks(), lives_set_cursor_style(), lives_system(), msg_area_config(), mt_auto_backup(), mt_idle_show_current_frame(), mt_memory_free(), mt_set_autotrans(), multitrack(), nervous_callback(), on_camquit_clicked(), on_cancel_keep_button_clicked(), on_cancel_opensel_clicked(), on_capture_activate(), on_close_activate(), on_double_size_activate(), on_effects_paused(), on_erase_subs_activate(), on_export_proj_activate(), on_fade_activate(), on_filechooser_cancel_clicked(), on_full_screen_pressed(), on_fx_pre_activate(), on_lerrors_clear_clicked(), on_lerrors_delete_clicked(), on_load_audio_activate(), on_load_set_activate(), on_load_subs_activate(), on_loop_button_activate(), on_mute_button_activate(), on_open_activate(), on_open_fw_activate(), on_open_loc_activate(), on_open_new_audio_clicked(), on_open_sel_activate(), on_open_utube_activate(), on_open_vcd_activate(), on_paramwindow_button_clicked(), on_playclip_activate(), on_prefs_close_clicked(), on_quit_activate(), on_recaudclip_ok_clicked(), on_record_perf_activate(), on_resample_vid_ok(), on_rewind_activate(), on_sepwin_activate(), on_sepwin_pressed(), on_showsubs_toggled(), on_stop_activate(), on_toy_activate(), on_undo_activate(), on_utube_select(), play_all(), play_file(), play_window_set_title(), pref_change_colours(), pref_change_images(), pref_change_xcolours(), pref_factory_bool(), pref_factory_int(), pref_factory_string_choice(), prep_audio_player(), procw_desensitize(), recover_layout(), reget_afilesize(), reload_clip(), reload_set(), remove_layout_files(), render_audio_segment(), render_choice_idle(), render_events(), render_to_clip(), replace_event(), reset_message_area(), resize(), resize_widgets_for_monitor(), resync_audio(), rewrite_recovery_file(), sensitize(), set_interactive(), set_sel_label(), splash_end(), switch_clip(), switch_to_file(), transition_add_in_out(), unfade_background(), update_rfx_menus(), update_sel_menu(), update_visual_params(), update_weed_color_value(), weed_generator_end(), and weed_reinit_effect().
boolean mainwindow::mute |
Definition at line 770 of file mainwindow.h.
Referenced by event_list_add_end_events(), freeze_callback(), load_frame_image(), make_preview_box(), mute_audio_callback(), on_mute_activate(), on_mute_button_activate(), and procw_desensitize().
LiVESWidget* mainwindow::mute_audio |
Definition at line 1177 of file mainwindow.h.
Referenced by desensitize(), mute_audio_callback(), on_mute_button_activate(), procw_desensitize(), sensitize(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
ulong mainwindow::mute_audio_func |
Definition at line 1072 of file mainwindow.h.
int mainwindow::n_messages |
Definition at line 1731 of file mainwindow.h.
Referenced by get_nth_info_message(), and pref_factory_int().
int mainwindow::n_screen_areas |
Definition at line 1684 of file mainwindow.h.
int mainwindow::ncbstores |
Definition at line 1781 of file mainwindow.h.
Referenced by init_clipboard().
boolean mainwindow::nervous |
some VJ effects / toys
Definition at line 849 of file mainwindow.h.
Referenced by load_frame_image(), and nervous_callback().
int mainwindow::new_blend_file |
Definition at line 976 of file mainwindow.h.
Referenced by weed_generator_end().
int mainwindow::new_clip |
clip we should switch to during playback; switch will happen at the designated SWITCH POINT
Definition at line 1022 of file mainwindow.h.
Referenced by close_current_file(), do_quick_switch(), nextclip_callback(), prevclip_callback(), swap_fg_bg_callback(), switch_clip(), and switch_to_file().
LiVESList* mainwindow::new_lmap_errors |
Definition at line 815 of file mainwindow.h.
Referenced by buffer_lmap_error(), and unbuffer_lmap_errors().
const char* mainwindow::new_vpp |
Definition at line 1573 of file mainwindow.h.
Referenced by open_vid_playback_plugin().
uint64_t mainwindow::next_ds_warn_level |
current disk space warning level for the tempdir
Definition at line 1666 of file mainwindow.h.
Referenced by check_storage_space(), on_cleardisk_activate(), and on_utube_select().
int mainwindow::next_free_alarm |
Definition at line 1640 of file mainwindow.h.
Referenced by d_print_urgency(), lives_alarm_clear(), and lives_alarm_set().
int mainwindow::nfonts |
Definition at line 1621 of file mainwindow.h.
boolean mainwindow::no_configs |
Definition at line 1803 of file mainwindow.h.
Referenced by all_config(), and mt_clear_timeline().
boolean mainwindow::no_context_update |
may be set temporarily to block wodget context updates
Definition at line 1726 of file mainwindow.h.
Referenced by create_rte_window(), and switch_to_file().
boolean mainwindow::no_exit |
if TRUE, do not exit after saving set
Definition at line 1490 of file mainwindow.h.
Referenced by do_save_clipset_warn(), on_export_proj_activate(), and on_quit_activate().
boolean mainwindow::no_expose |
Definition at line 1727 of file mainwindow.h.
boolean mainwindow::no_interp |
block interpolation (for single frame previews)
Definition at line 1551 of file mainwindow.h.
Referenced by activate_mt_preview().
boolean mainwindow::no_switch_dprint |
Definition at line 1536 of file mainwindow.h.
Referenced by d_print(), do_effect(), load_event_list(), on_paste_as_new_activate(), on_recaudclip_ok_clicked(), on_redo_activate(), on_undo_activate(), on_utube_select(), resample_clipboard(), and show_sync_callback().
char* mainwindow::none_string |
localised text saying "None", for playback plugin name, etc.
Definition at line 1541 of file mainwindow.h.
LiVESWidget* mainwindow::normalize_audio |
Definition at line 1201 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::noswitch |
value set automatically to prevent 'inopportune' clip switching
Definition at line 1019 of file mainwindow.h.
Referenced by _start_playback(), do_quick_switch(), open_vid_playback_plugin(), play_file(), and render_choice_idle().
int mainwindow::num_rendered_effects_builtin |
Definition at line 856 of file mainwindow.h.
Referenced by add_rfx_effects(), desensitize(), find_rfx_plugin_by_name(), rfx_free_all(), and sensitize_rfx().
int mainwindow::num_rendered_effects_custom |
Definition at line 857 of file mainwindow.h.
Referenced by add_rfx_effects(), desensitize(), find_rfx_plugin_by_name(), rfx_free_all(), sensitize_rfx(), and update_rfx_menus().
int mainwindow::num_rendered_effects_test |
Definition at line 858 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), desensitize(), find_rfx_plugin_by_name(), rfx_free_all(), sensitize_rfx(), and update_rfx_menus().
int mainwindow::num_sets |
Definition at line 752 of file mainwindow.h.
Referenced by create_rename_dialog(), and on_load_set_activate().
int mainwindow::num_tr_applied |
number of transitions active
Definition at line 871 of file mainwindow.h.
Referenced by do_effect(), get_blend_layer(), swap_fg_bg_callback(), switch_clip(), and weed_generator_start().
int mainwindow::num_tracks |
Definition at line 1430 of file mainwindow.h.
Referenced by load_frame_image(), and render_events().
ticks_t mainwindow::offsetticks |
offset for multitrack playback start
Definition at line 1002 of file mainwindow.h.
int mainwindow::old_active_track_list[MAX_TRACKS] |
Definition at line 1692 of file mainwindow.h.
Referenced by init_track_decoders(), load_frame_image(), and render_events().
int mainwindow::old_scr_height |
Definition at line 903 of file mainwindow.h.
int mainwindow::old_scr_width |
Definition at line 903 of file mainwindow.h.
char* mainwindow::old_vhash |
Definition at line 1758 of file mainwindow.h.
Referenced by startup_message_fatal().
boolean mainwindow::oloop |
Definition at line 766 of file mainwindow.h.
Referenced by _start_playback(), and unlock_loop_lock().
boolean mainwindow::oloop_cont |
Definition at line 767 of file mainwindow.h.
Referenced by _start_playback(), on_playclip_activate(), and unlock_loop_lock().
boolean mainwindow::only_close |
only close clips - do not exit
Definition at line 1439 of file mainwindow.h.
Referenced by catch_sigint(), close_current_file(), create_cds_dialog(), del_current_set(), do_save_clipset_warn(), lives_exit(), on_quit_activate(), and switch_to_file().
LiVESWidget* mainwindow::open |
menus
Definition at line 1107 of file mainwindow.h.
Referenced by desensitize(), drag_from_outside(), and sensitize().
boolean mainwindow::open_deint |
Definition at line 907 of file mainwindow.h.
Referenced by get_deinterlace_string(), on_live_fw_activate(), and on_live_tvcard_activate().
LiVESWidget* mainwindow::open_device_menu |
Definition at line 1120 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::open_device_submenu |
Definition at line 1121 of file mainwindow.h.
LiVESWidget* mainwindow::open_dvd |
Definition at line 1112 of file mainwindow.h.
LiVESWidget* mainwindow::open_firewire |
Definition at line 1122 of file mainwindow.h.
LiVESWidget* mainwindow::open_hfirewire |
Definition at line 1123 of file mainwindow.h.
LiVESWidget* mainwindow::open_lives2lives |
Definition at line 1118 of file mainwindow.h.
Referenced by lives2lives_read_stream(), and procw_desensitize().
LiVESWidget* mainwindow::open_loc |
Definition at line 1113 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::open_loc_menu |
Definition at line 1115 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::open_loc_submenu |
Definition at line 1116 of file mainwindow.h.
LiVESWidget* mainwindow::open_sel |
Definition at line 1108 of file mainwindow.h.
Referenced by desensitize(), on_cancel_opensel_clicked(), and sensitize().
LiVESWidget* mainwindow::open_utube |
Definition at line 1114 of file mainwindow.h.
LiVESWidget* mainwindow::open_vcd |
Definition at line 1111 of file mainwindow.h.
LiVESWidget* mainwindow::open_vcd_menu |
Definition at line 1109 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::open_vcd_submenu |
Definition at line 1110 of file mainwindow.h.
LiVESWidget* mainwindow::open_yuv4m |
Definition at line 1117 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
frames_t mainwindow::opening_frames |
count of frames so far opened, updated after preview (currently)
Definition at line 1546 of file mainwindow.h.
boolean mainwindow::opening_loc |
opening location (streaming)
Definition at line 790 of file mainwindow.h.
Referenced by load_frame_image().
boolean mainwindow::opening_multi |
flag to indicate multiple file selection
Definition at line 1555 of file mainwindow.h.
boolean mainwindow::oping_pong |
Definition at line 768 of file mainwindow.h.
Referenced by unlock_loop_lock().
LiVESTextView* mainwindow::optextview |
Definition at line 1606 of file mainwindow.h.
Referenced by create_processing(), on_details_button_clicked(), and pump_io_chan().
int mainwindow::opwx |
Definition at line 1375 of file mainwindow.h.
Referenced by on_double_size_activate().
int mainwindow::opwy |
Definition at line 1375 of file mainwindow.h.
Referenced by on_double_size_activate().
ticks_t mainwindow::orignsecs |
usecs at start of playback - ditto
Definition at line 1001 of file mainwindow.h.
Referenced by aud_lock_callback(), avsync_force(), changed_fps_during_pb(), load_frame_image(), on_effects_paused(), and resync_audio().
ticks_t mainwindow::origsecs |
playback start seconds - subtracted from all other ticks to keep numbers smaller
Definition at line 1000 of file mainwindow.h.
Referenced by aud_lock_callback(), avsync_force(), changed_fps_during_pb(), load_frame_image(), on_effects_paused(), and resync_audio().
int mainwindow::osc_auto |
bypass user choices automatically
Definition at line 918 of file mainwindow.h.
Referenced by _start_playback(), check_for_lock_file(), do_std_checks(), on_save_set_activate(), and play_all().
boolean mainwindow::osc_block |
TODO - make this a mutex and more finely grained : things we need to block are (clip switches, clip closure, effects on/off, etc) this field may even be totally / partially redundant now since mainw->noswitch has been re-implemented combined with filter_mutex_lock()
Definition at line 916 of file mainwindow.h.
Referenced by do_quick_switch(), grabkeys_callback(), on_redo_activate(), on_undo_activate(), rte_keymode_get_instance(), rte_on_off_callback(), switch_clip(), weed_deinit_all(), and weed_reinit_all().
float mainwindow::osc_enc_fps |
Definition at line 922 of file mainwindow.h.
int mainwindow::osc_enc_height |
Definition at line 921 of file mainwindow.h.
int mainwindow::osc_enc_width |
encode width, height and fps set externally
Definition at line 921 of file mainwindow.h.
lives_alarm_t mainwindow::overlay_alarm |
Definition at line 1646 of file mainwindow.h.
Referenced by d_print_overlay().
char* mainwindow::overlay_msg |
Definition at line 1644 of file mainwindow.h.
Referenced by d_print_overlay(), and show_sync_callback().
LiVESWidget * mainwindow::p_loopbutton |
Definition at line 1379 of file mainwindow.h.
Referenced by make_preview_box(), on_loop_cont_activate(), and sensitize().
LiVESWidget* mainwindow::p_mute_img |
Definition at line 1380 of file mainwindow.h.
Referenced by make_preview_box().
LiVESWidget * mainwindow::p_mutebutton |
Definition at line 1379 of file mainwindow.h.
Referenced by make_preview_box(), on_mute_activate(), sensitize(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
LiVESWidget* mainwindow::p_playbutton |
Definition at line 1379 of file mainwindow.h.
Referenced by make_preview_box(), procw_desensitize(), and sensitize().
LiVESWidget * mainwindow::p_playselbutton |
Definition at line 1379 of file mainwindow.h.
Referenced by make_preview_box(), procw_desensitize(), and sensitize().
LiVESWidget * mainwindow::p_rewindbutton |
Definition at line 1379 of file mainwindow.h.
Referenced by make_preview_box(), on_hrule_reset(), and sensitize().
LiVESWidget* mainwindow::paste_as_new |
Definition at line 1151 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
ulong mainwindow::pb_fps_func |
Definition at line 1063 of file mainwindow.h.
Referenced by fps_reset_callback(), and lives_ce_update_timeline().
void** * mainwindow::pchains |
Definition at line 1301 of file mainwindow.h.
Referenced by load_frame_image().
lives_pconnect_t* mainwindow::pconx |
list of out -> in param connections
Definition at line 1668 of file mainwindow.h.
Referenced by end_override_if_activate_output(), get_audio_from_plugin(), override_if_active_input(), pconx_chain_data_omc(), pconx_delete(), pconx_delete_all(), pconx_list(), and pconx_remap_mode().
double mainwindow::period |
timing variables
== 1./cfile->pb_fps (unless cfile->pb_fps is 0.)
Definition at line 996 of file mainwindow.h.
Referenced by changed_fps_during_pb(), and freeze_callback().
lives_permmgr_t* mainwindow::permmgr |
Definition at line 1795 of file mainwindow.h.
Referenced by ask_permission_dialog_complex(), on_open_utube_activate(), and on_utube_select().
LiVESWidget* mainwindow::pf_grid |
Definition at line 1101 of file mainwindow.h.
Referenced by on_double_size_activate(), on_sepwin_activate(), resize(), and set_colours().
int mainwindow::pheight |
playback height
Definition at line 927 of file mainwindow.h.
Referenced by get_player_size(), make_preview_box(), on_sepwin_activate(), on_vppa_ok_clicked(), play_window_set_title(), and prepare_to_play_foreign().
lives_painter_surface_t * mainwindow::pi_surface |
Definition at line 1318 of file mainwindow.h.
Referenced by make_preview_box().
volatile boolean mainwindow::ping_pong |
Definition at line 765 of file mainwindow.h.
Referenced by calc_new_playback_position(), dirchange_callback(), on_loop_cont_activate(), on_ping_pong_activate(), pref_factory_string(), switch_audio_clip(), and unlock_loop_lock().
LiVESWidget* mainwindow::pl_eventbox |
Definition at line 1100 of file mainwindow.h.
Referenced by resize(), and set_colours().
frames_t mainwindow::play_end |
Definition at line 931 of file mainwindow.h.
Referenced by _start_playback(), do_quick_switch(), on_playclip_activate(), play_all(), play_sel(), prepare_to_play_foreign(), preview_audio(), unlock_loop_lock(), and weed_generator_start().
LiVESWidget* mainwindow::play_image |
Definition at line 946 of file mainwindow.h.
Referenced by add_to_playframe(), all_config(), do_quick_switch(), fade_background(), get_player_size(), mt_idle_show_current_frame(), mt_show_current_frame(), on_sepwin_activate(), reset_mt_play_sizes(), resize(), and set_colours().
LiVESWidget* mainwindow::play_menu |
Definition at line 1400 of file mainwindow.h.
Referenced by set_colours().
int mainwindow::play_sequence |
currticks when last display was shown (used for fixed fps)
incremented for each playback
Definition at line 1013 of file mainwindow.h.
Referenced by do_quick_switch(), and get_stats_msg().
frames_t mainwindow::play_start |
Definition at line 931 of file mainwindow.h.
Referenced by _start_playback(), event_list_close_gaps(), find_when_to_stop(), on_playclip_activate(), play_all(), play_sel(), prep_audio_player(), prepare_to_play_foreign(), preview_audio(), unlock_loop_lock(), and weed_generator_start().
lives_painter_surface_t* mainwindow::play_surface |
Definition at line 950 of file mainwindow.h.
Referenced by add_to_playframe(), do_quick_switch(), fade_background(), mt_show_current_frame(), on_sepwin_activate(), and resize().
LiVESWidget* mainwindow::play_window |
Definition at line 947 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), do_quick_switch(), get_player_size(), lives_ce_update_timeline(), make_preview_box(), mt_show_current_frame(), on_double_size_activate(), on_fade_activate(), on_fade_pressed(), on_node_spin_value_changed(), on_sepwin_activate(), on_showfct_activate(), on_showsubs_toggled(), on_vppa_ok_clicked(), play_window_set_title(), pref_factory_int(), procw_desensitize(), resize_widgets_for_monitor(), sensitize(), set_main_title(), switch_aud_to_pulse(), switch_to_file(), and vid_playback_plugin_exit().
LiVESWidget* mainwindow::playall |
Definition at line 1166 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::playarea |
Definition at line 1321 of file mainwindow.h.
Referenced by add_to_playframe(), mt_post_playback(), mt_show_current_frame(), on_sepwin_activate(), prepare_to_play_foreign(), and resize().
LiVESWidget* mainwindow::playclip |
Definition at line 1168 of file mainwindow.h.
Referenced by desensitize(), on_loop_cont_activate(), on_loop_video_activate(), and sensitize().
LiVESWidget* mainwindow::playframe |
Definition at line 1098 of file mainwindow.h.
Referenced by add_to_playframe(), close_current_file(), fade_background(), on_sepwin_activate(), prepare_to_play_foreign(), resize(), set_colours(), show_lives(), and unfade_background().
int mainwindow::playing_file |
which number file we are playing (or -1) [generally mainw->current_file]
Definition at line 943 of file mainwindow.h.
Referenced by calc_new_playback_position(), close_current_file(), do_quick_switch(), freeze_callback(), idle_set_current_audio_time(), idle_set_set_name(), load_frame_image(), nextclip_callback(), prevclip_callback(), preview_audio(), start_player(), storeclip_callback(), swap_fg_bg_callback(), switch_audio_clip(), switch_clip(), and weed_init_effect().
boolean mainwindow::playing_sel |
list of set names in current workdir, mau be NULL
Definition at line 756 of file mainwindow.h.
Referenced by do_quick_switch(), on_playclip_activate(), play_all(), play_sel(), prep_audio_player(), and preview_audio().
LiVESWidget* mainwindow::playsel |
Definition at line 1167 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::plug |
Definition at line 1099 of file mainwindow.h.
Referenced by add_to_playframe(), mt_show_current_frame(), and set_colours().
boolean mainwindow::pr_audio |
Definition at line 1812 of file mainwindow.h.
weed_layer_t * mainwindow::pr_fcache |
Definition at line 1785 of file mainwindow.h.
Referenced by close_current_file().
int mainwindow::pre_play_file |
the current file before playback started
Definition at line 973 of file mainwindow.h.
Referenced by _start_playback(), on_playclip_activate(), and play_file().
int mainwindow::pre_src_audio_file |
audio file we were playing before any ext input started
Definition at line 972 of file mainwindow.h.
Referenced by play_file().
int mainwindow::pre_src_file |
video file we were playing before any ext input started
Definition at line 971 of file mainwindow.h.
Referenced by do_effect(), on_fx_pre_activate(), on_paramwindow_button_clicked(), play_file(), render_to_clip(), swap_fg_bg_callback(), weed_generator_end(), and weed_generator_start().
int mainwindow::pred_clip |
Definition at line 956 of file mainwindow.h.
Referenced by load_frame_image().
frames64_t mainwindow::pred_frame |
Definition at line 955 of file mainwindow.h.
Referenced by load_frame_image().
LiVESWidget* mainwindow::preferences |
Definition at line 1215 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESList* mainwindow::prefs_cache |
file caches
cache of preferences, used during startup phase
Definition at line 1517 of file mainwindow.h.
Referenced by reload_clip().
int mainwindow::prefs_changed |
Definition at line 894 of file mainwindow.h.
Referenced by on_prefs_apply_clicked().
boolean mainwindow::prefs_need_restart |
Definition at line 895 of file mainwindow.h.
Referenced by create_prefs_dialog(), on_prefs_apply_clicked(), and on_prefs_close_clicked().
boolean mainwindow::pretty_colours |
Definition at line 1796 of file mainwindow.h.
Referenced by create_prefs_dialog(), lives_standard_frame_new(), lives_standard_hpaned_new(), lives_standard_hscale_new(), lives_standard_hseparator_new(), lives_standard_text_view_new(), lives_standard_vpaned_new(), lives_standard_vseparator_new(), set_colours(), and set_mt_colours().
boolean mainwindow::preview |
Definition at line 757 of file mainwindow.h.
Referenced by all_expose_overlay(), aud_lock_callback(), autolives_toggle(), clip_can_reverse(), close_current_file(), do_quick_switch(), find_when_to_stop(), get_audio_from_plugin(), get_player_size(), idle_choose_file_with_preview(), idle_choose_layout(), idle_choose_set(), idle_fx_enable(), idle_fx_setmode(), idle_insert_block(), idle_map_fx(), idle_move_block(), idle_mt_set_track(), idle_open_file(), idle_reload_layout(), idle_reload_set(), idle_remove_block(), idle_render_layout(), idle_save_layout(), idle_save_set(), idle_select_all(), idle_select_end(), idle_select_start(), idle_set_current_audio_time(), idle_set_current_time(), idle_set_if_mode(), idle_set_pref_bitmapped(), idle_set_pref_bool(), idle_set_pref_int(), idle_set_set_name(), idle_set_track_label(), idle_show_info(), idle_switch_clip(), idle_unmap_effects(), idle_unmap_fx(), idle_wipe_layout(), load_frame_image(), nextclip_callback(), on_cancel_keep_button_clicked(), on_effects_paused(), on_sepwin_activate(), on_volch_pressed(), play_file(), play_sel(), prevclip_callback(), preview_audio(), procw_desensitize(), storeclip_callback(), swap_fg_bg_callback(), switch_audio_clip(), switch_clip(), switch_clip_activate(), unfade_background(), and weed_generator_start().
LiVESWidget* mainwindow::preview_box |
Definition at line 1304 of file mainwindow.h.
Referenced by make_preview_box(), on_hrule_reset(), on_loop_cont_activate(), on_mute_activate(), pref_change_colours(), pref_change_images(), procw_desensitize(), sensitize(), set_preview_box_colours(), switch_aud_to_none(), and switch_to_file().
LiVESWidget* mainwindow::preview_controls |
Definition at line 1378 of file mainwindow.h.
Referenced by make_preview_box(), and switch_to_file().
int mainwindow::preview_frame |
Definition at line 1309 of file mainwindow.h.
Referenced by close_current_file(), frame_context(), lives_ce_update_timeline(), on_preview_spinbutton_changed(), and switch_to_file().
LiVESWidget* mainwindow::preview_hbox |
Definition at line 1308 of file mainwindow.h.
Referenced by make_preview_box(), and set_preview_box_colours().
LiVESWidget* mainwindow::preview_image |
Definition at line 1305 of file mainwindow.h.
Referenced by all_config(), make_preview_box(), and set_preview_box_colours().
boolean mainwindow::preview_rendering |
Definition at line 758 of file mainwindow.h.
Referenced by get_interp_value(), and load_frame_image().
boolean mainwindow::preview_req |
Definition at line 1024 of file mainwindow.h.
LiVESWidget* mainwindow::preview_scale |
Definition at line 1307 of file mainwindow.h.
Referenced by make_preview_box().
ulong mainwindow::preview_spin_func |
Definition at line 1310 of file mainwindow.h.
Referenced by make_preview_box(), and on_preview_spinbutton_changed().
LiVESWidget* mainwindow::preview_spinbutton |
Definition at line 1306 of file mainwindow.h.
Referenced by make_preview_box(), on_preview_spinbutton_changed(), on_prv_link_toggled(), procw_desensitize(), sensitize(), and switch_to_file().
xprocess* mainwindow::proc_ptr |
Definition at line 1090 of file mainwindow.h.
Referenced by after_foreign_play(), check_storage_space(), do_auto_dialog(), idle_cancel_proc(), load_frame_image(), on_cancel_keep_button_clicked(), on_effects_paused(), on_playsel_activate(), on_stop_clicked(), play_all(), pump_io_chan(), set_interactive(), switch_to_file(), threaded_dialog_push(), and threaded_dialog_spin().
lives_render_error_t(* mainwindow::progress_fn) (boolean reset) |
Definition at line 1044 of file mainwindow.h.
Referenced by start_render_effect_events().
char mainwindow::proj_load_dir[PATH_MAX] |
Definition at line 735 of file mainwindow.h.
char mainwindow::proj_save_dir[PATH_MAX] |
Definition at line 736 of file mainwindow.h.
LiVESWidget* mainwindow::promote_test_rfx |
for future use
Definition at line 1251 of file mainwindow.h.
Referenced by rfxbuilder_to_script(), and update_rfx_menus().
int mainwindow::prv_link |
Definition at line 1311 of file mainwindow.h.
Referenced by lives_ce_update_timeline(), make_preview_box(), on_prv_link_toggled(), procw_desensitize(), and sensitize().
int mainwindow::ptr_x |
Definition at line 776 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), lives_exit(), on_vppa_ok_clicked(), and vid_playback_plugin_exit().
int mainwindow::ptr_y |
Definition at line 776 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), lives_exit(), on_vppa_ok_clicked(), and vid_playback_plugin_exit().
double mainwindow::ptrtime |
Definition at line 899 of file mainwindow.h.
Referenced by all_expose_overlay(), on_hrule_set(), on_rewind_activate(), and switch_to_file().
void* mainwindow::pulsed |
pulseaudio player
Definition at line 1463 of file mainwindow.h.
Referenced by all_expose_overlay(), lives::prefs::audioPlayerRate(), calc_aframeno(), calc_new_playback_position(), changed_fps_during_pb(), event_list_add_end_events(), free_pulse_audio_buffers(), freeze_callback(), get_stats_msg(), init_audio_frame_buffers(), init_pulse_audio_buffers(), lives_exit(), lives_get_current_playback_ticks(), load_frame_image(), on_effects_paused(), on_loop_cont_activate(), on_mute_activate(), on_ping_pong_activate(), on_record_perf_activate(), on_stop_clicked(), on_vppa_ok_clicked(), open_ascrap_file(), pref_factory_string(), prep_audio_player(), preview_audio(), resync_audio(), sample_move_abuf_int16(), start_audio_stream(), stop_audio_stream(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), switch_aud_to_sox(), and switch_audio_clip().
void* mainwindow::pulsed_read |
Definition at line 1464 of file mainwindow.h.
Referenced by calc_aframeno(), create_processing(), do_auto_dialog(), init_audio_frame_buffers(), lives_exit(), lives_get_current_playback_ticks(), on_effects_paused(), on_record_perf_activate(), on_stop_clicked(), open_ascrap_file(), prepare_to_play_foreign(), preview_audio(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
ulong mainwindow::pw_scroll_func |
Definition at line 1442 of file mainwindow.h.
Referenced by on_sepwin_activate().
int mainwindow::pwidth |
PLAYBACK.
playback width in RGB pixels
Definition at line 926 of file mainwindow.h.
Referenced by get_player_size(), make_preview_box(), on_sepwin_activate(), on_vppa_ok_clicked(), play_window_set_title(), and prepare_to_play_foreign().
lives_painter_surface_t* mainwindow::pwin_surface |
Definition at line 951 of file mainwindow.h.
LiVESWidget* mainwindow::quit |
Definition at line 1145 of file mainwindow.h.
LiVESWidget * mainwindow::raudbar |
Definition at line 1286 of file mainwindow.h.
Referenced by all_expose_overlay(), set_colours(), show_playbar_labels(), and switch_to_file().
LiVESWidget * mainwindow::raudio_draw |
Definition at line 1383 of file mainwindow.h.
Referenced by redraw_timeline(), and set_colours().
lives_painter_surface_t * mainwindow::raudio_drawable |
Definition at line 1386 of file mainwindow.h.
Referenced by all_expose_overlay(), close_current_file(), config_raud_draw(), do_quick_switch(), expose_raud_draw(), lives_exit(), redraw_timeline(), and switch_to_file().
int mainwindow::rec_achans |
Definition at line 1532 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
volatile int mainwindow::rec_aclip |
recording values - to be inserted at the following video frame
Definition at line 967 of file mainwindow.h.
Referenced by event_list_add_end_events(), load_frame_image(), on_record_perf_activate(), play_file(), and switch_audio_clip().
int mainwindow::rec_arate |
Definition at line 1532 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
int mainwindow::rec_asamps |
Definition at line 1532 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
volatile double mainwindow::rec_aseek |
Definition at line 969 of file mainwindow.h.
Referenced by event_list_add_end_events(), load_frame_image(), on_record_perf_activate(), and switch_audio_clip().
volatile double mainwindow::rec_avel |
Definition at line 968 of file mainwindow.h.
Referenced by load_frame_image(), on_record_perf_activate(), and switch_audio_clip().
double mainwindow::rec_end_time |
Definition at line 1526 of file mainwindow.h.
Referenced by create_resaudw(), do_auto_dialog(), on_recaudclip_activate(), and on_recaudclip_ok_clicked().
double mainwindow::rec_fps |
Definition at line 1528 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
int64_t mainwindow::rec_samples |
Definition at line 1527 of file mainwindow.h.
Referenced by do_auto_dialog(), on_recaudclip_ok_clicked(), on_record_perf_activate(), and prepare_to_play_foreign().
int mainwindow::rec_signed_endian |
Definition at line 1532 of file mainwindow.h.
Referenced by after_foreign_play(), on_capture_activate(), and prepare_to_play_foreign().
frames_t mainwindow::rec_vid_frames |
values to be written to the event list concurrent with next video ftame event
Definition at line 1529 of file mainwindow.h.
Referenced by on_capture_activate(), and prepare_to_play_foreign().
LiVESWidget* mainwindow::recaudio_clip |
Definition at line 1195 of file mainwindow.h.
LiVESWidget* mainwindow::recaudio_sel |
Definition at line 1196 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::recaudio_submenu |
Definition at line 1194 of file mainwindow.h.
Referenced by desensitize(), sensitize(), switch_aud_to_jack(), switch_aud_to_pulse(), and switch_aud_to_sox().
LiVESWidget* mainwindow::recent[N_RECENT_FILES] |
Definition at line 1129 of file mainwindow.h.
Referenced by multitrack(), reload_clip(), and show_lives().
char mainwindow::recent_file[PATH_MAX] |
Definition at line 737 of file mainwindow.h.
LiVESWidget* mainwindow::recent_menu |
Definition at line 1127 of file mainwindow.h.
Referenced by desensitize(), pref_factory_bool(), sensitize(), and show_lives().
LiVESWidget* mainwindow::recent_submenu |
Definition at line 1128 of file mainwindow.h.
char* mainwindow::recommended_string |
localised text saying "recommended", for encoder and output format, etc.
Definition at line 1542 of file mainwindow.h.
boolean mainwindow::reconfig |
set to TRUE if a monitor / screen size change is detected
Definition at line 1743 of file mainwindow.h.
Referenced by resize_widgets_for_monitor(), and switch_to_file().
volatile boolean mainwindow::record |
Definition at line 794 of file mainwindow.h.
Referenced by avsync_force(), catch_sigint(), changed_fps_during_pb(), do_quick_switch(), event_list_add_end_events(), freeze_callback(), idle_fx_enable(), idle_fx_setmode(), idle_map_fx(), idle_select_all(), idle_select_end(), idle_select_start(), idle_set_current_audio_time(), idle_set_pref_bitmapped(), idle_set_pref_bool(), idle_set_pref_int(), idle_switch_clip(), idle_unmap_effects(), idle_unmap_fx(), lives_exit(), lives_get_current_playback_ticks(), load_frame_image(), on_back_pressed(), on_faster_pressed(), on_forward_pressed(), on_mute_activate(), on_record_perf_activate(), on_slower_pressed(), pconx_chain_data_omc(), pl_key_function(), play_file(), resync_audio(), and storeclip_callback().
boolean mainwindow::record_foreign |
Definition at line 825 of file mainwindow.h.
Referenced by on_capture2_activate().
frames_t mainwindow::record_frame |
frame number to insert in recording
Definition at line 964 of file mainwindow.h.
Referenced by load_frame_image().
volatile boolean mainwindow::record_paused |
pause during recording
Definition at line 1557 of file mainwindow.h.
Referenced by avsync_force(), changed_fps_during_pb(), do_quick_switch(), event_list_add_end_events(), freeze_callback(), load_frame_image(), on_faster_pressed(), on_mute_activate(), on_record_perf_activate(), on_slower_pressed(), pconx_chain_data_omc(), pl_key_function(), and resync_audio().
LiVESWidget* mainwindow::record_perf |
Definition at line 1165 of file mainwindow.h.
Referenced by disable_record(), enable_record(), procw_desensitize(), rec_callback(), sensitize(), and toggle_record().
ulong mainwindow::record_perf_func |
Definition at line 1066 of file mainwindow.h.
boolean mainwindow::record_starting |
start recording at next frame
Definition at line 1559 of file mainwindow.h.
Referenced by load_frame_image(), and on_record_perf_activate().
boolean mainwindow::recording_recovered |
Definition at line 1486 of file mainwindow.h.
Referenced by check_for_layout_del(), mt_sensitise(), multitrack_delete(), render_choice_idle(), and wipe_layout().
boolean mainwindow::recoverable_layout |
Definition at line 1483 of file mainwindow.h.
Referenced by get_eload_filename(), load_event_list(), on_multitrack_activate(), recover_layout(), and recover_layout_cancelled().
boolean mainwindow::recovering_files |
Definition at line 1485 of file mainwindow.h.
Referenced by check_for_lock_file(), close_current_file(), lives_set_cursor_style(), and reload_set().
char* mainwindow::recovery_file |
the filename of our recover file
Definition at line 1481 of file mainwindow.h.
Referenced by add_to_recovery_file(), lives_exit(), and rewrite_recovery_file().
LiVESList* mainwindow::recovery_list |
crash recovery system
Definition at line 1480 of file mainwindow.h.
LiVESWidget* mainwindow::redo |
Definition at line 1147 of file mainwindow.h.
Referenced by close_current_file(), desensitize(), do_effect(), on_redo_activate(), on_undo_activate(), play_file(), sensitize(), set_redoable(), set_undoable(), show_lives(), start_render_effect_events(), and switch_to_file().
weed_plant_t* mainwindow::ref_message |
Definition at line 1730 of file mainwindow.h.
Referenced by get_nth_info_message().
int mainwindow::ref_message_n |
Definition at line 1732 of file mainwindow.h.
Referenced by get_nth_info_message().
LiVESWidget* mainwindow::rename |
Definition at line 1216 of file mainwindow.h.
Referenced by procw_desensitize(), sensitize(), and switch_to_file().
LiVESWidget* mainwindow::rename_test_rfx |
Definition at line 1249 of file mainwindow.h.
Referenced by rfxbuilder_to_script(), and update_rfx_menus().
lives_render_error_t mainwindow::render_error |
Definition at line 1664 of file mainwindow.h.
Referenced by start_render_effect_events().
lives_rfx_t* mainwindow::rendered_fx |
rendered fx
Definition at line 855 of file mainwindow.h.
Referenced by add_rfx_effects(), add_rfx_effects2(), desensitize(), do_rfx_cleanup(), find_rfx_plugin_by_name(), on_trans_method_changed(), rfx_free_all(), rte_on_off_callback(), and sensitize_rfx().
LiVESWidget* mainwindow::resample_audio |
Definition at line 1212 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::resample_video |
Definition at line 1214 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::resize_menuitem |
Definition at line 1436 of file mainwindow.h.
Referenced by add_rfx_effects2(), desensitize(), replace_with_delegates(), resize_widgets_for_monitor(), and sensitize_rfx().
boolean mainwindow::resizing |
Definition at line 822 of file mainwindow.h.
Referenced by do_effect(), and start_render_effect_events().
LiVESWidget* mainwindow::restore |
Definition at line 1135 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::rev_clipboard |
Definition at line 1169 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::reverse_pb |
used in osc.c
Definition at line 911 of file mainwindow.h.
LiVESWidget* mainwindow::rewind |
Definition at line 1171 of file mainwindow.h.
Referenced by desensitize(), on_hrule_reset(), on_rewind_activate(), and sensitize().
volatile uint64_t mainwindow::rte |
current max for VJ mode == 64 effects on fg clip
Definition at line 867 of file mainwindow.h.
Referenced by check_filter_chain_palettes(), create_processing(), rte_key_is_enabled(), rte_key_on_off(), rte_keymodes_restore(), rte_on_off_callback(), and weed_reinit_effect().
LiVESWidget* mainwindow::rte_defs |
Definition at line 1235 of file mainwindow.h.
LiVESWidget* mainwindow::rte_defs_menu |
Definition at line 1234 of file mainwindow.h.
int mainwindow::rte_keys |
which effect is bound to keyboard (m) modechange and ctrl-alt-up-arrow / ctrl-alt-down-arrow param changes
Definition at line 870 of file mainwindow.h.
Referenced by get_textparm(), grabkeys_callback(), on_less_pressed(), on_more_pressed(), rte_key_setmode(), rtemode_callback(), weed_deinit_all(), and weed_init_effect().
LiVESWidget* mainwindow::rte_separator |
Definition at line 1428 of file mainwindow.h.
Referenced by add_rfx_effects2().
weed_plant_t* mainwindow::rte_textparm |
send keyboard input to this paramter (usually NULL)
Definition at line 1589 of file mainwindow.h.
Referenced by pl_key_function(), textparm_callback(), and weed_in_params_free().
LiVESWidget* mainwindow::run_test_rfx_menu |
Definition at line 1416 of file mainwindow.h.
Referenced by add_rfx_effects2().
LiVESWidget* mainwindow::run_test_rfx_submenu |
Definition at line 1415 of file mainwindow.h.
Referenced by add_rfx_effects2(), desensitize(), sensitize_rfx(), and update_rfx_menus().
LiVESWidget* mainwindow::sa_button |
Definition at line 1290 of file mainwindow.h.
Referenced by procw_desensitize(), set_interactive(), and update_sel_menu().
LiVESWidget* mainwindow::sa_hbox |
Definition at line 1291 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::save_as |
Definition at line 1130 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::save_rte_defs |
Definition at line 1236 of file mainwindow.h.
LiVESWidget* mainwindow::save_selection |
Definition at line 1136 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
boolean mainwindow::save_with_sound |
Definition at line 784 of file mainwindow.h.
Referenced by add_file_info(), and on_utube_select().
int mainwindow::scrap_file |
we throw odd sized frames here when recording in real time; used if a source is a generator or stream
Definition at line 874 of file mainwindow.h.
Referenced by check_for_disk_space(), check_for_layout_del(), close_current_file(), close_scrap_file(), close_temp_handle(), lives_close_buffered(), lives_exit(), load_frame_image(), load_from_scrap_file(), multitrack_delete(), nextclip_callback(), on_render_activate(), on_save_set_activate(), open_scrap_file(), prevclip_callback(), reget_afilesize(), render_events(), rewrite_recovery_file(), save_clip_value(), save_clip_values(), and save_to_scrap_file().
LiVESPixbuf* mainwindow::scrap_pixbuf |
cached image for speeding up rendering
Definition at line 1724 of file mainwindow.h.
Referenced by render_events(), and render_to_clip().
volatile short mainwindow::scratch |
Definition at line 1026 of file mainwindow.h.
Referenced by calc_new_playback_position(), fps_reset_callback(), on_back_pressed(), on_forward_pressed(), on_hrule_set(), storeclip_callback(), and switch_audio_clip().
lives_screen_area_t* mainwindow::screen_areas |
Definition at line 1687 of file mainwindow.h.
LiVESWidget* mainwindow::sel_label |
Definition at line 1227 of file mainwindow.h.
Referenced by close_current_file(), do_quick_switch(), set_colours(), and switch_to_file().
short mainwindow::sel_move |
Definition at line 885 of file mainwindow.h.
Referenced by on_mouse_sel_start(), and on_mouse_sel_update().
int mainwindow::sel_start |
Definition at line 884 of file mainwindow.h.
Referenced by on_mouse_sel_reset(), on_mouse_sel_start(), and on_mouse_sel_update().
LiVESWidget* mainwindow::select_all |
Definition at line 1155 of file mainwindow.h.
Referenced by update_sel_menu().
LiVESWidget* mainwindow::select_end_only |
Definition at line 1161 of file mainwindow.h.
Referenced by update_sel_menu().
LiVESWidget* mainwindow::select_from_start |
Definition at line 1159 of file mainwindow.h.
Referenced by update_sel_menu().
LiVESWidget* mainwindow::select_invert |
Definition at line 1163 of file mainwindow.h.
Referenced by sensitize(), switch_to_file(), and update_sel_menu().
LiVESWidget* mainwindow::select_last |
Definition at line 1162 of file mainwindow.h.
Referenced by do_effect(), sensitize(), start_render_effect_events(), switch_to_file(), and update_sel_menu().
LiVESWidget* mainwindow::select_new |
Definition at line 1156 of file mainwindow.h.
Referenced by sensitize(), switch_to_file(), and update_sel_menu().
LiVESWidget* mainwindow::select_start_only |
Definition at line 1160 of file mainwindow.h.
Referenced by update_sel_menu().
LiVESWidget* mainwindow::select_submenu |
Definition at line 1154 of file mainwindow.h.
Referenced by on_lock_selwidth_activate(), procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::select_to_aend |
Definition at line 1158 of file mainwindow.h.
Referenced by update_sel_menu().
LiVESWidget* mainwindow::select_to_end |
Definition at line 1157 of file mainwindow.h.
Referenced by update_sel_menu().
boolean mainwindow::selwidth_locked |
Definition at line 786 of file mainwindow.h.
Referenced by on_lock_selwidth_activate(), on_mouse_sel_start(), on_select_all_activate(), sensitize(), and update_sel_menu().
LiVESWidget* mainwindow::send_lives2lives |
Definition at line 1119 of file mainwindow.h.
uint32_t mainwindow::sense_state |
Definition at line 1713 of file mainwindow.h.
Referenced by desensitize(), mt_desensitise(), mt_sensitise(), procw_desensitize(), sensitize(), and set_interactive().
LiVESWidget* mainwindow::sep_image |
Definition at line 1229 of file mainwindow.h.
Referenced by fade_background(), get_vspace(), on_double_size_activate(), on_sepwin_activate(), and unfade_background().
boolean mainwindow::sep_win |
Definition at line 761 of file mainwindow.h.
Referenced by fade_background(), mt_show_current_frame(), on_sepwin_activate(), on_sepwin_pressed(), pref_factory_int(), unfade_background(), and vid_playback_plugin_exit().
char mainwindow::sepimg_path[PATH_MAX] |
Definition at line 1718 of file mainwindow.h.
Referenced by set_palette_prefs().
LiVESWidget* mainwindow::sepwin |
Definition at line 1176 of file mainwindow.h.
Referenced by on_sepwin_pressed().
ulong mainwindow::sepwin_cb_func |
Definition at line 1074 of file mainwindow.h.
int mainwindow::sepwin_minheight |
Definition at line 1671 of file mainwindow.h.
int mainwindow::sepwin_minwidth |
Definition at line 1671 of file mainwindow.h.
Referenced by make_preview_box().
LiVESList* mainwindow::set_list |
number of sets in workdir (minus the current set), -1 if not checked
Definition at line 753 of file mainwindow.h.
Referenced by create_rename_dialog().
char mainwindow::set_name[256] |
Definition at line 749 of file mainwindow.h.
Referenced by check_for_lock_file(), create_cds_dialog(), create_rename_dialog(), get_eload_filename(), get_menu_name(), lives_exit(), load_layout_map(), mt_sensitise(), multitrack(), on_clear_event_list_activate(), on_close_activate(), on_export_proj_activate(), on_quit_activate(), on_save_set_activate(), open_set_file(), reload_set(), rewrite_recovery_file(), save_layout_map(), sensitize(), and set_new_set_name().
LiVESWidget* mainwindow::show_clipboard_info |
Definition at line 1223 of file mainwindow.h.
Referenced by sensitize().
LiVESWidget* mainwindow::show_devopts |
Definition at line 1240 of file mainwindow.h.
Referenced by pref_factory_bool().
LiVESWidget* mainwindow::show_file_comments |
Definition at line 1222 of file mainwindow.h.
Referenced by procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::show_file_info |
Definition at line 1221 of file mainwindow.h.
Referenced by sensitize().
LiVESWidget* mainwindow::show_layout_errors |
Definition at line 1225 of file mainwindow.h.
Referenced by add_lmap_error(), clear_lmap_errors(), and remove_current_from_affected_layouts().
LiVESWidget* mainwindow::show_messages |
Definition at line 1224 of file mainwindow.h.
boolean mainwindow::show_procd |
override showing of "processing..." dialog
Definition at line 1548 of file mainwindow.h.
Referenced by create_processing(), do_effect(), and on_paramwindow_button_clicked().
LiVESWidget* mainwindow::show_quota |
Definition at line 1226 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::showfct |
Definition at line 1179 of file mainwindow.h.
Referenced by showfct_callback().
LiVESWidget* mainwindow::showsubs |
Definition at line 1180 of file mainwindow.h.
Referenced by showsubs_callback().
lives_painter_surface_t* mainwindow::si_surface |
Definition at line 1318 of file mainwindow.h.
uint32_t mainwindow::signal_caught |
Definition at line 1673 of file mainwindow.h.
Referenced by defer_sigint(), mt_idle_add(), save_clip_value(), and save_clip_values().
boolean mainwindow::signals_deferred |
Definition at line 1674 of file mainwindow.h.
Referenced by save_clip_value().
int mainwindow::size_warn |
warn the user that incorrectly sized frames were found (threshold count)
Definition at line 1017 of file mainwindow.h.
size_t mainwindow::sl_undo_buffer_used |
Definition at line 811 of file mainwindow.h.
Referenced by multitrack(), multitrack_delete(), and stored_event_list_free_undos().
unsigned char* mainwindow::sl_undo_mem |
Definition at line 812 of file mainwindow.h.
Referenced by check_for_layout_del(), lives_exit(), multitrack(), multitrack_delete(), on_change_speed_ok_clicked(), on_close_activate(), on_export_proj_activate(), on_resaudio_ok_clicked(), remove_layout_files(), and stored_event_list_free_undos().
int mainwindow::sl_undo_offset |
Definition at line 813 of file mainwindow.h.
Referenced by multitrack(), multitrack_delete(), and stored_event_list_free_undos().
ulong mainwindow::spin_end_func |
Definition at line 1065 of file mainwindow.h.
Referenced by do_quick_switch(), procw_desensitize(), sensitize(), and zero_spinbuttons().
ulong mainwindow::spin_start_func |
Definition at line 1064 of file mainwindow.h.
Referenced by do_quick_switch(), procw_desensitize(), sensitize(), and zero_spinbuttons().
LiVESWidget* mainwindow::spinbutton_end |
Definition at line 1288 of file mainwindow.h.
Referenced by do_quick_switch(), on_mouse_sel_start(), on_mouse_sel_update(), on_select_all_activate(), on_select_invert_activate(), on_select_last_activate(), on_select_new_activate(), on_select_start_only_activate(), on_select_to_end_activate(), play_file(), procw_desensitize(), sensitize(), set_colours(), set_interactive(), and zero_spinbuttons().
LiVESWidget* mainwindow::spinbutton_pb_fps |
Definition at line 1391 of file mainwindow.h.
Referenced by aud_lock_callback(), do_quick_switch(), fps_reset_callback(), freeze_callback(), lives_ce_update_timeline(), on_change_speed_ok_clicked(), on_faster_pressed(), on_slower_pressed(), and resample_clipboard().
LiVESWidget * mainwindow::spinbutton_start |
Definition at line 1288 of file mainwindow.h.
Referenced by do_quick_switch(), on_mouse_sel_start(), on_mouse_sel_update(), on_select_all_activate(), on_select_end_only_activate(), on_select_from_start_activate(), on_select_invert_activate(), on_select_last_activate(), on_select_new_activate(), play_file(), procw_desensitize(), sensitize(), set_colours(), set_interactive(), and zero_spinbuttons().
LiVESWidget * mainwindow::splash_label |
Definition at line 1595 of file mainwindow.h.
Referenced by splash_init(), and splash_msg().
LiVESWidget * mainwindow::splash_progress |
Definition at line 1595 of file mainwindow.h.
Referenced by splash_init(), and splash_msg().
LiVESWidget* mainwindow::splash_window |
splash window
Definition at line 1595 of file mainwindow.h.
Referenced by build_init_config(), do_startup_interface_query(), do_workdir_query(), splash_end(), splash_init(), splash_msg(), startup_message_fatal(), and threaded_dialog_spin().
weed_layer_t* mainwindow::st_fcache |
caches for start / end / preview images. This avoids having to reload / reread them from the source, which could disrupt playback.
Definition at line 1785 of file mainwindow.h.
Referenced by close_current_file().
LiVESWidget* mainwindow::start_image |
Definition at line 1320 of file mainwindow.h.
Referenced by all_config(), on_toy_activate(), resize(), set_colours(), and showclipimgs().
volatile ticks_t mainwindow::startticks |
effective ticks when current frame was (should have been) displayed
Definition at line 997 of file mainwindow.h.
Referenced by avsync_force(), changed_fps_during_pb(), get_stats_msg(), load_frame_image(), rec_param_change(), resync_audio(), and weed_generator_start().
boolean mainwindow::startup_error |
Definition at line 1660 of file mainwindow.h.
LiVESWidget* mainwindow::sticky |
Definition at line 1178 of file mainwindow.h.
LiVESWidget* mainwindow::stop |
Definition at line 1170 of file mainwindow.h.
Referenced by on_stop_activate().
weed_event_t* mainwindow::stored_event_list |
stored mt -> clip editor
Definition at line 804 of file mainwindow.h.
Referenced by add_to_recovery_file(), check_for_layout_del(), create_cds_dialog(), layout_audio_is_affected(), lives_exit(), multitrack_delete(), on_export_proj_activate(), on_multitrack_activate(), on_quit_activate(), on_save_event_list_activate(), on_save_set_activate(), remove_layout_files(), rewrite_recovery_file(), set_values_from_defs(), stored_event_list_free_all(), and used_in_current_layout().
boolean mainwindow::stored_event_list_auto_changed |
Definition at line 806 of file mainwindow.h.
Referenced by multitrack_delete().
boolean mainwindow::stored_event_list_changed |
Definition at line 805 of file mainwindow.h.
Referenced by check_for_layout_del(), create_cds_dialog(), multitrack_delete(), on_export_proj_activate(), on_quit_activate(), on_save_set_activate(), and stored_event_list_free_all().
char mainwindow::stored_layout_name[PATH_MAX] |
Definition at line 808 of file mainwindow.h.
Referenced by multitrack_delete(), and on_save_event_list_activate().
boolean mainwindow::stored_layout_save_all_vals |
Definition at line 807 of file mainwindow.h.
LiVESList* mainwindow::stored_layout_undos |
Definition at line 810 of file mainwindow.h.
Referenced by multitrack(), multitrack_delete(), on_quit_activate(), and stored_event_list_free_undos().
ticks_t mainwindow::stream_ticks |
ticks since first frame sent to playback plugin
Definition at line 1011 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), lives_exit(), on_vppa_ok_clicked(), and vid_playback_plugin_exit().
char* mainwindow::string_constants[NUM_LIVES_STRING_CONSTANTS] |
Definition at line 1539 of file mainwindow.h.
Referenced by add_lmap_error(), after_vpp_changed(), layout_audio_is_affected(), mouse_mode_context(), on_close_activate(), on_encoder_entry_changed(), on_encoder_ofmt_changed(), on_send_lives2lives_activate(), open_vid_playback_plugin(), prompt_for_script_name(), rdet_acodec_changed(), remove_current_from_affected_layouts(), remove_layout_files(), set_acodec_list_from_allowed(), and set_vpp().
char* mainwindow::subt_save_file |
name of file to save subtitles to
Definition at line 1618 of file mainwindow.h.
Referenced by create_comments_dialog(), do_comments_dialog(), and on_save_subs_activate().
boolean mainwindow::suppress_dprint |
tidy up, e.g. by blocking "switched to file..." and "closed file..." messages
Definition at line 1537 of file mainwindow.h.
Referenced by d_print(), do_effect(), lives_exit(), on_paramwindow_button_clicked(), on_recaudclip_ok_clicked(), reload_set(), and resize_widgets_for_monitor().
boolean mainwindow::suppress_layout_warnings |
Definition at line 1798 of file mainwindow.h.
Referenced by on_quit_activate().
LiVESWidget* mainwindow::sw_sound |
Definition at line 1142 of file mainwindow.h.
int mainwindow::swapped_clip |
maintains the current cliplist postion even if we swap fg and bg clips
Definition at line 850 of file mainwindow.h.
Referenced by nextclip_callback(), prevclip_callback(), and swap_fg_bg_callback().
boolean mainwindow::switch_during_pb |
Definition at line 792 of file mainwindow.h.
Referenced by do_quick_switch(), and switch_to_file().
ticks_t mainwindow::syncticks |
adjustment to compensate for missed clock updates when switching time sources
Definition at line 1010 of file mainwindow.h.
Referenced by reset_playback_clock().
LiVESWidget* mainwindow::t_back |
Definition at line 1346 of file mainwindow.h.
Referenced by fade_background().
LiVESWidget* mainwindow::t_faster |
Definition at line 1344 of file mainwindow.h.
Referenced by fade_background().
LiVESWidget* mainwindow::t_forward |
Definition at line 1345 of file mainwindow.h.
Referenced by fade_background().
LiVESWidget* mainwindow::t_fullscreen |
Definition at line 1339 of file mainwindow.h.
Referenced by fade_background().
boolean mainwindow::t_hidden |
Definition at line 826 of file mainwindow.h.
LiVESWidget* mainwindow::t_hide |
Definition at line 1347 of file mainwindow.h.
LiVESWidget* mainwindow::t_infobutton |
Definition at line 1341 of file mainwindow.h.
LiVESWidget* mainwindow::t_sepwin |
Definition at line 1340 of file mainwindow.h.
Referenced by fade_background(), and on_sepwin_activate().
LiVESWidget* mainwindow::t_slower |
Definition at line 1343 of file mainwindow.h.
Referenced by fade_background().
LiVESWidget* mainwindow::t_stopbutton |
Definition at line 1338 of file mainwindow.h.
LiVESTargetEntry* mainwindow::target_table |
drag and drop target table
Definition at line 1623 of file mainwindow.h.
LiVESWidget* mainwindow::tb_hbox |
Definition at line 1350 of file mainwindow.h.
Referenced by fade_background(), on_toolbar_hide(), set_colours(), show_lives(), and unfade_background().
LiVESWidget* mainwindow::textwidget_focus |
Definition at line 1569 of file mainwindow.h.
Referenced by after_param_text_focus_changed(), on_paramwindow_button_clicked(), on_set_pvals_clicked(), on_vppa_ok_clicked(), rte_set_defs_ok(), rte_set_key_defs(), and weed_reinit_effect().
volatile boolean mainwindow::threaded_dialog |
not really threaded ! but threaded_dialog_spin() can be called to animate it
Definition at line 1046 of file mainwindow.h.
Referenced by do_threaded_dialog(), end_threaded_dialog(), reload_set(), splash_end(), and threaded_dialog_spin().
ticks_t mainwindow::timeout_ticks |
incremented if effect/rendering is paused/previewed
Definition at line 999 of file mainwindow.h.
Referenced by freeze_callback(), and on_effects_paused().
LiVESWidget* mainwindow::toolbar |
Definition at line 1349 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::tools_menu |
Definition at line 1402 of file mainwindow.h.
Referenced by replace_with_delegates(), set_colours(), and update_rfx_menus().
LiVESWidget* mainwindow::top_vbox |
Definition at line 1352 of file mainwindow.h.
Referenced by pref_factory_bool(), resize_widgets_for_monitor(), set_colours(), and show_lives().
ulong mainwindow::toy_func_lives_tv |
Definition at line 1069 of file mainwindow.h.
Referenced by on_toy_activate().
ulong mainwindow::toy_func_none |
Definition at line 1067 of file mainwindow.h.
Referenced by on_toy_activate().
ulong mainwindow::toy_func_random_frames |
Definition at line 1068 of file mainwindow.h.
Referenced by on_toy_activate().
boolean mainwindow::toy_go_wild |
LiVESWidget* mainwindow::toy_none |
Definition at line 1217 of file mainwindow.h.
Referenced by on_toy_activate().
LiVESWidget* mainwindow::toy_random_frames |
Definition at line 1218 of file mainwindow.h.
Referenced by on_toy_activate(), procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::toy_tv |
Definition at line 1219 of file mainwindow.h.
Referenced by desensitize(), on_toy_activate(), procw_desensitize(), sensitize(), and show_lives().
lives_toy_t mainwindow::toy_type |
Definition at line 851 of file mainwindow.h.
Referenced by fade_background(), lives_exit(), load_frame_image(), and on_toy_activate().
LiVESWidget* mainwindow::toys_menu |
Definition at line 1407 of file mainwindow.h.
Referenced by set_colours().
lives_decoder_t* mainwindow::track_decoders[MAX_TRACKS] |
Definition at line 1691 of file mainwindow.h.
Referenced by free_track_decoders(), init_track_decoders(), load_frame_image(), and render_events().
weed_layer_t* mainwindow::transrend_layer |
Definition at line 1810 of file mainwindow.h.
Referenced by render_to_clip().
lives_proc_thread_t mainwindow::transrend_proc |
Definition at line 1811 of file mainwindow.h.
Referenced by create_processing(), render_to_clip(), and start_render_effect_events().
volatile boolean mainwindow::transrend_ready |
Definition at line 1809 of file mainwindow.h.
Referenced by render_to_clip().
boolean mainwindow::tried_ds_recover |
Definition at line 1657 of file mainwindow.h.
Referenced by on_cleardisk_activate().
LiVESWidget* mainwindow::trim_audio |
Definition at line 1203 of file mainwindow.h.
Referenced by sensitize().
LiVESWidget* mainwindow::trim_submenu |
Definition at line 1202 of file mainwindow.h.
Referenced by desensitize(), procw_desensitize(), and sensitize().
LiVESWidget* mainwindow::trim_to_pstart |
Definition at line 1204 of file mainwindow.h.
Referenced by on_hrule_reset(), on_rewind_activate(), and sensitize().
LiVESWidget* mainwindow::troubleshoot |
Definition at line 1244 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::tvdev |
Definition at line 1126 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
volatile int mainwindow::uflow_count |
experimental values, primarily for testing
Definition at line 1761 of file mainwindow.h.
LiVESWidget* mainwindow::undo |
Definition at line 1146 of file mainwindow.h.
Referenced by close_current_file(), desensitize(), do_effect(), on_redo_activate(), on_undo_activate(), play_file(), sensitize(), set_redoable(), set_undoable(), start_render_effect_events(), and switch_to_file().
LiVESWidget* mainwindow::unicap |
Definition at line 1124 of file mainwindow.h.
Referenced by procw_desensitize(), and sensitize().
boolean mainwindow::unordered_blocks |
are we recording unordered blocks ?
Definition at line 1488 of file mainwindow.h.
Referenced by render_to_clip().
int mainwindow::untitled_number |
Definition at line 738 of file mainwindow.h.
Referenced by do_effect(), open_set_file(), and render_to_clip().
char* mainwindow::urgency_msg |
OSD.
Definition at line 1643 of file mainwindow.h.
Referenced by d_print_overlay(), d_print_urgency(), and on_volch_pressed().
LiVESWidget* mainwindow::utilities_menu |
Definition at line 1411 of file mainwindow.h.
Referenced by add_rfx_effects(), and add_rfx_effects2().
LiVESWidget* mainwindow::utilities_submenu |
Definition at line 1412 of file mainwindow.h.
Referenced by add_rfx_effects2(), and sensitize().
char* mainwindow::version_hash |
Definition at line 1757 of file mainwindow.h.
lives_colRGBA64_t mainwindow::vfade_in_col |
Definition at line 1814 of file mainwindow.h.
Referenced by render_events(), and render_to_clip().
double mainwindow::vfade_in_secs |
Definition at line 1813 of file mainwindow.h.
Referenced by render_events(), and render_to_clip().
lives_colRGBA64_t mainwindow::vfade_out_col |
Definition at line 1814 of file mainwindow.h.
Referenced by render_events(), and render_to_clip().
double mainwindow::vfade_out_secs |
Definition at line 1813 of file mainwindow.h.
Referenced by render_events(), and render_to_clip().
char mainwindow::vid_dl_dir[PATH_MAX] |
Definition at line 732 of file mainwindow.h.
char mainwindow::vid_load_dir[PATH_MAX] |
Definition at line 730 of file mainwindow.h.
Referenced by lives::prefs::currentVideoLoadDir(), on_load_subs_activate(), on_ok_file_open_clicked(), on_open_activate(), and on_open_sel_activate().
char mainwindow::vid_save_dir[PATH_MAX] |
Definition at line 731 of file mainwindow.h.
LiVESWidget* mainwindow::vidbar |
Definition at line 1286 of file mainwindow.h.
Referenced by all_expose_overlay(), lives_ce_update_timeline(), set_colours(), show_playbar_labels(), and switch_to_file().
LiVESWidget* mainwindow::video_draw |
Definition at line 1383 of file mainwindow.h.
Referenced by all_expose_overlay(), on_mouse_sel_start(), on_mouse_sel_update(), redraw_timeline(), redraw_timer_bars(), and set_colours().
lives_painter_surface_t* mainwindow::video_drawable |
Definition at line 1386 of file mainwindow.h.
Referenced by all_expose_overlay(), config_vid_draw(), expose_vid_draw(), and redraw_timeline().
volatile boolean mainwindow::video_seek_ready |
Definition at line 939 of file mainwindow.h.
Referenced by avsync_force(), handle_audio_timeout(), preview_audio(), resync_audio(), and switch_audio_clip().
LiVESList* mainwindow::videodevs |
Definition at line 1625 of file mainwindow.h.
Referenced by on_live_tvcard_activate().
LiVESWidget* mainwindow::vj_load_set |
Definition at line 1232 of file mainwindow.h.
Referenced by close_current_file(), desensitize(), reload_set(), and sensitize().
LiVESWidget* mainwindow::vj_menu |
Definition at line 1406 of file mainwindow.h.
Referenced by set_colours().
LiVESWidget* mainwindow::vj_mode |
Definition at line 1239 of file mainwindow.h.
Referenced by pref_factory_bool(), and vj_mode_toggled().
ulong mainwindow::vj_mode_func |
Definition at line 1076 of file mainwindow.h.
Referenced by vj_mode_toggled().
LiVESWidget* mainwindow::vj_realize |
Definition at line 1238 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::vj_reset |
Definition at line 1237 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::vj_save_set |
Definition at line 1231 of file mainwindow.h.
Referenced by close_current_file(), desensitize(), and sensitize().
LiVESWidget* mainwindow::vj_show_keys |
Definition at line 1233 of file mainwindow.h.
LiVESWidget* mainwindow::vol_checkbuttons[NUM_VOL_LIGHTS][2] |
Definition at line 1254 of file mainwindow.h.
LiVESWidget* mainwindow::vol_label |
Definition at line 1365 of file mainwindow.h.
Referenced by set_mt_colours(), switch_aud_to_jack(), and switch_aud_to_pulse().
LiVESWidget* mainwindow::vol_toolitem |
Definition at line 1364 of file mainwindow.h.
Referenced by pref_factory_float(), set_colours(), set_mt_colours(), show_lives(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), and switch_aud_to_sox().
LiVESWidget* mainwindow::voladj |
Definition at line 1209 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESWidget* mainwindow::volume_scale |
Definition at line 1363 of file mainwindow.h.
Referenced by pref_factory_float(), set_colours(), and set_mt_colours().
_vid_playback_plugin* mainwindow::vpp |
video plugin
Definition at line 1572 of file mainwindow.h.
Referenced by after_vpp_changed(), cconx_chain_data(), close_vid_playback_plugin(), get_player_size(), lives_exit(), lives_get_current_playback_ticks(), load_frame_image(), on_send_lives2lives_activate(), on_sepwin_activate(), on_vpp_advanced_clicked(), on_vppa_cancel_clicked(), on_vppa_ok_clicked(), open_vid_playback_plugin(), play_window_set_title(), pref_factory_bool(), render_to_clip(), sample_silence_stream(), set_vpp(), start_audio_stream(), stop_audio_stream(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), switch_aud_to_sox(), and vid_playback_plugin_exit().
char mainwindow::vpp_defs_file[PATH_MAX] |
Definition at line 1627 of file mainwindow.h.
Referenced by open_vid_playback_plugin().
pthread_mutex_t mainwindow::vpp_stream_mutex |
prevent from writing audio when stream is closing
Definition at line 1501 of file mainwindow.h.
Referenced by close_vid_playback_plugin(), lives_exit(), on_vppa_ok_clicked(), sample_silence_stream(), and vid_playback_plugin_exit().
LiVESWidget* mainwindow::vps_label |
Definition at line 1392 of file mainwindow.h.
Referenced by fade_background(), and set_colours().
volatile lives_rfx_t* mainwindow::vrfx_update |
single access for updating alarm list
< set for param window updates from OSC or data connections, notifies main thread to do visual updates
Definition at line 1510 of file mainwindow.h.
Referenced by rfx_free().
ticks_t mainwindow::wall_ticks |
Definition at line 1004 of file mainwindow.h.
Referenced by lives_get_relative_ticks().
boolean mainwindow::was_set |
Definition at line 750 of file mainwindow.h.
Referenced by catch_sigint(), create_cds_dialog(), create_rename_dialog(), idle_choose_set(), idle_reload_set(), mt_sensitise(), on_export_proj_activate(), on_load_event_list_activate(), on_quit_activate(), and on_save_event_list_activate().
volatile lives_whentostop_t mainwindow::whentostop |
Definition at line 929 of file mainwindow.h.
Referenced by do_quick_switch(), find_when_to_stop(), on_loop_cont_activate(), rte_key_setmode(), switch_aud_to_jack(), switch_aud_to_pulse(), switch_clip(), and weed_generator_end().
boolean mainwindow::with_sound |
Definition at line 881 of file mainwindow.h.
int mainwindow::write_abuf |
audio buffer number to write to (for multitrack)
Definition at line 1591 of file mainwindow.h.
Referenced by fill_abuffer_from(), and preview_audio().
boolean mainwindow::write_vpp_file |
video playback plugin was updated; write settings to a file on exit
Definition at line 1040 of file mainwindow.h.
Referenced by lives_exit(), on_vppa_ok_clicked(), and set_vpp().
LiVESWidget* mainwindow::xdelete |
Definition at line 1153 of file mainwindow.h.
Referenced by desensitize(), and sensitize().
LiVESList* mainwindow::xlays |
immediately (to be) affected layout maps
Definition at line 1477 of file mainwindow.h.
Referenced by layout_audio_is_affected(), on_close_activate(), and recover_layout_map().