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

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

diff --git a/README.md b/README.md
index 035d525..1490f3d 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@ They can have 1 or more values, and can be of multiple types :
 **Outputs** have the same properties but correspond to musical content produced by your instruments (notes, onsets, envelopes ...). They can be used to control others parameters.
 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 ]
+
 
 ## Performance: Making music together using bf-pd
 
-- 
GitLab