[Csnd] How do I interupt Csound and tell it to stop playing?
Date | 2013-08-02 01:17 |
From | Cacophony7 |
Subject | [Csnd] How do I interupt Csound and tell it to stop playing? |
If I run Csound from the Windows command prompt and tell it to play a sound for 1000 seconds how do I stop Csound without clicking on the "X" on the top-right of the command prompt? -- View this message in context: http://csound.1045644.n5.nabble.com/How-do-I-interupt-Csound-and-tell-it-to-stop-playing-tp5726241.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-08-02 01:27 |
From | Tobiah |
Subject | Re: [Csnd] How do I interupt Csound and tell it to stop playing? |
On 8/1/2013 5:17 PM, Cacophony7 wrote: > If I run Csound from the Windows command prompt and tell it to play a sound > for 1000 seconds how do I stop Csound without clicking on the "X" on the > top-right of the command prompt? Did you try Ctrl-C? Tobiah |
Date | 2013-08-02 02:38 |
From | Justin Smith |
Subject | Re: [Csnd] How do I interupt Csound and tell it to stop playing? |
If you use -Lstdin as a command line argument, you can enter "e" on a line by itself to make csound exit. this also allows manually entering score statements (start / stop instruments, etc.)
On Thu, Aug 1, 2013 at 5:27 PM, Tobiah <toby@tobiah.org> wrote:
|