Skip to content
Snippets Groups Projects
Commit 4a9c4623 authored by BERTHAUT Florent's avatar BERTHAUT Florent
Browse files

Fixed bf-param image

parent ed643d65
No related branches found
No related tags found
No related merge requests found
doc/img/bf-param_example.png

10 KiB

...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</ol> </ol>
<p>So a bf-param with 8 drum machine note triggers would be: <code>[bf-param myDrumMachine kickOnOff 8 bool]</code> and creates this object within your patch:</p> <p>So a bf-param with 8 drum machine note triggers would be: <code>[bf-param myDrumMachine kickOnOff 8 bool]</code> and creates this object within your patch:</p>
<figure> <figure>
<img src="/uploads/114e1a4d5f4c38d21eac50bbcebe5509/bf-param_example.png" alt="" /><figcaption>bf-param_example</figcaption> <img src="img/bf-param_example.png" alt="" /><figcaption>bf-param_example</figcaption>
</figure> </figure>
<h6 id="inlets-1">Inlets:</h6> <h6 id="inlets-1">Inlets:</h6>
<ol type="1"> <ol type="1">
......
...@@ -50,7 +50,7 @@ A bf-param can be a single instance of its type or it can be a multiple, which c ...@@ -50,7 +50,7 @@ A bf-param can be a single instance of its type or it can be a multiple, which c
So a bf-param with 8 drum machine note triggers would be: So a bf-param with 8 drum machine note triggers would be:
`[bf-param myDrumMachine kickOnOff 8 bool]` and creates this object within your patch: `[bf-param myDrumMachine kickOnOff 8 bool]` and creates this object within your patch:
![bf-param_example](/uploads/114e1a4d5f4c38d21eac50bbcebe5509/bf-param_example.png) ![bf-param_example](img/bf-param_example.png)
###### Inlets: ###### Inlets:
1. Sets the value of the parameter. If the parameter is a multiple, then *Inlet 1* sets the parameter at the index last received on *Inlet 2*. 1. Sets the value of the parameter. If the parameter is a multiple, then *Inlet 1* sets the parameter at the index last received on *Inlet 2*.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment