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

Fix various multi-bus issues and add support for consistent surround channel ordering

This commit is contained in:
hogliux 2016-02-09 17:46:28 +00:00
parent 71b62a8503
commit a53eda27d4
40 changed files with 8807 additions and 61 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"