From dfbd36be4341f633cb51d187d3245efbc9d500a8 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Mon, 7 Jul 2025 19:54:02 +0200 Subject: transitions, fix colors, add help --- client/lib/scales.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/lib/scales.js') diff --git a/client/lib/scales.js b/client/lib/scales.js index 87dcb0e..1e5afd6 100644 --- a/client/lib/scales.js +++ b/client/lib/scales.js @@ -19,11 +19,11 @@ import { let a, b; export const scales = [ - { name: "integer", get: (i, j) => [i + 1, j + 1] }, - { name: "subharmonic", get: (i, j) => [i + 1, i + j + 2] }, - { name: "harmonic", get: (i, j) => [i + j + 2, j + 1] }, + { name: "natural", get: (i, j) => [i + 1, j + 1] }, + { name: "undertone", get: (i, j) => [i + 1, i + j + 2] }, + { name: "overtone", get: (i, j) => [i + j + 2, j + 1] }, { - name: "prime", + name: "primes", reset: (x, y, w, h) => { a = Prime().skip(x).take(w).toJS(); b = Prime().skip(y).take(h).toJS(); -- cgit v1.2.3-70-g09d2