Csound Csound-dev Csound-tekno Search About

[Csnd] Saving Sorted Score

Date2019-07-12 00:38
FromMarvin Kim
Subject[Csnd] Saving Sorted Score
Hi,

I was wondering if there’s a way to save sorted score as a txt or an sco file. 

The point is that I want to see all the pfield values. Especially the one I have score shortcut on as numbered values. 

Thank you! 
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-07-12 01:05
FromSteven Yi
SubjectRe: [Csnd] Saving Sorted Score
There's this following command line flag (from the manual):

"
-t0, --keep-sorted-score

Prevents Csound from deleting the sorted score file, score.srt, upon exit.
"

The generated format is using %a (hexfloat) for formatting of p2,
newp2, p3, and newp3 values. Those values may be a bit cryptic on
their own, so might need to further process the file to make it a bit
more human readable.



On Thu, Jul 11, 2019 at 7:38 PM Marvin Kim  wrote:
>
> Hi,
>
> I was wondering if there’s a way to save sorted score as a txt or an sco file.
>
> The point is that I want to see all the pfield values. Especially the one I have score shortcut on as numbered values.
>
> Thank you!
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-07-12 01:26
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] Saving Sorted Score
Steve, John, Victor,

We really need these values in a much clearer format!  It's cool that we have them, but what we are trying to see in my classes is the random or interpolated ramp values that we are often generating in the toots, etc.  

Could there be a much simpler (and student and dr.b. readable) output format of the sorted score?  Maybe a new command-line flag.  "Simple Sorted Score"????  Hope so.

-dB

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Jul 11, 2019, at 8:05 PM, Steven Yi  wrote:
> 
> There's this following command line flag (from the manual):
> 
> "
> -t0, --keep-sorted-score
> 
> Prevents Csound from deleting the sorted score file, score.srt, upon exit.
> "
> 
> The generated format is using %a (hexfloat) for formatting of p2,
> newp2, p3, and newp3 values. Those values may be a bit cryptic on
> their own, so might need to further process the file to make it a bit
> more human readable.
> 
> 
> 
>> On Thu, Jul 11, 2019 at 7:38 PM Marvin Kim  wrote:
>> 
>> Hi,
>> 
>> I was wondering if there’s a way to save sorted score as a txt or an sco file.
>> 
>> The point is that I want to see all the pfield values. Especially the one I have score shortcut on as numbered values.
>> 
>> Thank you!
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-07-12 05:08
FromForrest Curo
SubjectRe: [Csnd] Saving Sorted Score
Are real time score lines shuffled into this file (or could they be, somehow?)

On Thu, Jul 11, 2019 at 5:26 PM Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
Steve, John, Victor,

We really need these values in a much clearer format!  It's cool that we have them, but what we are trying to see in my classes is the random or interpolated ramp values that we are often generating in the toots, etc. 

Could there be a much simpler (and student and dr.b. readable) output format of the sorted score?  Maybe a new command-line flag.  "Simple Sorted Score"????  Hope so.

-dB

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Jul 11, 2019, at 8:05 PM, Steven Yi <stevenyi@gmail.com> wrote:
>
> There's this following command line flag (from the manual):
>
> "
> -t0, --keep-sorted-score
>
> Prevents Csound from deleting the sorted score file, score.srt, upon exit.
> "
>
> The generated format is using %a (hexfloat) for formatting of p2,
> newp2, p3, and newp3 values. Those values may be a bit cryptic on
> their own, so might need to further process the file to make it a bit
> more human readable.
>
>
>
>> On Thu, Jul 11, 2019 at 7:38 PM Marvin Kim <jkim872@berklee.edu> wrote:
>>
>> Hi,
>>
>> I was wondering if there’s a way to save sorted score as a txt or an sco file.
>>
>> The point is that I want to see all the pfield values. Especially the one I have score shortcut on as numbered values.
>>
>> Thank you!
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2019-07-12 11:42
FromMichael Gogins
SubjectRe: [Csnd] Saving Sorted Score
No. But you can write code to write messages from real time or other instruments to a file. Such messages can be formatted like score lines. 

Regards, 
Mike

On Fri, Jul 12, 2019, 00:08 Forrest Curo <treegestalt@gmail.com> wrote:
Are real time score lines shuffled into this file (or could they be, somehow?)

On Thu, Jul 11, 2019 at 5:26 PM Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
Steve, John, Victor,

We really need these values in a much clearer format!  It's cool that we have them, but what we are trying to see in my classes is the random or interpolated ramp values that we are often generating in the toots, etc. 

Could there be a much simpler (and student and dr.b. readable) output format of the sorted score?  Maybe a new command-line flag.  "Simple Sorted Score"????  Hope so.

-dB

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Jul 11, 2019, at 8:05 PM, Steven Yi <stevenyi@gmail.com> wrote:
>
> There's this following command line flag (from the manual):
>
> "
> -t0, --keep-sorted-score
>
> Prevents Csound from deleting the sorted score file, score.srt, upon exit.
> "
>
> The generated format is using %a (hexfloat) for formatting of p2,
> newp2, p3, and newp3 values. Those values may be a bit cryptic on
> their own, so might need to further process the file to make it a bit
> more human readable.
>
>
>
>> On Thu, Jul 11, 2019 at 7:38 PM Marvin Kim <jkim872@berklee.edu> wrote:
>>
>> Hi,
>>
>> I was wondering if there’s a way to save sorted score as a txt or an sco file.
>>
>> The point is that I want to see all the pfield values. Especially the one I have score shortcut on as numbered values.
>>
>> Thank you!
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here
>
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2019-07-12 13:36
FromJohn ff
SubjectRe: [Csnd] Saving Sorted Score
The format of score.srt was changed to fix a bug on accuracy.  It would be possible to give an option to have iaccate numbers or it is "easy" to write utility to decide.  Given the pace in the release of 6.13 I think the second is a more satisfactory solution.

