mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
[Summary] Added possibility to update sample rate list for devices on the fly on MAC
This commit is contained in:
parent
9958f084e5
commit
0cf788ef12
7 changed files with 103 additions and 8 deletions
|
|
@ -146,6 +146,7 @@ protected:
|
|||
virtual WTErr generateDeviceListImpl(); // use this in derived class to fill device list
|
||||
virtual WTErr updateDeviceListImpl() {return eNoErr; } // not supported
|
||||
virtual WTErr getDeviceBufferSizesImpl(const std::string & deviceName, std::vector<int>& buffers) const;
|
||||
virtual WTErr getDeviceSampleRatesImpl(const std::string & deviceName, std::vector<int>& sampleRates) const;
|
||||
|
||||
bool m_UseMultithreading; ///< Flag indicates whether to use multi-threading for audio processing.
|
||||
bool m_bNoCopyAudioBuffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue