Home
last modified time | relevance | path

Searched refs:SoundFileChooser (Results 1 – 7 of 7) sorted by path

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Drc_option_editor.cc185 SoundFileChooser sfdb (_("Choose Click")); in click_browse_clicked()
208 SoundFileChooser sfdb (_("Choose Click Emphasis")); in click_emphasis_browse_clicked()
H A Dsfdb_ui.cc1721 SoundFileChooser::SoundFileChooser (string title, ARDOUR::Session* s) in SoundFileChooser() function in SoundFileChooser
1730 SoundFileChooser::on_hide () in on_hide()
1741 SoundFileChooser::get_filename () in get_filename()
H A Dsfdb_ui.h272 class SoundFileChooser : public SoundFileBrowser
275 SoundFileChooser (std::string title, ARDOUR::Session* _s = 0);
276 virtual ~SoundFileChooser () {}; in ~SoundFileChooser()
/dports/x11/cinnamon/cinnamon-4.8.6/debian/
H A Dchangelog3920 * SoundFileChooser: Fix showing incorrect names
3921 * SoundFileChooser: Change play icon
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DJsonSettingsWidgets.py5 from SettingsWidgets import SoundFileChooser, TweenChooser, EffectChooser, DateChooser, TimeChooser…
H A DSettingsWidgets.py328 class SoundFileChooser(SettingsWidget): class
332 super(SoundFileChooser, self).__init__(dep_key=dep_key)
H A DTreeListWidgets.py7 from SettingsWidgets import SoundFileChooser, Keybinding
24 "sound" : SoundFileChooser,