From 7eb3ab76157b9a2f68096b7c8c1520e215171868 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 7 Oct 2023 18:00:51 +0200 Subject: [PATCH] allow more props in audio/record --- bin/web/js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/web/js/config.js b/bin/web/js/config.js index c3fc4bc..85834e4 100644 --- a/bin/web/js/config.js +++ b/bin/web/js/config.js @@ -83,14 +83,14 @@ const config = { zoomDynamicMax: 42, }, audio: { - ignoreProps: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy', 'fontVariationAxes', 'color'], + ignoreProps: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy'], defaultSmoothing: 0.7, fftBandsAnalysed: 256 * 8, fftBandsUsed: 256 * 8 / 2, fftHeight: 256 / 2, }, record: { - ignoreProps: ['fontVariationAxes','letterDelays','color'], + ignoreProps: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy'], recordMapped: true, }, midi: {