❮❮ ❯❯  00:00:00:00
LEGEND   PersonSuitcaseTrainBicycle
CHAPTERS  (click to expand)
BOOKMARKS  (click to expand)
WORKSHOP GUIDANCE
  • This pattern presents the completed piece, incorporating all the previous steps, plus a couple of minor additions (detailed below) for you to study and audition at your leisure. It should provide a relative dynamic and yet consonant soundtrack to the station, handling quiet and busy scenes, plus various activities on the platform. Use the CHAPTERS to explore how the music adapts.
  • The code in  Update  performs all the calculations to decide note and chord changes. Some variation in the harmonic changes occurs as a result of the occasional continuation of the pattern, but we add further variation by selectively retriggering this code on-demand, using the .run() facility:

    [02:008]  0.5 ? @Update.run()

  • The previous code affected pitch, harmony, rhythm, and dynamic changes in response to the platform. This version adds the final touch of varying tempo - speeding up for busy scenes, slowing for quiet. This is done, using the @xx tempo effect, placed in the  Update  cell, where the xx (tempo) parameter is determined by a formula:

    .param = 100 + @Persons