- 97 -Enders, Bernd (Hrsg.): KlangArt-Kongreß 1993: Neue Musiktechnologie II 
  Erste Seite (3) Vorherige Seite (96)Nächste Seite (98) Letzte Seite (381)      Suchen  Nur aktuelle Seite durchsuchen Gesamtes Dokument durchsuchen     Aktuelle Seite drucken Hilfe 


Here are several concluding examples of simple mapping expression:


To find out the total length of rhythmic time the objects occupy:


map * sum $rhythm

     CLAUSE           COUNT  VALUE

     sum      $rhythm   180  18.25


To count the number of note values above FS5:


map * count (scale> $note fs5)

     CLAUSE                      COUNT  VALUE

     count    (scale> $note fs5)   180  81


To collect every 20th note parameter value into a list:


map ::20 collect $note

     CLAUSE         COUNT  VALUE

     collect  $note    9  (C4 GS4 F4 C4 C6 GS4 DS6 C6 DS6)


To edit pairwise, and when a given pair has equal values in their amp parameters, to scale the second Event's amp by 1.5 and transpose the first Event's note parameter value up six degrees in the standard scale:


     map *::2 when (= $amp[1] $amp[2]) scale amp[2]                                                   1.5

                 and transpose note[1] 6



Conclusion


Synthesis languages allow the contemporary composer a fine-grained control over sound, but describing these sounds can be a very complex process and the level of abstraction provide by the languages are generally too weak to represent high order compositional structure and pattern.

Common Music defines a compositional level above the synthesis layer in which the composer may define and manipulate sound descriptions as reusable compositional structure.

Common Music allows the composer to specify these sound events directly or indirectly through an algorithmic process. Once specified, sound events may be edited


Erste Seite (3) Vorherige Seite (96)Nächste Seite (98) Letzte Seite (381)      Suchen  Nur aktuelle Seite durchsuchen Gesamtes Dokument durchsuchen     Aktuelle Seite drucken Hilfe 
- 97 -Enders, Bernd (Hrsg.): KlangArt-Kongreß 1993: Neue Musiktechnologie II