I do not know in which categories this post should be, so let’s go for a simple question.
I am trying to add a method to the Scale
class, but there are some points that are not very clear, and probably the code and the documentation will need some updating.
- Is it possible to define a scale on 2 octaves? It seems not but I would like to be sure. Maybe it exists a hack to do it. If not maybe it would be relevant to add it as an argument of Scale (in that case some support would be welcome).
- what about descending scale? It exists a class
ScaleAD
, but no idea how to use it. No documentation about it. In the help documentation, it is recommended to usePavaroh
class for ascending/descending scales, but this does not fit my need, because I want to workScale
outsideStreams
. Also, the help documentation talks about descDegrees inScale.new
but this argument does not relate to anything Scale | SuperCollider 3.12.2 Help.