Csound Csound-dev Csound-tekno Search About

[Csnd] logfile CsOption

Date2012-04-30 20:27
FromAdam Puckett
Subject[Csnd] logfile CsOption
Attachmentstest.log  my.csd  
Hey list,

When I use the -O option on the command line, I get a log file, but
why does it print each line twice? And when I try to use -O in
CsOptions, why does it still print to stdout?

Date2012-04-30 20:50
FromTito Latini
SubjectRe: [Csnd] logfile CsOption
AttachmentsNone  

Date2012-04-30 20:56
FromTito Latini
SubjectRe: [Csnd] logfile CsOption
AttachmentsNone  

Date2012-04-30 20:58
FromTito Latini
SubjectRe: [Csnd] logfile CsOption
AttachmentsNone  

Date2012-04-30 21:00
FromAdam Puckett
SubjectRe: [Csnd] logfile CsOption
Thanks. Which file is it in?

On 4/30/12, Tito Latini  wrote:
> fixed in git `-O' from commnad line (no doubled lines)
>
> tito
>
> On Mon, Apr 30, 2012 at 03:27:36PM -0400, Adam Puckett wrote:
>> Hey list,
>>
>> When I use the -O option on the command line, I get a log file, but
>> why does it print each line twice? And when I try to use -O in
>> CsOptions, why does it still print to stdout?
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-04-30 23:20
FromAdam Puckett
SubjectRe: [Csnd] logfile CsOption
So, why wasn't there a return there before?

On 4/30/12, Tito Latini  wrote:
> here is the patch
>
> http://csound.git.sourceforge.net/git/gitweb.cgi?p=csound/csound5.git;a=commitdiff;h=98d31eff07e4a72c24c0
>
> On Mon, Apr 30, 2012 at 04:00:46PM -0400, Adam Puckett wrote:
>> Thanks. Which file is it in?
>>
>> On 4/30/12, Tito Latini  wrote:
>> > fixed in git `-O' from commnad line (no doubled lines)
>> >
>> > tito
>> >
>> > On Mon, Apr 30, 2012 at 03:27:36PM -0400, Adam Puckett wrote:
>> >> Hey list,
>> >>
>> >> When I use the -O option on the command line, I get a log file, but
>> >> why does it print each line twice? And when I try to use -O in
>> >> CsOptions, why does it still print to stdout?
>> >>
>> >> Send bugs reports to the Sourceforge bug tracker
>> >>
>> >> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >
>> >
>> >
>> >
>> >
>> > Send bugs reports to the Sourceforge bug tracker
>> >             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe
>> > csound"
>> >
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-05-01 12:00
FromTito Latini
SubjectRe: [Csnd] logfile CsOption
You can find the answer in the history of csound5.

With

  git log -p

we get all the patch starting from the top of the stack (from the
last commit). Useful but with

  git log -p --reverse

we get the history of the code from the first commit.
In my case, the pager used with `git log' is the `less' command.
It is enough a search forward to find the original `msg_callback'
function. Then you can keep on exploring the history book through the
searching facility of your pager.

tito

2012/5/1 Adam Puckett <adotsdothmusic@gmail.com>
So, why wasn't there a return there before?

On 4/30/12, Tito Latini <tito.01beta@gmail.com> wrote:
> here is the patch
>
> http://csound.git.sourceforge.net/git/gitweb.cgi?p=csound/csound5.git;a=commitdiff;h=98d31eff07e4a72c24c0
>
> On Mon, Apr 30, 2012 at 04:00:46PM -0400, Adam Puckett wrote:
>> Thanks. Which file is it in?
>>
>> On 4/30/12, Tito Latini <tito.01beta@gmail.com> wrote:
>> > fixed in git `-O' from commnad line (no doubled lines)
>> >
>> > tito
>> >
>> > On Mon, Apr 30, 2012 at 03:27:36PM -0400, Adam Puckett wrote:
>> >> Hey list,
>> >>
>> >> When I use the -O option on the command line, I get a log file, but
>> >> why does it print each line twice? And when I try to use -O in
>> >> CsOptions, why does it still print to stdout?
>> >>
>> >> Send bugs reports to the Sourceforge bug tracker
>> >>
>> >> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >
>> >
>> >
>> >
>> >
>> > Send bugs reports to the Sourceforge bug tracker
>> >             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe
>> > csound"
>> >
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>


