probonopd
probonopd
libc.so.6: version `GLIBC_2.33' not found
True, but I don't see where the bug is hiding... do you? Likely somewhere around https://github.com/AppImage/appimage.github.io/blob/b24e9828d7e27c17199b31af763b7664c1ce8db0/pages/apps.md?plain=1#L54-L55
Haven't done so myself, but this seems to describe it: https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll Thanks @ErikKalkoken for looking into it!
Test seems to hang because test system doesn't have a sound card: ``` ALSA lib confmisc.c:767:(parse_card) cannot find card '0' ALSA lib conf.c:4732:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file...
Can you `unset SOURCE_DATE_EPOCH` before running `appimagetool`? I think we are using `-mkfs-time 0` in order to allow for reproducible builds (iirc).
It seems to abruptly stop any still-running reverb tail when a new performance is loaded. I think it gives a small "click" artefact due to the abrupt cutoff. Maybe we...
It also seems to cut off any still-playing notes. Is that intended? I don't think e.g., the Montage does it that way ;-)
Looking at https://codeberg.org/dcoredump/Synth_Dexed/src/commit/d2e73d3ab9e958989342032ac7781d198183efb0/src/dexed.cpp#L975-L977 ``` int16_t Dexed::checkSystemExclusive(const uint8_t* sysex, const uint16_t len) /* -1: SysEx end status byte not detected. -2: SysEx vendor not Yamaha. -3: Unknown SysEx parameter change. -4:...
> VMEM (32-voice) dumps aren't processed in any way. Yes, that's the "bug" ;-)
Thinking about it... you definitely have a point :-) The behavior I intend for MiniDexed is that the bank that is currently selected for the TG(s) that listens on the...