1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AudioDeviceManager: Improve device sample rate handling

This commit is contained in:
Tom Poole 2022-03-31 14:55:50 +01:00
parent 69e287bc2e
commit 1f29416fd0
6 changed files with 65 additions and 22 deletions

View file

@ -45,6 +45,8 @@
#include "juce_audio_devices.h"
#include "audio_io/juce_SampleRateHelpers.cpp"
//==============================================================================
#if JUCE_MAC || JUCE_IOS
#include <juce_audio_basics/midi/ump/juce_UMP.h>