ChordSymbol
ChordSymbol copied to clipboard
Implement asNotes and asDegrees on SequenceableCollection and Pattern
Hi,
It's pretty common in SC to have the same method name implemented on value, arrays and patterns (for example: .midicps). Currently, the method has a different name if applied on Symbol or SequenceableCollection. A method for Pattern would by also handy (implemented as pattern.collect({ arg x; x.asDegrees }))
Implementing on DemandUgens like Dseq would be really nice, but I don't know if it's possible or how to do it.
Thanks
Thanks for your feedback grirgz. I've got another project on at the moment but will take a look at this in a week or so.
I'll have to have a think about a consistent name for the methods.