Page 1 of 1

Simple question hard to find the answer...

Posted: Tue Jan 14, 2020 3:04 pm
by Tj Shredder
I simply need to retrieve the part names of a bach.roll after I read the .lll from disk...
I do find the places in the docs how I set it, but can't find how to retrieve the data... Of course this applies to all common score or voice data which is not specific to note events...

thanks for any help...

Re: Simple question hard to find the answer...

Posted: Wed Jan 15, 2020 10:11 pm
by danieleghisi
Hi, you mean the voicenames? You can just send "dump voicenames" and retrieve them from the first outlet (also see #dump, #voicenames)

Re: Simple question hard to find the answer...

Posted: Thu Jan 16, 2020 9:20 am
by Tj Shredder
Thanks, I guess I can do that with any property?
Don't know why I missed that, maybe the docs are just overwhelming...

Re: Simple question hard to find the answer...

Posted: Sat Jan 18, 2020 4:23 pm
by danieleghisi
You can do that with any header property such as : voicenames, slotinfo, markers, groups, keys, clefs, ...
(See #header)
And also with any parameter: dump cents/durations/ties/etc.