[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-dev] Node classvar addActions should have a getter



Otherwise, I have to redefine the dictionary in other methods that might need to turn an addaction into a number.

Can I commit it?

it might be sematically clearer to add a method:

*addActionToNumber { arg key;
	^addActions[key]
}
--








.