Related to Brian's question "how do you completely kill the audio from a shred in code?", is there a 'panic button' type command to completely kill all audio from chuck? Could be a useful feature. Ollie
Hmm, something like 0 => dac.gain; would probably do the trick. spencer On Oct 30, 2006, at 3:18 PM, Ollie Glass wrote:
Related to Brian's question "how do you completely kill the audio from a shred in code?", is there a 'panic button' type command to completely kill all audio from chuck?
Could be a useful feature.
Ollie _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Ollie, When I'm working in the Audicle I use "removeall" from the chuck shell. Command-line chuck should have this option too. Graham On Mon, 30 Oct 2006, Ollie Glass wrote:
Related to Brian's question "how do you completely kill the audio from a shred in code?", is there a 'panic button' type command to completely kill all audio from chuck?
Could be a useful feature.
Ollie _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Another more violent option (from with ChucK) is Machine.crash(), which will actually forcefully end your virtual machine process. From outside ChucK you can do chuck --kill. Though perhaps a Machine.removeall() function would be useful to have... spencer On Oct 31, 2006, at 12:35 PM, Graham Coleman wrote:
Ollie,
When I'm working in the Audicle I use "removeall" from the chuck shell. Command-line chuck should have this option too.
Graham
On Mon, 30 Oct 2006, Ollie Glass wrote:
Related to Brian's question "how do you completely kill the audio from a shred in code?", is there a 'panic button' type command to completely kill all audio from chuck?
Could be a useful feature.
Ollie _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (3)
-
Graham Coleman
-
Ollie Glass
-
Spencer Salazar