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

Bela: Drop support

This commit is contained in:
reuk 2023-08-25 20:02:13 +01:00
parent d64b9e7782
commit 9a7ac1f743
No known key found for this signature in database
8 changed files with 12 additions and 651 deletions

View file

@ -176,23 +176,23 @@
#include "native/juce_ALSA_linux.cpp"
#endif
#if (JUCE_LINUX && JUCE_BELA)
/* Got an include error here? If so, you've either not got the bela headers
installed, or you've not got your paths set up correctly to find its header
files.
#if JUCE_JACK
/* Got an include error here? If so, you've either not got jack-audio-connection-kit
installed, or you've not got your paths set up correctly to find its header files.
The package you need to install to get JACK support is "libjack-dev".
If you don't have the jack-audio-connection-kit library and don't want to build
JUCE with low latency audio support, just set the JUCE_JACK flag to 0.
*/
#include <Bela.h>
#include <Midi.h>
#include <juce_audio_basics/midi/juce_MidiDataConcatenator.h>
#include "native/juce_Bela_linux.cpp"
#include <jack/jack.h>
#include "native/juce_JackAudio_linux.cpp"
#endif
#undef SIZEOF
#if ! JUCE_BELA
#include <juce_audio_basics/midi/juce_MidiDataConcatenator.h>
#include "native/juce_Midi_linux.cpp"
#endif
#include <juce_audio_basics/midi/juce_MidiDataConcatenator.h>
#include "native/juce_Midi_linux.cpp"
//==============================================================================
#elif JUCE_ANDROID