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

Moved simple sound player to audio_utils module

This commit is contained in:
hogliux 2016-10-18 18:36:32 +01:00
parent 1fcae3675c
commit a347689d96
7 changed files with 462 additions and 268 deletions

View file

@ -67,6 +67,7 @@ namespace juce
#include "gui/juce_MidiKeyboardComponent.h"
#include "gui/juce_AudioAppComponent.h"
#include "gui/juce_BluetoothMidiDevicePairingDialogue.h"
#include "players/juce_SoundPlayer.h"
#include "players/juce_AudioProcessorPlayer.h"
}