arduino-audio-tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Protected Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
RCAudioPlayerOSCReceiver Class Reference

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
 
AudioPlayerp_player = nullptr
 

Detailed Description

Audio Player OSC Receiver: Receives OSC messages from the AudioPlayerOSCSender and applies it to the AudioPlayer.

Author
Phil Schatzmann

The documentation for this class was generated from the following file: