Client

Undocumented in source.
interface Client {}

Members

Functions

activate
void activate()
Undocumented in source.
close
void close()
Undocumented in source.
connect
void connect(string source_port, string dest_port)
Undocumented in source.
deactivate
void deactivate()
Undocumented in source.
disconnect
void disconnect(string source_port, string dest_port)
Undocumented in source.
framesToTime
Time framesToTime(NFrames frames)
Undocumented in source.
getByID
Port getByID(PortID id)
Undocumented in source.
getByName
Port getByName(string port_name)
Undocumented in source.
getCurrentTransportFrame
NFrames getCurrentTransportFrame()
Undocumented in source.
getPorts
NamesArray getPorts(string pattern, string pattern_type, PortFlags flags)
Undocumented in source.
portDisconnect
void portDisconnect(Port port)
Undocumented in source.
portGetAllConnections
NamesArray portGetAllConnections(Port port)
Undocumented in source.
portIsMine
bool portIsMine(Port port)
Undocumented in source.
portRegister
Port portRegister(string port_name, string port_type, PortFlags flags, uint buffer_size)
Undocumented in source.
portRequestMonitorByName
void portRequestMonitorByName(string name, bool onoff)
Undocumented in source.
portTypeGetBufferSize
size_t portTypeGetBufferSize(string type)
Undocumented in source.
portUnregister
void portUnregister(Port port)
Undocumented in source.
recomputeTotalLatencies
void recomputeTotalLatencies()
Undocumented in source.
releaseTimebase
void releaseTimebase()
Undocumented in source.
setBufferSizeCallback
void setBufferSizeCallback(BufferSizeCallback callback, void* data)
Undocumented in source.
setClientRegistrationCallback
void setClientRegistrationCallback(ClientRegistrationCallback callback, void* data)
Undocumented in source.
setFreewheelCallback
void setFreewheelCallback(FreewheelCallback callback, void* data)
Undocumented in source.
setGraphOrderCallback
void setGraphOrderCallback(GraphOrderCallback callback, void* data)
Undocumented in source.
setLatencyCallback
void setLatencyCallback(LatencyCallback callback, void* data)
Undocumented in source.
setPortConnectCallback
void setPortConnectCallback(PortConnectCallback callback, void* data)
Undocumented in source.
setPortRegistrationCallback
void setPortRegistrationCallback(PortRegistrationCallback callback, void* data)
Undocumented in source.
setPortRenameCallback
void setPortRenameCallback(PortRenameCallback callback, void* data)
Undocumented in source.
setProcessCallback
void setProcessCallback(ProcessCallback callback, void* data)
Undocumented in source.
setSampleRateCallback
void setSampleRateCallback(SampleRateCallback callback, void* data)
Undocumented in source.
setShutdownCallback
void setShutdownCallback(ShutdownCallback callback, void* data)
Undocumented in source.
setSyncCallback
void setSyncCallback(SyncCallback callback, void* data)
Undocumented in source.
setSyncTimeout
void setSyncTimeout(Time timeout)
Undocumented in source.
setTimebaseCallback
void setTimebaseCallback(int conditional, TimebaseCallback callback, void* data)
Undocumented in source.
setXRunCallback
void setXRunCallback(XRunCallback callback, void* data)
Undocumented in source.
timeToFrames
NFrames timeToFrames(Time time)
Undocumented in source.
transportLocate
void transportLocate(NFrames frame)
Undocumented in source.
transportQuery
TransportState transportQuery(Position* pos)
Undocumented in source.
transportStart
void transportStart()
Undocumented in source.
transportStop
void transportStop()
Undocumented in source.
trasnportReposition
void trasnportReposition(Position* pos)
Undocumented in source.

Properties

buffersize
NFrames buffersize [@property getter]
Undocumented in source.
cpuLoad
float cpuLoad [@property getter]
Undocumented in source.
frameTime
NFrames frameTime [@property getter]
Undocumented in source.
framesSinceCycleStart
NFrames framesSinceCycleStart [@property getter]
Undocumented in source.
isRealtime
bool isRealtime [@property getter]
Undocumented in source.
lastFrameTime
NFrames lastFrameTime [@property getter]
Undocumented in source.
name
string name [@property getter]
Undocumented in source.
samplerate
NFrames samplerate [@property getter]
Undocumented in source.
threadId
ThreadId threadId [@property getter]
Undocumented in source.

Meta