You could use the control bus feature with ampbus
and amprecv
?
Setup any orbits you want to silence with # amprecv 1
, then setup a control orbit with # ampbus 1
applying whatever values you want
[edit] this works:
-- bus signal send/control, 0.5 is full vol
d1 $ ampbus 1 0.5
-- turn it off
d1 $ ampbus 1 0.0
-- sound
d2 $ trigger 1 $ s "supercomparator" # note "d4" # sustain "8" # attack "0.5" # hold "4" # release "3.5"
# amprecv 1
5 Likes