Skip to content

Commit aa616d5

Browse files
Update realtime.py
1 parent 2d4c942 commit aa616d5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tabs/realtime/realtime.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,9 +1845,6 @@ def limiter_visible(checkbox):
18451845
def chorus_visible(checkbox):
18461846
return update_visibility(checkbox, 6)
18471847

1848-
def bitcrush_visible(checkbox):
1849-
return update_visibility(checkbox, 1)
1850-
18511848
def compress_visible(checkbox):
18521849
return update_visibility(checkbox, 4)
18531850

@@ -1915,7 +1912,7 @@ def delay_visible(checkbox):
19151912
],
19161913
)
19171914
bitcrush.change(
1918-
fn=bitcrush_visible,
1915+
fn=toggle_visible,
19191916
inputs=[bitcrush],
19201917
outputs=[bitcrush_bit_depth],
19211918
)

0 commit comments

Comments
 (0)