arduino-audio-tools
|
Audio Player OSC Receiver: Receives OSC messages from the AudioPlayerOSCSender and applies it to the AudioPlayer. More...
#include <RCAudioPlayerOSC.h>
Protected Member Functions | |
void | registerCallbacks () |
Static Protected Member Functions | |
static bool | next (OSCData &data, void *ref) |
static bool | play (OSCData &data, void *ref) |
static bool | previous (OSCData &data, void *ref) |
static bool | setIndex (OSCData &data, void *ref) |
static bool | setPath (OSCData &data, void *ref) |
static bool | setVolume (OSCData &data, void *ref) |
static bool | stop (OSCData &data, void *ref) |
Protected Attributes | |
bool | is_active = false |
OSCData | osc |
AudioPlayer * | p_player = nullptr |
Audio Player OSC Receiver: Receives OSC messages from the AudioPlayerOSCSender and applies it to the AudioPlayer.