⁣Sent from TypeApp ​

On Jul 12, 2019, 01:27, at 01:27, "Dr. Richard Boulanger"  wrote:
>Steve, John, Victor,
>
>We really need these values in a much clearer format!  It's cool that
>we have them, but what we are trying to see in my classes is the random
>or interpolated ramp values that we are often generating in the toots,
>etc.  
>
>Could there be a much simpler (and student and dr.b. readable) output
>format of the sorted score?  Maybe a new command-line flag.  "Simple
>Sorted Score"????  Hope so.
>
>-dB
>
>Dr. Richard Boulanger
>Professor
>Electronic Production and Design
>Berklee College of Music
>
>> On Jul 11, 2019, at 8:05 PM, Steven Yi  wrote:
>> 
>> There's this following command line flag (from the manual):
>> 
>> "
>> -t0, --keep-sorted-score
>> 
>> Prevents Csound from deleting the sorted score file, score.srt, upon
>exit.
>> "
>> 
>> The generated format is using %a (hexfloat) for formatting of p2,
>> newp2, p3, and newp3 values. Those values may be a bit cryptic on
>> their own, so might need to further process the file to make it a bit
>> more human readable.
>> 
>> 
>> 
>>> On Thu, Jul 11, 2019 at 7:38 PM Marvin Kim 
>wrote:
>>> 
>>> Hi,
>>> 
>>> I was wondering if there’s a way to save sorted score as a txt or an
>sco file.
>>> 
>>> The point is that I want to see all the pfield values. Especially
>the one I have score shortcut on as numbered values.
>>> 
>>> Thank you!
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>        https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
>> 
>> Csound mailing list
>> Csound@listserv.heanet.ie
>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>> Send bugs reports to
>>        https://github.com/csound/csound/issues
>> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2019-07-12 19:25
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] Saving Sorted Score
I seem to remember, and now John ffitch has confirmed, that there used to be a .txt output in a much more readable/friendly format.  I was surprised in class this week, when we used the command line flags from the manual, as Steven recommended, and got a file that was almost impossible to decipher and that did not, in a quick, intuitive, readable, and useful way, show us the ramped and carried p-fields (from note to note).  We should not need an extra program or utility for this.  The precision of the saved and sorted score was awesome, just not particularly useful, obvious or informative.  Maybe someday Csound can offer both output options?

-dB

PS.  There are many wonderful examples, that I share with students, of .csd files and web apps and C code that generate score files or translate MIDI files to note list files.  We love and appreciate and use them.  It just  seems to me that Csound itself should generate a sorted score that still reads like a traditional score.

Dr. Richard Boulanger
Professor
Electronic Production and Design
Berklee College of Music

> On Jul 12, 2019, at 8:36 AM, John ff  wrote:
> 
> The format of score.srt was changed to fix a bug on accuracy.  It would be possible to give an option to have iaccate numbers or it is "easy" to write utility to decide.  Given the pace in the release of 6.13 I think the second is a more satisfactory solution.
> 
> ⁣Sent from TypeApp ​
> 
>> On Jul 12, 2019, 01:27, at 01:27, "Dr. Richard Boulanger"  wrote:
>> Steve, John, Victor,
>> 
>> We really need these values in a much clearer format!  It's cool that
>> we have them, but what we are trying to see in my classes is the random
>> or interpolated ramp values that we are often generating in the toots,
>> etc.  
>> 
>> Could there be a much simpler (and student and dr.b. readable) output
>> format of the sorted score?  Maybe a new command-line flag.  "Simple
>> Sorted Score"????  Hope so.
>> 
>> -dB
>> 
>> Dr. Richard Boulanger
>> Professor
>> Electronic Production and Design
>> Berklee College of Music
>> 
>>> On Jul 11, 2019, at 8:05 PM, Steven Yi  wrote:
>>> 
>>> There's this following command line flag (from the manual):
>>> 
>>> "
>>> -t0, --keep-sorted-score
>>> 
>>> Prevents Csound from deleting the sorted score file, score.srt, upon
>> exit.
>>> "
>>> 
>>> The generated format is using %a (hexfloat) for formatting of p2,
>>> newp2, p3, and newp3 values. Those values may be a bit cryptic on
>>> their own, so might need to further process the file to make it a bit
>>> more human readable.
>>> 
>>> 
>>> 
>>>> On Thu, Jul 11, 2019 at 7:38 PM Marvin Kim 
>> wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> I was wondering if there’s a way to save sorted score as a txt or an
>> sco file.
>>>> 
>>>> The point is that I want to see all the pfield values. Especially
>> the one I have score shortcut on as numbered values.
>>>> 
>>>> Thank you!
>>>> Csound mailing list
>>>> Csound@listserv.heanet.ie
>>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>>> Send bugs reports to
>>>>       https://github.com/csound/csound/issues
>>>> Discussions of bugs and features can be posted here
>>> 
>>> Csound mailing list
>>> Csound@listserv.heanet.ie
>>> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
>>> Send bugs reports to
>>>       https://github.com/csound/csound/issues
>>> Discussions of bugs and features can be posted here
> 

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here