Hervé Bitteur

Results 556 comments of Hervé Bitteur

I made a similar test and it worked. Perhaps you are not using the program the way it should be used (and this may result from a bad UI design...

As an example, I made a very small (and a bit stupid) playlist with 2 excerpts: `chula.png` and `batuque.png`. I say "stupid" because these two images have nothing in common,...

This sounds similar to the recent discussion #754 (support for tablatures). 1/ We must be aware that there are many "standards" in tablature notation, and that we will not be...

> My other concern is what to do with the transcribed tablature. I mean Audiveris will be able to output tablatures in MusicXML format, but to do what? Would a...

> Is there any reason why you don't feature a macOS release? The reason is simple: I have no access to a Mac. But if you can build an installer...

Thank you Fabio for this work. I'm impressed! I'd suggest we create a gradle subproject for this. Today, we have 4 subprojects defined in `settings.gradle` file: - app - schemas...

We could be even more ambitious! Perhaps we could: 1. use the same approach (based on jlink and jpackage Java tools) for various OSes 2. drive them directly from gradle...

Good news: In half a day, I have been able to build a Windows installer for Audiveris, based on your approach. I used a gradle jpackage plugin (id 'org.panteleyev.jpackageplugin' version...

Hello Fabio, I have just created a new branch, name "packaging" off of the "development" branch. Please pull and checkout. Using this branch, we can work together without interfering with...

Hello Fabio, I just pushed to the "packaging" branch the commit fc18cfdf5a51af772e297c0d42b9895c46569f01 which is OK for the .exe and .msi Windows installers. To run it: ```sh # For a .exe...