Jump to content

dsyk

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by dsyk

  1. I want to write down all the scales provided in “Tonalities” for educational purposes. I begin with C major scale thus: (setf c-major '(w c4 d4 e4 f4 g4 a4 b4 c5)) and then I apply, for ex. (setf c-minor (tonality-map '(melodic-major) c-major)). Each time I call “Snippet Notation” I get different notes for the new tonality (scale). Is there a way to fix this? Thanks
  2. After a computer crash I lost the dmg of Opusmodus 1. Is there a link that I can download it again? Thank
  3. I want to define pizz=0, arco-ord =1, arco-tasto=2, arco-ponte=3, then to apply to a string of pitch classes (0-11) mod 4, this will give me another string (0-3) and I want this string to be transformed to a string of attributes according to my definition.
  4. Can I assign integer to attribute, for e.x integer to attribute?
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy