Home
last modified time | relevance | path

Searched refs:BufferingPreset (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Ddisk_io.h65 static void set_buffering_parameters (BufferingPreset bp);
127 static bool get_buffering_presets (BufferingPreset bp,
H A Dtypes_convert.h59 DEFINE_ENUM_CONVERT(ARDOUR::BufferingPreset) in DEFINE_ENUM_CONVERT()
H A Drc_configuration_vars.h99 CONFIG_VARIABLE (BufferingPreset, buffering_preset, "buffering-preset", Medium)
H A Dtypes.h792 enum BufferingPreset { enum
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Ddisk_io.cc98 DiskIOProcessor::set_buffering_parameters (BufferingPreset bp) in set_buffering_parameters()
117 DiskIOProcessor::get_buffering_presets (BufferingPreset bp, in get_buffering_presets()
H A Dluabindings.cc2229 .addConst ("Small", ARDOUR::BufferingPreset(Small)) in common()
2230 .addConst ("Medium", ARDOUR::BufferingPreset(Medium)) in common()
2231 .addConst ("Large", ARDOUR::BufferingPreset(Large)) in common()
2232 .addConst ("Custom", ARDOUR::BufferingPreset(Custom)) in common()
H A Denums.cc151 BufferingPreset _BufferingPreset; in setup_enum_writer()