Generating scales with iterative functions?

I wrote a simple program to generate SCALA files which can be used with @synthi’s Poly Scala

I made a github repo for it

I was helped along by others in the community here

What I’m wondering is this. What other iterated functions are useful for generating scales? They have to have some properties:

  • Monotonically increasing – i.e. Scale[N+1] should be greater than Scale[n]
  • Not outrageously non-linear – i.e. a scale of 50.0 1024.0 7000.0 would probably not be super useful.

The math-heads among us might have some ideas here.

1 Like