Skip to content

Commit

Permalink
Default value
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Sep 11, 2022
1 parent 5fea4e2 commit fd92646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AudioKitUI/Controls/ParameterSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public struct ParameterSlider: View {
public init(text: String,
parameter: Binding<Float>,
range: ClosedRange<AUValue>,
units: String) {
units: String = "") {
_parameter = parameter
self.text = text
self.range = range
Expand Down

0 comments on commit fd92646

Please sign in to comment.