From aa3698c4f42488c0c846017a9da9d4ceddc9e893 Mon Sep 17 00:00:00 2001 From: tyow Date: Mon, 26 Jan 2026 17:50:38 -0500 Subject: [PATCH] Small wording changes, bring up to date with main, uzu/strudel#1944 --- packages/xen/xen.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/xen/xen.mjs b/packages/xen/xen.mjs index 35fc3415b..f8527ed7c 100644 --- a/packages/xen/xen.mjs +++ b/packages/xen/xen.mjs @@ -64,7 +64,7 @@ function xenOffset(xenScale, offset, index = 0) { // scaleNameOrRatios: string || number[], steps?: number /** - * Assumes a numerical pattern of EDO steps. Accepts all scale names of `tune` as well as any arbitrary edo scale. Returns a new pattern with all values mapped to their associated frequency, assuming a base frequency of 220hz. + * Assumes a numerical pattern of scale steps, and a scale. Scales accepted are all preset scale names of `tune`, arbitrary edos such as 31edo, or an array of frequency ratios. Returns a new pattern with all values mapped to their associated frequency, assuming a base frequency of 220hz. * * @name xen * @returns Pattern @@ -72,7 +72,7 @@ function xenOffset(xenScale, offset, index = 0) { * @param {(string | number[] )} scaleNameOrRatios * @tags tonal * @example - * // A major tried in 31edo: + * // A major triad in 31edo: * "0 8 18".xen("31edo").freq().piano() * @example * // You can also use xen with frequency ratios.