publicsamples / Quetzalcoatl

Sample player
https://www.modularsamples.com
GNU General Public License v3.0
179 stars 6 forks source link

Linux build #9

Closed dromer closed 1 month ago

dromer commented 9 months ago

Since HISE supports Linux, please add this to your builds! :)

RickTaylor79 commented 9 months ago

It's definitely on the cards, there might be a bit of a wait though as my x86 machine died. Happy to help you though the build process if you wanted to roll your own.

RickTaylor79 commented 7 months ago

Okay, finally got round to a Linux build. It's been tested minimally in Reaper on a 2012(!) iMac. Seems to work & okay.

https://github.com/publicsamples/Quetzalcoatl/releases/tag/0.5.3

dromer commented 7 months ago

On which OS did you try it? I can sort of load it in Carla, but I can't get any audio. Bitwig and carla-single refuse though:

dreamer@auditorium:~$ carla-single vst3 .vst3/Quetzalcoatl.vst3/
['/usr/lib/carla/carla-bridge-native', 'vst3', '.vst3/Quetzalcoatl.vst3/', '(none)', '0']
libjack.so.0 loaded successfully!
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  20 (X_GetProperty)
  Resource id in failed request:  0x0
  Serial number of failed request:  54
  Current serial number in output stream:  54
[carla] Carla assertion failure: "engine == nullptr" in file ../backend/CarlaHostImpl.hpp, line 87
[carla] Carla assertion failure: "! lib.canDelete" in file ../utils/CarlaLibCounter.hpp, line 46
RickTaylor79 commented 7 months ago

It was compiled using Ubuntu 20.04. I've just tried it in Bitwig and it works as expected (couldn't get Carla to detect any VST3 plugins).

Did you install the sample content? It won't make a sound without out this:

https://github.com/publicsamples/Quetzalcoatl/wiki/Installing-Sample-Content

Building it yourself should be pretty easy, I've covered the basics here:

https://github.com/publicsamples/Quetzalcoatl/wiki/Build-it-yourself

RickTaylor79 commented 1 month ago

Closing, as Q now has Linux support.