19 lines
455 B
Scheme
19 lines
455 B
Scheme
|
; /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
|
||
|
|
||
|
|