Skip to content

Commit

Permalink
Update label text (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
narner authored Sep 15, 2024
1 parent 5b396cf commit f0892e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Stitch/Graph/Node/Patch/Type/Media/SoundImportNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct SoundImportNode: PatchNodeDefinition {
type: .media
),
.init(
label: "Volume",
label: "Overall Volume",
type: .number
),
.init(
Expand All @@ -66,7 +66,7 @@ struct SoundImportNode: PatchNodeDefinition {
type: .number
),
.init(
label: "Hz Amplitudes",
label: "Volume Spectrum",
type: .number
)
]
Expand Down

0 comments on commit f0892e2

Please sign in to comment.