Skip to content

Commit 2dbaa2a

Browse files
committed
Envelope tab disables file loading when clicking on the audio sample graph
1 parent 51ed85a commit 2dbaa2a

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

res/main/ui/sampling/multiple.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<asample
9494
expand="true"
9595
id="sf${idx}"
96+
activity="(:sets ine 3) or (:fs${idx} ine 0)"
9697
mesh_id="fd${idx}"
9798
path.id="_ui_dlg_sample_path"
9899
ftype.id="_ui_dlg_sample_ftype"

res/main/ui/sampling/single/mono.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<asample
5555
expand="true"
5656
id="sf${idx}"
57+
activity="(:sets ine 3) or (:fs${idx} ine 0)"
5758
mesh_id="fd${idx}"
5859
path.id="_ui_dlg_sample_path"
5960
ftype.id="_ui_dlg_sample_ftype"

res/main/ui/sampling/single/stereo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<asample
5555
expand="true"
5656
id="sf${idx}"
57+
activity="(:sets ine 3) or (:fs${idx} ine 0)"
5758
mesh_id="fd${idx}"
5859
path.id="_ui_dlg_sample_path"
5960
ftype.id="_ui_dlg_sample_ftype"

0 commit comments

Comments
 (0)