mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 00:17:06 +00:00
Improved MIDI timing interface
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include <list>
|
||||
#include <vector>
|
||||
|
||||
struct AudioUnitVoiceEngine;
|
||||
|
||||
namespace boo
|
||||
{
|
||||
class BaseAudioVoiceEngine;
|
||||
@@ -15,6 +17,7 @@ class AudioSubmix : public IAudioSubmix, public IAudioMix
|
||||
{
|
||||
friend class BaseAudioVoiceEngine;
|
||||
friend struct WASAPIAudioVoiceEngine;
|
||||
friend struct ::AudioUnitVoiceEngine;
|
||||
|
||||
/* Mixer-engine relationships */
|
||||
BaseAudioVoiceEngine& m_root;
|
||||
|
||||
Reference in New Issue
Block a user