We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c0b997 + 3262ca2 commit 5f04c05Copy full SHA for 5f04c05
1 file changed
Sources/AudioKitUI/Visualizations/FFTView.swift
@@ -90,7 +90,7 @@ public struct FFTView: View {
90
includeCaps: Bool = true,
91
numberOfBars: Int = 50,
92
maxAmplitude: Double = -10.0,
93
- minAmplitude: Double = -150.0
+ minAmplitude: Double = -150.0,
94
backgroundColor: Color = Color.black)
95
{
96
self.node = node
0 commit comments