--- linuxsampler/trunk/Documentation/lscp.xml 2010/10/05 17:51:14 2142 +++ linuxsampler/trunk/Documentation/lscp.xml 2011/06/24 19:39:11 2188 @@ -34,7 +34,7 @@ schoenebeck at software minus engineering dot org - + LinuxSampler Developers LSCP @@ -7876,6 +7876,14 @@ / GLOBAL_INFO + / EFFECT_INSTANCE_COUNT + + / EFFECT_INSTANCE_INFO + + / SEND_EFFECT_CHAIN_COUNT + + / SEND_EFFECT_CHAIN_INFO + unsubscribe_event = @@ -7932,6 +7940,14 @@ / GLOBAL_INFO + / EFFECT_INSTANCE_COUNT + + / EFFECT_INSTANCE_INFO + + / SEND_EFFECT_CHAIN_COUNT + + / SEND_EFFECT_CHAIN_INFO + map_instruction = @@ -9261,6 +9277,83 @@ message is sufficient here. +
+ Client may want to be notified when the number of effect instances + is changed by issuing the following command: + + + SUBSCRIBE EFFECT_INSTANCE_COUNT + + + Server will start sending the following notification messages: + + + "EFFECT_INSTANCE_COUNT:<instances>" + + + where <instances> will be replaced by the new number + of effect instances. +
+ +
+ Client may want to be notified when changes were made to effect instances + on the back-end by issuing the following command: + + + SUBSCRIBE EFFECT_INSTANCE_INFO + + + Server will start sending the following notification messages: + + + "EFFECT_INSTANCE_INFO:<instance-id>" + + + where <instance-id> will be replaced by the numerical ID + of the effect instance. +
+ +
+ Client may want to be notified when the number of send effect chains + is changed by issuing the following command: + + + SUBSCRIBE SEND_EFFECT_CHAIN_COUNT + + + Server will start sending the following notification messages: + + + "NOTIFY:SEND_EFFECT_CHAIN_COUNT:<device-id> <chains>" + + + where <device-id> will be replaced by the numerical ID of the audio + output device, in which the number of send effect chains is changed and + <chains> will be replaced by the new number of send effect chains. +
+ +
+ Client may want to be notified when changes were made to send effect chains + on the back-end by issuing the following command: + + + SUBSCRIBE SEND_EFFECT_CHAIN_INFO + + + Server will start sending the following notification messages: + + + "SEND_EFFECT_CHAIN_INFO:<device-id> <chain-id> <instances>" - + Notifies that the number of effect instances in a particular send effect chain + is changed, where <device-id> will be replaced by the numerical ID of the audio + output device the send effect chain belongs to, <chain-id> will be replaced + by the numerical ID of the send effect chain in which the number of effect instances + has changed and <instances> will be replaced by the new number + of effect instances in the specified send effect chain. + + +
+
Client may want to be notified of miscellaneous and debugging events occurring at the server by issuing the following command: