23 lines
491 B
Text
23 lines
491 B
Text
|
#lang scribble/manual
|
||
|
@(require (for-label racket))
|
||
|
|
||
|
@title{/status Query the status}
|
||
|
|
||
|
No arguments.
|
||
|
|
||
|
Replies to sender with the following message.
|
||
|
|
||
|
/status.reply
|
||
|
int - 1. unused.
|
||
|
int - number of unit generators.
|
||
|
int - number of synths.
|
||
|
int - number of groups.
|
||
|
int - number of loaded synth definitions.
|
||
|
float - average percent CPU usage for signal processing
|
||
|
float - peak percent CPU usage for signal processing
|
||
|
double - nominal sample rate
|
||
|
double - actual sample rate
|
||
|
|
||
|
|
||
|
|