[Csnd] Score.srt duplicates time info
Date | 2013-11-11 13:32 |
From | Pauli Laine |
Subject | [Csnd] Score.srt duplicates time info |
Hi all, Could you please give me advice on the following matter. It seems that when I use -t0 flag to preserve 'score.srt' the start-time and note-duration data both duplicated. Is this a bug or feature or am I doing something wrong. What is the purpose of these duplicated values? br. Pauli Laine ----example-------- ;Why is the timing info duplicated in sorted.sco in csound ;when -t0 flag is used? ;;ORIGINAL.sco i12 4.032 0.576 782.8 6.09 5000 i12 4.608 1.008 782.8 9.0 5000 i12 5.76 0.576 782.8 7.0 5000 i12 6.336 0.576 782.8 8.04 5000 i12 6.912 0.576 782.8 9.04 5000 ;;;SCORE.SRT i 12 4.032000 4.032000 0.576000 0.576000 782.8 6.09 5000 i 12 4.608000 4.608000 1.008000 1.008000 782.8 9.0 5000 i 12 5.760000 5.760000 0.576000 0.576000 782.8 7.0 5000 i 12 6.336000 6.336000 0.576000 0.576000 782.8 8.04 5000 i 12 6.912000 6.912000 0.576000 0.576000 782.8 9.0 5000 -- View this message in context: http://csound.1045644.n5.nabble.com/Score-srt-duplicates-time-info-tp5729453.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-11 14:32 |
From | Michael Gogins |
Subject | Re: [Csnd] Score.srt duplicates time info |
I suspect if you had tempo changes the columns would differ. Regards, Mike -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Nov 11, 2013 at 8:32 AM, Pauli Laine <paulintili@gmail.com> wrote:
|
Date | 2013-11-11 14:48 |
From | jpff@cs.bath.ac.uk |
Subject | [Csnd] Re: Score.srt duplicates time info |
Attachments | None |
Date | 2013-11-12 08:36 |
From | Pauli Laine |
Subject | [Csnd] Re: Score.srt duplicates time info |
Hi and thanks for the fast responses, I would only like to get sorted score. Scsort generates strange error message: One possible way around this is to remove the additional time data from -t0 sorted.sco with Python, because I am doing some pythonn processing anyway. But if you have any suggestions how to get sorted score easily, I would really appreciate that. br. Pauli Laine ------ pl@Rateizheck:~$ scsort WARNING: could not open library '/usr/lib/csound/plugins64-5.2/libosc.so' (liblo.so.7: cannot open shared object file: No such file or directory) WARNING: could not open library '/usr/lib/csound/plugins64-5.2/libfluidOpcodes.so' (libfluidsynth.so.1: cannot open shared object file: No such file or directory) -- View this message in context: http://csound.1045644.n5.nabble.com/Score-srt-duplicates-time-info-tp5729453p5729499.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2013-11-12 09:21 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Score.srt duplicates time info |
Those are not error messages, they are just warnings that plugin opcode libraries could not be loaded (osc opcodes and fluid opcodes, because of missing dependencies). The program should work otherwise. Victor On 12 Nov 2013, at 08:36, Pauli Laine |