Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplaylist_source.cc60 _level = _playlist->max_source_level () + 1; in PlaylistSource()
161 _level = _playlist->max_source_level () + 1; in set_state()
H A Dregion.cc1354 if (_whole_file && max_source_level() > 0) { in state()
2015 Region::max_source_level () const in max_source_level() function in Region
2029 return max_source_level() > 0; in is_compound()
H A Dplaylist.cc2828 if (r->whole_file () && r->max_source_level () > 0) { in region_use_count()
3099 max_level = max (max_level, (*i)->max_source_level ()); in combine()
3394 Playlist::max_source_level () const in max_source_level() function in Playlist
3400 lvl = max (lvl, (*i)->max_source_level ()); in max_source_level()
H A Dsession_state.cc3335 if (!(i->second->whole_file() && i->second->max_source_level() > 0)) { in cleanup_regions()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dregion.h127 uint32_t max_source_level () const;
H A Dplaylist.h108 uint32_t max_source_level () const;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmidi_list_editor.cc80 if (r->max_source_level() > 0) { in MidiListEditor()