mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Audio: Add AudioWorkgroup support
This allows real-time threads to join an audio workgroup on Apple platforms.
This commit is contained in:
parent
2843983a21
commit
7d9cdd3016
60 changed files with 4949 additions and 116 deletions
|
|
@ -292,6 +292,8 @@ public:
|
|||
*/
|
||||
virtual int getInputLatencyInSamples() = 0;
|
||||
|
||||
/** Returns the workgroup for this device. */
|
||||
virtual AudioWorkgroup getWorkgroup() const { return {}; }
|
||||
|
||||
//==============================================================================
|
||||
/** True if this device can show a pop-up control panel for editing its settings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue