VJ Master 1.3
Real-time audio analysis and visualisation.
 
Loading...
Searching...
No Matches
FOSConfig Struct Reference

Configuration for OSC system. More...

#include <ST_AudioControlSettings.h>

Public Member Functions

 UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="UDP", meta=(SessionRestartRequired, Tooltip="Receive buffer size in bytes (default is 64KB on Windows).")) int32 ReceieveBufferSize
 
 UPROPERTY (EditAnywhere, BlueprintReadWrite, Category="UDP", meta=(SessionRestartRequired, Tooltip="Send buffer size in bytes (default is 64KB on Windows).")) int32 SendBufferSize
 

Public Attributes

FOSCMatLEDConfig OSCMatLEDConfig
 
bool bOSCEnabled = true
 
FString SendIpAddress = "127.0.0.1"
 
int32 SendPort = 8000
 
FString SendClientName = "ST_SendOSCClient"
 
FString ReceiveIpAddress = "127.0.0.1"
 
int32 ReceivePort = 8000
 
FString ReceiveClientName = "ST_ReceiveOSCClient"
 
bool bCullOverhead = false
 

Detailed Description

Configuration for OSC system.


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