1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Added multi-bus support for audio plug-in clients

This commit is contained in:
hogliux 2015-12-16 17:58:25 +00:00
parent e0bd51f26c
commit 4fef661ada
170 changed files with 43444 additions and 2243 deletions

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_audio_basics/juce_audio_basics.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_audio_devices/juce_audio_devices.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_audio_formats/juce_audio_formats.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_audio_plugin_client/juce_audio_plugin_client.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_audio_processors/juce_audio_processors.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_core/juce_core.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_cryptography/juce_cryptography.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_data_structures/juce_data_structures.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_events/juce_events.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_graphics/juce_graphics.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_gui_basics/juce_gui_basics.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_gui_extra/juce_gui_extra.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_opengl/juce_opengl.h"

View file

@ -0,0 +1,4 @@
// This is an auto-generated file to redirect any included
// module headers to the correct external folder.
#include "../../../../../../modules/juce_video/juce_video.h"