We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4c942 commit aa616d5Copy full SHA for aa616d5
1 file changed
tabs/realtime/realtime.py
@@ -1845,9 +1845,6 @@ def limiter_visible(checkbox):
1845
def chorus_visible(checkbox):
1846
return update_visibility(checkbox, 6)
1847
1848
- def bitcrush_visible(checkbox):
1849
- return update_visibility(checkbox, 1)
1850
-
1851
def compress_visible(checkbox):
1852
return update_visibility(checkbox, 4)
1853
@@ -1915,7 +1912,7 @@ def delay_visible(checkbox):
1915
1912
],
1916
1913
)
1917
1914
bitcrush.change(
1918
- fn=bitcrush_visible,
+ fn=toggle_visible,
1919
inputs=[bitcrush],
1920
outputs=[bitcrush_bit_depth],
1921
0 commit comments