Le Biniou - User's manual

Basic concepts

Le Biniou is made of a set of plugins (nearly one hundred), that produce various graphic effects, depending on a source input (usually, your soundcard).

There are several types of plugins:

These plugins can be selected and organized in a particular order, forming "sequences".

Sequences can be created by the user (in the interactive mode), or by Le Biniou's Artificial Intelligence (in the automatic mode).

Le Biniou has an integrated On Screen Display (OSD), that shows you what's going on, and acts as a User Interface to select, organize or reorder plugins when you're in the interactive mode.

By default, Le Biniou starts in automatic mode, without OSD.

Le Biniou can randomly pick between many different colormaps and background pictures, allowing evolving rendering effects.

There are also three "auto-modes", that will randomly change the current sequence between user-defined and/or Le Biniou-generated ones.

Keyboard controls will be shown like this: "Hit the [space] key".

Starting Le Biniou

Le Biniou can be started by:

  1. the Applications/Sound&Video menu
  2. using the command line
Using the command line, you can activate specific options, like the display mode (window size, full-screen, etc.), the input source to use, which On Screen Display mode to activate, and more.
Please refer to the "Command line options" section for more informations.
Options can also be set with a user-defined configuration file.

Essential keyboard controls

Automatic Modes

When started, Le Biniou will create a new sequence regularly using it's Artificial Intelligence engine. Stop this mode by hitting [ESCAPE].

Hit [Ctrl-BACKSPACE] to make the AI create a new sequence.

Hit [Ctrl-m] or [Shift-m] to switch between the different random modes:

If the OSD is activated, a progress bar on the right will show you the time remaining until Le Biniou creates a new sequence.

Interactive Mode

At some point, you may want to create your own sequences. We will show you how to do this with a complete example.

To create new sequences, it is recommended to set the OSD in full mode (so that you can see the sequence, the plugin list and their description), and of course to turn Automatic Mode off (using [ESCAPE]).

Essential keyboard controls

Colormaps

Pictures

Your first sequence

To start from the begining, use [Shift-z] to remove all the plugins, and [n] to clear the screen.
Note: In the top-left part of the OSD, the sequence will have the name "(none)".

  1. First, add a plugin: find the "rotors" plugin in the list and add it to the sequence.
    Use [UP]/[DOWN] to navigate through the list, and [RETURN] to add or remove the plugin.
    Use [PAGEUP]/[PAGEDOWN] to scroll faster in the list.
  2. Now, add a filtering effect: find the "blur2" plugin and add it.
    New plugins will be added at the end of the sequence (except a few plugins, like the "clear" plugin, that will be added at the front).
  3. Then, change the colormap (using the controls described before) to one that pleases you.
  4. Finally, add a plugin that reacts to the sound, for example, the "X oscillo stereo" plugin.

You can save your newly created sequence using [Ctrl-s].
From now on, the sequence will have a name (the timestamp you saved it), for example: "1300821622".
It will be saved in your ".lebiniou/sequences/" folder under the name "1300821622.xml".
Later, you can rename this file to a suitable name, eg "My cool sequence.xml". This new name will be displayed in the OSD.

You can overwrite an existing sequence using [Ctrl-u] (the name will not be changed).

When you have several sequences, you can cycle through them using [Shift-LEFT] and [Shift-RIGHT],
pick one at random using [BACKSPACE], and use them in the Automatic Mode. Use [Ctrl-p] to select the most recent sequence.

Reorganizing the sequence

You can change the plugins order in the sequence:

Example sequences

Example sequences are available, install them by issuing the following command in your home directory:

$ tar xvfz /usr/share/doc/lebiniou-data/examples/sequences.tar.gz

Advanced topics

Banks

You can bind sequences, colormaps and pictures to the function keys to organize and quickly activate them. You are given 12 "banksets", each bankset contains 12 "banks" that can be mapped to sequences/colormaps/pictures.

Note: the banks are saved in the ".lebiniou/banks.xml" file.

Command line options

Configuration file

You can permanently set options in a configuration file (.lebiniourc), install this file by issuing the following command:

$ cp /usr/share/doc/lebiniou/examples/lebiniourc ~/.lebiniourc

Then edit to set your preferences.

3D plugins

Some plugins (eg: the "galaxy" plugin) operate in 3D.

When compiled with OpenGL support

Miscellaneous