short question...
is there a function in OM to map an interval-list directly on a TONALITY or a SIEVE? in a way that the intervals are like steps? ..i coded that alreday for myself, but perhaps there is an OM-solution for such things?
nonsense-example:
(setf intervallist '(1 1 0 -2))
(setf pitches '(c4 e4 g4 b4))
=> :start 'c4
=> result: '(c4 e4 g4 g4 c4)
thanx
andré