/ Examples / Projects / in C.

Projects .. AudioIO .. Control
NoteStreams .. Instruments
Filters .. Effects .. LiCK Effects
Plot .. Utility .. Pure ChucK


Terry Riley's famous minimalist composition, In C., is comprised of 53 musical parts. These are to be performed in sequence by an orchestra whose size can range from small to large.

Each player is allowed to select how many times to repeat a part and the result is a mesmerizing interplay between voices and parts.

To achieve this in a simple Fiddle project, we combine abc notation with a simple node graph.

Right-click to copy examples to your workspace

in-c.abc

In the screengrab below, you can see:

We explore how the voices are selected and serialized below.

in-c.chg

Below we see the graph overview for 5 players. Notice:

In this detailed view the green circles represent values that have been changed. To the right you can see the node inspector for an individual AbcNotes node.

Notice:

the payoff

If you right-click on this example you can copy it into your workspace where you can perform the piece and make changes.

To perform:

next steps

An exercise left to the reader:

See also:

home .. topics .. interface .. reference .. examples .. tipjar