ChordSymbol icon indicating copy to clipboard operation
ChordSymbol copied to clipboard

Implement asNotes and asDegrees on SequenceableCollection and Pattern

Open grirgz opened this issue 10 years ago • 1 comments

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

grirgz avatar Nov 19 '14 21:11 grirgz

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.

triss avatar Nov 20 '14 22:11 triss