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:
- Musical Mode (Ionian, Dorian, etc.), defined by the tonic and the sequence of tones and semi-tones.
- Chord, defined by its mode and the order (the number of notes)
- Rythm pattern, defined by the number of strokes and where the accents are placed
- Rythm sequence, which concatenates a series of rythm patterns
- 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.