rncbc / synthv1

synthv1 - an old-school polyphonic synthesizer
https://synthv1.sourceforge.io
GNU General Public License v2.0
39 stars 11 forks source link

vee one suite LV2 plugins: QT crash in REAPER ARM 64 bits and ubuntu 23.10 AMR 64 bits #24

Open albmef opened 6 months ago

albmef commented 6 months ago

Hi ! the standanlone version of the v1 suite synths work with JACK, but the QT windows hangs when the LV2 plugins are loaded in REAPER . audio engine still work, but impossible to close the QT window nor minimize it. i need to kill the REAPER app using SIGTERM 15.

raspberry pi 4 4GB with ubuntu 23.10 64 bits (aarch64) libqt6 v6.4.2 for aarch64 REAPER v7.11 aarch64 v1 suite LV2 plugins build version 0.9.31-1 for aarch64

best regards AM

rncbc commented 6 months ago

known fact about Reaper

please use the qt6-static linked builds from https://launchpad.net/~rncbc, eg. Applications (jammy)

albmef commented 6 months ago

after adding the repo i see the two versions of qjackctl but the only one version of synthv1 from the official repo. i should see synthv1 0.9.34 in the list

$ sudo apt update Atteint :1 http://ports.ubuntu.com/ubuntu-ports mantic InRelease Atteint :2 http://ports.ubuntu.com/ubuntu-ports mantic-updates InRelease Atteint :3 http://ports.ubuntu.com/ubuntu-ports mantic-security InRelease Atteint :4 https://ppa.launchpadcontent.net/rncbc/apps-mantic/ubuntu mantic InRelease Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.

$ apt list --upgradable -a En train de lister... Fait qjackctl/mantic 0.9.13.5git.318663-57.1 arm64 [pouvant être mis à jour depuis : 0.9.12-1] qjackctl/mantic,now 0.9.12-1 arm64 [installé, pouvant être mis à jour vers : 0.9.13.5git.318663-57.1]

$ apt list --all-versions qjackctl En train de lister... Fait qjackctl/mantic 0.9.13.5git.318663-57.1 arm64 [pouvant être mis à jour depuis : 0.9.12-1] qjackctl/mantic,now 0.9.12-1 arm64 [installé, pouvant être mis à jour vers : 0.9.13.5git.318663-57.1]

$ apt list --all-versions synthv1 En train de lister... Fait synthv1/mantic 0.9.31-1 arm64

rncbc commented 6 months ago

maybe you should have made it to Applications (mantic) instead.

albmef commented 6 months ago

that is what i did, i added the repos from there. nevermind.