Skip to content

Commit

Permalink
Correct ios-coreaudio.cpp architecture for faust2ios.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Apr 7, 2024
1 parent 291cfd1 commit 1a9e5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/ios-coreaudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "faust/midi/midi.h"
#include "faust/gui/GUI.h"
#include "faust/gui/FUI.h"
#include "faust/gui/MidiUI.h"
#include "faust/gui/MapUI.h"
#include "faust/gui/APIUI.h"
#include "faust/gui/SimpleParser.h"
Expand All @@ -53,7 +54,6 @@
#endif

#if MIDICTRL
#include "faust/gui/MidiUI.h"
#include "faust/midi/rt-midi.h"
#include "faust/midi/RtMidi.cpp"
#endif
Expand Down

0 comments on commit 1a9e5f8

Please sign in to comment.