Hi,
I’ve built a generic function to generate random chords in a Harp instrument. The thing is that the harp follows an enahrmonic logic and I need to have results that accept both # and b notes. For example: if I have three possibilities for a C string (Cb, C or C#) and the MIDIcents are 5900, 6000, and 6100. If the choosen MIDIc is 5900 the chord-seq should display a Cb note, but if it has choosen 6100 the chord-seq object should display C#. What should I do? Is there a way of configuring the chord-seq object to resolve this problem?
Thank you very much!
Alex