Tuesday, 12 January 2010

The coding has started

Just a quick post to note that the coding for Arsenic Gourmet has
started. There are just a few classes, but enough to build momentum (I
hope). Up to now, the following classes have been defined:
  1. Musical Mode (Ionian, Dorian, etc.), defined by the tonic and the sequence of tones and semi-tones.
  2. Chord, defined by its mode and the order (the number of notes)
  3. Rythm pattern, defined by the number of strokes and where the accents are placed
  4. Rythm sequence, which concatenates a series of rythm patterns
  5. Style, empty by now, but will contain the set of parameters which define a style
Now, I would like to find time to work on the generation part, that
is, how to produce a score once the inputs are defined.