MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Runtime.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Host
 
namespace  MayaFlux::Host::Live
 

Functions

bool MayaFlux::Host::Live::lila_active ()
 True if a Lila instance is currently running in this process.
 
uint16_t MayaFlux::Host::Live::lila_port ()
 TCP port of the running Lila instance, or 0 if none is running.
 
bool MayaFlux::Host::Live::start_lila (uint16_t port=9090)
 Start a Lila interpreter and TCP server inside this process.
 
void MayaFlux::Host::Live::stop_lila (bool clear_persistent_store=false)
 Stop the running Lila interpreter and TCP server.