allow more props in audio/record
This commit is contained in:
parent
1ef64e4eba
commit
7eb3ab7615
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue