[Csnd] logfile CsOption
Date | 2012-04-30 20:27 |
From | Adam Puckett |
Subject | [Csnd] logfile CsOption |
Attachments | test.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? |
Date | 2012-04-30 20:50 |
From | Tito Latini |
Subject | Re: [Csnd] logfile CsOption |
Attachments | None |
Date | 2012-04-30 20:56 |
From | Tito Latini |
Subject | Re: [Csnd] logfile CsOption |
Attachments | None |
Date | 2012-04-30 20:58 |
From | Tito Latini |
Subject | Re: [Csnd] logfile CsOption |
Attachments | None |
Date | 2012-04-30 21:00 |
From | Adam Puckett |
Subject | Re: [Csnd] logfile CsOption |
Thanks. Which file is it in? On 4/30/12, Tito Latini |
Date | 2012-04-30 23:20 |
From | Adam Puckett |
Subject | Re: [Csnd] logfile CsOption |
So, why wasn't there a return there before? On 4/30/12, Tito Latini |
Date | 2012-05-01 12:00 |
From | Tito Latini |
Subject | Re: [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? |
Date | 2012-05-01 19:15 |
From | Adam Puckett |
Subject | Re: [Csnd] logfile CsOption |
How is it handled in |
Date | 2012-05-01 19:45 |
From | Tito Latini |
Subject | Re: [Csnd] logfile CsOption |
Attachments | None |
Date | 2012-05-01 20:52 |
From | Adam Puckett |
Subject | Re: [Csnd] logfile CsOption |
What's incomplete, my question or the code? On 5/1/12, Tito Latini |
Date | 2012-05-01 21:23 |
From | Tito Latini |
Subject | Re: [Csnd] logfile CsOption |
Attachments | None |
Date | 2012-05-02 00:51 |
From | Adam Puckett |
Subject | Re: [Csnd] logfile CsOption |
Maybe I should. On 5/1/12, Tito Latini |