This PowerPoint slideshow is a detailed presentation, along with sound examples, of Bol Processor in its BP2 version.
➡ Download the slideshow (Zip file, 150 Mb)

A program for music composition and improvisation
This PowerPoint slideshow is a detailed presentation, along with sound examples, of Bol Processor in its BP2 version.
➡ Download the slideshow (Zip file, 150 Mb)
Is text an adequate tool for modelling musical analysis, composition and performance?
This poster was presented at the conference Language and Music as Cognitive Systems in Cambridge (UK), on 11-13 May 2007.
➡ Download the poster (20 Mb PDF)
This composition was part of the choreographic work CRONOS created by Andréine Bel and performed at the National Centre for the Performing Arts (Mumbai, India) and the Shri Ram Center (Delhi) in October 1994.
The following grammar "-gr.ShapesInRhythm" was written (in about 2 days) by Andréine and Bernard Bel.
There were six dancers on the stage: Smriti Mishra, Olivier Rivoirard, Vijayshree Chaudhary, Arindam Dasgupta, Somenath Chatterjee and Suresh Shetty.
The musical structure consists of 9 parts using very different sound patches played on Roland D-50 synthesiser with a Musitronics extension card. Each part is based on the rhythmic structure of a tihai: three equal repetitions of a rhythmic pattern, interspersed with two equal rests, with the constraint that the last unit must fall on the first beat of the rhythmic cycle. The cycle has 16 beats, or tintal in North-Indian music/dance. Tihais are basic figures of Kathak dance and tabla drumming.
On an old Mac IIci, this would take 14 minutes to produce and time! For this reason, subgrammar instructions have been optimised: instead of the standard "RND" mode, "ORD" has been used wherever possible, otherwise "SUB1", whose process is a unique "parallel" rewrite of the work string.
Playing the piece required a 30-millisecond quantization setting which reduced the size of the phase table by a factor of 222. See Complex ratios in polymetric expressions for a detailed explanation.
At the time this grammar was written, BP2 did not support articulation or glossaries. This grammar has highlighted the need for such features.
Smooth time and time patterns (with time-objects t1, t2 and t3) were used because the dancers expected the first sections to start slowly and speed up. Thus, the composition starts at metronome 60, continues at metronome 80 and ends at 88. In this composition, however, striated time would be a much better option because speed changes can be managed using the "_tempo()" tool: forget time patterns, set the metronome to 88 and insert _tempo(60/88) then _tempo(80/88) and finally _tempo(1) to change speeds. This work was an incentive to implement the "_tempo()" performance tool…
Click this link to display the score of this piece.➡ Video at the bottom of this page.
An extract of this work is shown in the following video from 3mn 36s to 3mn 48s:
The complete reference manual for version 2 of the Bol Processor

A composition in Carnatic musical style by Srikumar K. Subramanian, June 1995.
Name: "-gr.trial.mohanam"
This is a non-stop improvisation of variations in a style similar to Carnatic music. The compositional approach here is to decide that each variation should contain 32 notes and can use up to 20 "ideas". To do this, a flag called Ideas is set to 20 at the beginning, and it is decreased by 1 unit in certain rules (such as GRAM#2[2]) or 2 units in others (such as GRAM#2[3]). See the page Flags in grammars for more details.
Rules in subgrammar #3 can only be candidates if there are few ideas left, but they do not reduce ideas.
Rules in subgrammar #6 use wildcards to create patterns.
Rules in subgrammar #9 create "effects" by changing velocities.
In the ‘Improvize’ mode, the values of flags and rule weights can be carried over from one variation to the next. This allows them to be used to trigger/inhibit events at any distance from those that created/modified them.
The following output was recorded on a Roland D-50 synthesiser.
The polyrhythmic piece "765432" composed by Andréine Bel for her CRONOS dance production (1994) illustrates the use of undetermined rests. Six dancers were on stage: Suresh Shetty, Smriti Mishra, Olivier Rivoirard, Vijayshree Chaudhary, Arindam Dasgupta and Andréine Bel.
In this grammar, "SUB1" indicates a substitution that only needs to be performed once. Using it to replace "SUB" saves computation time.
Glyphs "…" are undetermined rests, i.e. silences whose duration is a priori unknown and will be precisely calculated by the polymetric expansion algorithm.
The whole structure is based on regular arithmetic divisions. For example, Suresh moves at "speed 7", Smriti at "speed 6" and Olivier at "speed 5".
"CR47" and "C46" are patches from the Roland D-50 synthesiser.
The following output was recorded on a Roland D-50 synthesiser.
This performance was part of the choreographic work CRONOS performed at the National Centre for the Performing Arts (Mumbai, India) and the Shri Ram Center (Delhi) in October 1994. An excerpt is shown from 4mn 50s to 5mn 10s:
The following is a simple grammar illustrating the use of time patterns in smooth time. Whereas striated time is filled with (regular or irregular) pulses, smooth time does not involve counting.
_mm(120.0000) _smooth
GRAM#1[1] S --> {10 , t1 t2 , Part1 Part2}
GRAM#1[2] Part1 --> {t1 t3 t4 , C4 D4 E4 F4 - A4}
GRAM#1[3] Part2 --> {t3 t1 , B4 C5 _ E5}
TIMEPATTERNS:
t1 = 1/1 t2 = 3/2 t3 = 4/3 t4 = 1/2
In this grammar, "t1", "t2" etc. are the time patterns arranged in such a way that they define a structure of (irregular) "beats" on which notes "C4", "D4" etc. will be located.
The final arrangement is as follows:
{10, t1 t2, {t1 t3 t4, C4 D4 E4 F4 - A4} {t3 t1, B4 C5 _ E5}}

Time flexibility in Bol Processor is not the effect of arbitrary numerical functions. This flexibility stems from a time structure — Xenakis’ (1963) structure temporelle — that is deeply interwoven with the syntactic description of music.
If striated time is selected, the same structure will be displayed as shown below:

Some time patterns were used in Andréine Bel's choreographic work: Shapes in Rhythm.