mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
silence fx 2
This commit is contained in:
@@ -88,10 +88,10 @@ s = blank.skip(max_blank=10., s)
|
|||||||
live_enabled = interactive.bool("Going Live!", true)
|
live_enabled = interactive.bool("Going Live!", true)
|
||||||
|
|
||||||
|
|
||||||
s = crossfade(fade_out=10., fade_in=5., duration=15., switch(track_sensitive=false,
|
switch(track_sensitive=false,
|
||||||
[(live_enabled, mic),
|
[(live_enabled, mic),
|
||||||
({true}, s)])
|
({true}, s)])
|
||||||
)
|
|
||||||
|
|
||||||
# Configure logging settings
|
# Configure logging settings
|
||||||
log_to_stdout = true
|
log_to_stdout = true
|
||||||
|
|||||||
Reference in New Issue
Block a user