Send bugs reports to the Sourceforge bug tracker
           https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2012-05-01 19:15
FromAdam Puckett
SubjectRe: [Csnd] logfile CsOption
How is it handled in ?

On 5/1/12, Tito Latini  wrote:
> You can find the answer in the history of csound5.
>
> With
>
>   git log -p
>
> we get all the patch starting from the top of the stack (from the
> last commit). Useful but with
>
>   git log -p --reverse
>
> we get the history of the code from the first commit.
> In my case, the pager used with `git log' is the `less' command.
> It is enough a search forward to find the original `msg_callback'
> function. Then you can keep on exploring the history book through the
> searching facility of your pager.
>
> tito
>
> 2012/5/1 Adam Puckett 
>
>> So, why wasn't there a return there before?
>>
>> On 4/30/12, Tito Latini  wrote:
>> > here is the patch
>> >
>> >
>> http://csound.git.sourceforge.net/git/gitweb.cgi?p=csound/csound5.git;a=commitdiff;h=98d31eff07e4a72c24c0
>> >
>> > On Mon, Apr 30, 2012 at 04:00:46PM -0400, Adam Puckett wrote:
>> >> Thanks. Which file is it in?
>> >>
>> >> On 4/30/12, Tito Latini  wrote:
>> >> > fixed in git `-O' from commnad line (no doubled lines)
>> >> >
>> >> > tito
>> >> >
>> >> > On Mon, Apr 30, 2012 at 03:27:36PM -0400, Adam Puckett wrote:
>> >> >> Hey list,
>> >> >>
>> >> >> When I use the -O option on the command line, I get a log file, but
>> >> >> why does it print each line twice? And when I try to use -O in
>> >> >> CsOptions, why does it still print to stdout?
>> >> >>
>> >> >> Send bugs reports to the Sourceforge bug tracker
>> >> >>
>> >> >> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >> >> Discussions of bugs and features can be posted here
>> >> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> >> "unsubscribe
>> >> >> csound"
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > Send bugs reports to the Sourceforge bug tracker
>> >> >
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >> > Discussions of bugs and features can be posted here
>> >> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> > "unsubscribe
>> >> > csound"
>> >> >
>> >> >
>> >>
>> >>
>> >> Send bugs reports to the Sourceforge bug tracker
>> >>
>> >> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe
>> >> csound"
>> >
>> >
>> > Send bugs reports to the Sourceforge bug tracker
>> >             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe
>> > csound"
>> >
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-05-01 19:45
FromTito Latini
SubjectRe: [Csnd] logfile CsOption
AttachmentsNone  

Date2012-05-01 20:52
FromAdam Puckett
SubjectRe: [Csnd] logfile CsOption
What's incomplete, my question or the code?

On 5/1/12, Tito Latini  wrote:
>> How is it handled in ?
>
> incomplete
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2012-05-01 21:23
FromTito Latini
SubjectRe: [Csnd] logfile CsOption
AttachmentsNone  

Date2012-05-02 00:51
FromAdam Puckett
SubjectRe: [Csnd] logfile CsOption
Maybe I should.

On 5/1/12, Tito Latini  wrote:
> The code, your curiosity is complete.
> I don't want to write the code (5 lines).
>
> tito
>
> On Tue, May 01, 2012 at 03:52:13PM -0400, Adam Puckett wrote:
>> What's incomplete, my question or the code?
>>
>> On 5/1/12, Tito Latini  wrote:
>> >> How is it handled in ?
>> >
>> > incomplete
>> >
>> >
>> > Send bugs reports to the Sourceforge bug tracker
>> >             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> > Discussions of bugs and features can be posted here
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe
>> > csound"
>> >
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>