Hello,
I'm aware of pcs-analysis (which prints data), but I'm looking for a way to collect lists of Forte-style interval vectors into a data structure in order to query them for similarity and difference. Something like:
(get-interval-vector '3-1)
-> (2 1 0 0 0 0)
Is there an easy way to do this?
thanks, Michael