Home
last modified time | relevance | path

Searched refs:D_None (Results 1 – 9 of 9) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_filename.cc65 date_format (D_None), in ExportFilename()
293 case D_None: in get_date_format_str()
330 if (format == D_None) { in set_date_format()
H A Dexport_formats.cc60 add_dither_type (ExportFormatBase::D_None, _("None")); in HasSampleFormat()
128 if ((*it)->type == ExportFormatBase::D_None) { in update_sample_format_selection()
H A Dexport_format_specification.cc142 , _dither_type (D_None) in ExportFormatSpecification()
182 , _dither_type (D_None) in ExportFormatSpecification()
H A Denums.cc596 REGISTER_CLASS_ENUM (ExportFilename, D_None); in setup_enum_writer()
643 REGISTER_CLASS_ENUM (ExportFormatBase, D_None); in setup_enum_writer()
H A Dexport_format_manager.cc719 current_selection->set_dither_type (ExportFormatBase::D_None); in select_dither_type()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_format_base.h85 D_None = AudioGrapher::D_None, enumerator
H A Dexport_filename.h41 D_None, enumerator
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/general/
H A Dsample_format_converter.h15 D_None = GDitherNone, ///< No didtering enumerator
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dexport_filename_selector.cc179 row[date_format_cols.format] = ExportFilename::D_None; in set_state()
180 row[date_format_cols.label] = filename->get_date_format_str (ExportFilename::D_None); in set_state()