From bac1583508ae9bc6d4acf29d0a7041b5b87f848e Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 30 Dec 2021 06:39:11 +1000 Subject: [PATCH] Update documentation. --- docs/manual/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/index.html b/docs/manual/index.html index 02c184f0..21fbbfea 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -3637,7 +3637,7 @@ copied streams.

-You can start, stop and mute a node with the following: +You can start and stop a node with the following:

@@ -3645,7 +3645,6 @@ You can start, stop and mute a node with the following:

 ma_node_set_state(&splitterNode, ma_node_state_started);    // The default state.
 ma_node_set_state(&splitterNode, ma_node_state_stopped);
-ma_node_set_state(&splitterNode, ma_node_state_muted);
 

By default the node is in a started state, but since it won't be connected to anything won't