tcdaly

Results 8 comments of tcdaly

Thank you. If it's supported but not documented, I would just suggest documenting the feature.

I have a project for which the audio playback feature would be very useful. Looking forward to it!

Is it true that only UTF8 strings are accepted? If so, I assume that only UTF8 strings are returned and any 'encoding' attributes that are set to anything other than...

I see audio playback of a score has been mentioned a few times in this thread. Has any open source software been developed that will do this, including a vertical...

Thank you @AaronDavidNewman , look forward to checking it out. It looks like this team is also working on an audio playback feature this year: https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues/258#issuecomment-615278857

I am having a similar problem compiling Perl 5.14.4 on Debian 10. I'm getting 2 time-related compile failures as follows: ```# Failed test 'timelocal year for 1970 1 2 0...

Agreed, in other words the URI validator doesn't support URLs with the `file://` scheme. It could be easily fixed by adding a ? after the hostname group in the regexp,...

> Just out of curiosity, have you tried `file://` instead of `file:///` ? It looks like this would result in the validation passing, but it would be a hack since...