Csound Csound-dev Csound-tekno Search About

csound process too heavy?

Date2015-08-19 08:07
FromRichard
Subjectcsound process too heavy?
When I run this autorec.csd (that I posted earlier) on my remote 
raspberry pi, it takes so many resources (it seems) that I cannot ssh 
into the pi anymore.
Is there a way for csound to use less resources (some 'idle' function)?
Another question. apparently csound had stopped for some reason, since I 
could ssh again and ps showed no csound activity.
But how can I see why it stopped? The terminal session was gone. Can I 
redirect output to a file?

Richard

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-19 08:36
From"F. Silvain"
SubjectRe: csound process too heavy?
Richard, Aug 19 2015:
...

> But how can I see why it stopped? The terminal session was gone. Can I
> redirect output to a file?
Hey hey Richard,
you can use &>somefile.log
csound autorec.csd &>autorec.log
Good luck!
...

Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter:  http://twitter.com/ffanci_silvain
* GitHub:   https://github.com/fsilvain

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2015-08-19 09:03
FromAnders Genell
SubjectRe: csound process too heavy?
AttachmentsNone  None  
Or you could use the -O command line flag...

"-O FILE, --logfile=FILE

Log output to file FILE. If FILE is null (i.e. -O null or --logfile=null) all printing of messages to the console is disabled.

[Note]Note
This option only works from the command line and not from .csound6rc or a CsOptions section of a csd file. It needs to be acted upon before sound proper starts. It is ignored in .csoundrc and CsOptions.

"
Regards,
Anders


On Wed, Aug 19, 2015 at 9:36 AM, F. Silvain <silvain@freeshell.de> wrote:
Richard, Aug 19 2015:
...

> But how can I see why it stopped? The terminal session was gone. Can I
> redirect output to a file?
Hey hey Richard,
you can use &>somefile.log
csound autorec.csd &>autorec.log
Good luck!
...

Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter:  http://twitter.com/ffanci_silvain
* GitHub:   https://github.com/fsilvain

------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here