Home
last modified time | relevance | path

Searched refs:ext_audio_mon (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c1784 mainw->ext_audio_mon = lives_toggle_tool_button_new(); in create_LiVES()
1785 lives_widget_set_size_request(mainw->ext_audio_mon, 8, 8); in create_LiVES()
1787 lives_widget_set_sensitive(mainw->ext_audio_mon, FALSE); in create_LiVES()
1788 lives_toolbar_insert(LIVES_TOOLBAR(mainw->btoolbar), LIVES_TOOL_ITEM(mainw->ext_audio_mon), -1); in create_LiVES()
1789 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->ext_audio_mon), LIVES_WIDGET_EXPOSE_EVENT, in create_LiVES()
1792 … lives_widget_set_bg_color(mainw->ext_audio_mon, LIVES_WIDGET_STATE_ACTIVE, &palette->light_green); in create_LiVES()
1793 lives_widget_set_bg_color(mainw->ext_audio_mon, LIVES_WIDGET_STATE_NORMAL, &palette->dark_red); in create_LiVES()
1794 lives_cool_toggled(mainw->ext_audio_mon, NULL); in create_LiVES()
H A Djack.c1209 if (!mainw->fs && !mainw->faded && !mainw->multitrack && mainw->ext_audio_mon) in audio_read()
1210 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_mon), tval > 0.); in audio_read()
H A Dpulse.c1288 if (!mainw->fs && !mainw->faded && !mainw->multitrack && mainw->ext_audio_mon)
1289 …lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_mon), (*(uint8_t *)d…
H A Dmainwindow.h1359 LiVESWidget *ext_audio_mon; member
H A Dsaveplay.c3087 if (!mainw->multitrack && mainw->ext_audio_mon)
3088 lives_toggle_tool_button_set_active(LIVES_TOGGLE_TOOL_BUTTON(mainw->ext_audio_mon), FALSE);
H A Dwidget-helper.c12133 if (widget == mainw->ext_audio_mon) rwidth = rheight = 4.; in draw_cool_toggle()