From 22b16c953d0da854594f91c5244a2a26bbb149ec Mon Sep 17 00:00:00 2001
From: BERTHAUT Florent <florent.berthaut@univ-lille.fr>
Date: Fri, 9 Apr 2021 00:36:04 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1490f3d..d09bf2b 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,9 @@ They can have 1 or more values, and can be of multiple types :
 Three default outputs are automatically created by bf-pd and extracted from the audio you send to bf-instrument : pitch, onsets, loudness.
 
 **Declaration** is done through the arguments given to the bf-param and bf-output objects : 
-for example :[ bf-param instrumentName parameterName numberOfValues valuesType parameterOrder ]
+
+* [ bf-param instrumentName parameterName numberOfValues valuesType parameterIndex ]
+* [ bf-output instrumentName outputName numberOfValues valuesType outputIndex ]
 
 
 ## Performance: Making music together using bf-pd
-- 
GitLab