mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
code format
This commit is contained in:
@@ -97,8 +97,8 @@ export const xen = register('xen', function (scaleNameOrRatios, pat) {
|
||||
return pat.withHap((hap) => {
|
||||
const scale = getXenScale(scaleNameOrRatios);
|
||||
let frequency = xenOffset(scale, parseNumeral(hap.value));
|
||||
// 10 is somewhat arbitrary
|
||||
frequency = parseFloat(frequency.toPrecision(10))
|
||||
// 10 is somewhat arbitrary
|
||||
frequency = parseFloat(frequency.toPrecision(10));
|
||||
return hap.withValue(() => frequency);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user