Home
last modified time | relevance | path

Searched refs:_channel_limit (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_format_specification.cc141 , _channel_limit (0) in ExportFormatSpecification()
181 , _channel_limit (0) in ExportFormatSpecification()
241 _channel_limit = other._channel_limit; in ExportFormatSpecification()
294 node->set_property ("channel-limit", _channel_limit); in get_state()
406 child->get_property ("channel-limit", _channel_limit); in set_state()
599 _channel_limit = format->get_channel_limit(); in set_format()
609 _channel_limit = 0; in set_format()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_format_specification.h126 uint32_t channel_limit () const { return _channel_limit; } in channel_limit()
217 uint32_t _channel_limit; variable