| 33 | |
| 34 | -- Next step: |
| 35 | Creating the dump.mid file works now. I had to choose alsa as music_driver under linux. This can be set via command line by forcing a specifig config with --config=<file> and setting music_driver=alsa. |
| 36 | This creates a dump.mid file, but music cannot be listened to. |
| 37 | For listening, music_driver=alsa_TiMidity can be used, the a server must be started: timidity -iA. |
| 38 | Third option, set music_driver=fluidsynth and soundfont=<anyfont>.sf3. |
| 39 | |
| 40 | Next big problem: By doing as described, no instrument change is produced, so only piano is played back. (At least this is the case for Ubuntu 20.04, which I work with on my laptop. Could have sworn it had worked on Ubuntu 22.04, when I tried it a few hours ago back in my office. More testing tomorrow! |