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
|
|
@ -195,6 +195,9 @@ namespace juce
|
|||
template <typename Type>
|
||||
using Complex = std::complex<Type>;
|
||||
|
||||
template <size_t len, typename T>
|
||||
using FixedSizeFunction = juce::FixedSizeFunction<len, T>;
|
||||
|
||||
//==============================================================================
|
||||
namespace util
|
||||
{
|
||||
|
|
@ -246,7 +249,6 @@ namespace juce
|
|||
#include "maths/juce_LookupTable.h"
|
||||
#include "maths/juce_LogRampedValue.h"
|
||||
#include "containers/juce_AudioBlock.h"
|
||||
#include "containers/juce_FixedSizeFunction.h"
|
||||
#include "processors/juce_ProcessContext.h"
|
||||
#include "processors/juce_ProcessorWrapper.h"
|
||||
#include "processors/juce_ProcessorChain.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue