mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +01:00
[Summary] Added get_available_inputs(outputs)_count stubs
[git-p4: depot-paths = "//Abdaw/dev_main/tracks/": change = 460795]
This commit is contained in:
parent
38c5939e4c
commit
8d5d9b02f6
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ public:
|
|||
ARDOUR::pframes_t get_default_buffer_size() const;
|
||||
void available_buffer_sizes_for_current_device(std::vector<ARDOUR::pframes_t>&) const;
|
||||
|
||||
uint32_t get_available_inputs_count() const {return 0; }
|
||||
uint32_t get_available_outputs_count () const {return 0; }
|
||||
|
||||
bool is_setup_required() const {return ARDOUR::AudioEngine::instance()->setup_required (); }
|
||||
|
||||
// set parameters inside the controller,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue