1 #ifndef AL_DISTRIBUTEDSCENE_HPP
2 #define AL_DISTRIBUTEDSCENE_HPP
4 #include "al/protocol/al_OSC.hpp"
5 #include "al/scene/al_DynamicScene.hpp"
6 #include "al/ui/al_ParameterServer.hpp"
20 TimeMasterMode masterMode = TimeMasterMode::TIME_MASTER_CPU);
25 std::string name() {
return mName; }
27 void registerNotifier(
OSCNotifier ¬ifier) { mNotifier = ¬ifier; }
32 std::string rootOSCPath =
"")
override;
The DistributedScene class.
virtual bool consumeMessage(osc::Message &m, std::string rootOSCPath="") override
Returns true if message was consumed by this class.
virtual void allNotesOff() override
Turn off all notes immediately (without calling triggerOff() )