Search found 2 matches

by rrl1966
Wed Jul 09, 2025 8:07 pm
Forum: Mobile Apps
Topic: API access for open source sheet music app I'm writing
Replies: 3
Views: 15315

Re: API access for open source sheet music app I'm writing

"f you have a paid subscription, you should not be seeing any sort of 15 second delay." That's true with a desktop browser, but we aren't talking about that.The question is there a way to avoid this via the API. To be clear, I start a 'browser' using Qt's web engine (c++). That browser is ...
by rrl1966
Fri Jun 13, 2025 10:37 pm
Forum: Mobile Apps
Topic: API access for open source sheet music app I'm writing
Replies: 3
Views: 15315

API access for open source sheet music app I'm writing

I looked in the forum and on the main site, what mentions I can find seems quite obsolete. I have a Windows based sheet music reader app that I wrote. I'm using the wikimedia interface to search IMSLP, and then using a browser (QtWebEngine) to download a file to the user's hard drive. This takes you...