...
|
...
|
@@ -3,17 +3,6 @@ Set of programs to manipulate data in blc_channels. They do not have any lib dep |
|
|
Acquire input values
|
|
|
====================
|
|
|
|
|
|
from files
|
|
|
----------
|
|
|
|
|
|
`i_fread <filename.tsv>` reads a line of data from the file in tsv (i.e. '0.3 0.55 0.56 ' is a vector of 3 values) and creates a channel (a vector) containing these data.
|
|
|
If there are many lines, it updates the data as fast as possible with each time.
|
|
|
It is very fast you can be either be synchronized or using **-p** to requiert a minimal time between each update.
|
|
|
You can also use a first column describing the time in µs to read the line.
|
|
|
Finaly you can limit the number of line read by using -n.
|
|
|
|
|
|
To load sound or images, see [i_sndfile](http://blaar.org/../sndfile) and [i_pngfile](http://blaar.org/../png)
|
|
|
|
|
|
from keyboard
|
|
|
-------------
|
|
|
|
...
|
...
|
@@ -48,6 +37,18 @@ It can be changed with `-S`. |
|
|
|
|
|
Sometime you do not want intermediate values but only **toggle** between max and min. Then use `-T`.
|
|
|
|
|
|
|
|
|
from files
|
|
|
----------
|
|
|
|
|
|
`i_fread <filename.tsv>` reads a line of data from the file in tsv (i.e. '0.3 0.55 0.56 ' is a vector of 3 values) and creates a channel (a vector) containing these data.
|
|
|
If there are many lines, it updates the data as fast as possible with each time.
|
|
|
It is very fast you can be either be synchronized or using **-p** to requiert a minimal time between each update.
|
|
|
You can also use a first column describing the time in µs to read the line.
|
|
|
Finaly you can limit the number of line read by using -n.
|
|
|
|
|
|
To load sound or images, see [i_sndfile](http://blaar.org/../sndfile) and [i_pngfile](http://blaar.org/../png)
|
|
|
|
|
|
from oscillator
|
|
|
---------------
|
|
|
|
...
|
...
|
|