Skip to content

Commit

Permalink
rename pan amount to note>pan
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 1, 2024
1 parent 8da700d commit 5f1856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ pub fn create(editor_data: Data, editor_state: Arc<ViziaState>) -> Option<Box<dy
.class("column");
HStack::new(cx, |cx| {
HStack::new(cx, |cx| {
Label::new(cx, "amount").class("slider-label");
Label::new(cx, "note>pan").class("slider-label");
ParamSlider::new(cx, Data::params, |params| {
&params.taps.panning_amount
})
Expand Down

0 comments on commit 5f1856c

Please sign in to comment.