Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux compatibility #15

Open
edogawa23 opened this issue Jan 31, 2023 · 3 comments
Open

Linux compatibility #15

edogawa23 opened this issue Jan 31, 2023 · 3 comments

Comments

@edogawa23
Copy link

edogawa23 commented Jan 31, 2023

Even though I don't own any of your mics (but would like to try and experiment with PolarDesigner using my two AKG C460B).

Under the name of Geekos DAW we're packaging audio/multimedia software for openSUSE Linux.

On my request our JUCE expert created a PolarDesigner package in no time, providing a standalone app, and LV2, VST2 and VST3 plugin binary subpackages, but none of them work for me. I've tried to instantiate the LV2 variant in Ardour 7.2, on an empty audio stereo track but as soon as I try and open the GUI, a massive feedback starts to build up. I can push down the track volume fader and it goes silent again.
also parts of the GUI (most obviously the polar pattern circles) don't scale and aren't in their intended positions.
Before spending any serious amount of time on further testing, I thought I'd get in touch here and ask if there is any interest in supporting native Linux builds?

Thanks, Edgar (a Vienna based theater technician and amateur musician)

@seclorum
Copy link
Contributor

Hi Edgar,

Its possible you got caught in the middle of our updating the PolarDesigner plugin - we have a new version currently in works with a lot of fixes and new UI updates, on the aa-embiq-merg branch (Embiq are working with us to update the UI design) ..

Would you mind having your JUCE expert try to rebuild the aa-embiq-merge branch and see what differences you encounter? This would be valuable feedback, as we are currently gearing up to release the new version of PolarDesigner in the coming weeks.

Re: native Linux builds: YES For sure we would be interested in your experience with this platform - which we don't officially support yet, but do have a great deal of interest in seeing it work. So rest assured, we are paying attention.

@tobiasfalk
Copy link

tobiasfalk commented Dec 8, 2023

@seclorum what version of JUCE do you use to compile the plugin?
Because when I use the latest version (7.0.9) and try to compile it with CMake on Linux(Open Suse 15.5), I get this Errror:

Audio_Plugins/AustrianAudioPlugins/PolarDesigner/Source/../resources/customComponents/TitleBar.h:246:32: Fehler: »std::unique_ptr<juce::ComboBox, std::default_delete<juce::ComboBox> >« kann nicht nach »juce::ComboBox*« in Rückgabe umgewandelt werden
  246 |         if (selectable) return cbChannels;
      |                                ^~~~~~~~~~
      |                                |
      |                                std::unique_ptr<juce::ComboBox, std::default_delete<juce::ComboBox> >

@seclorum
Copy link
Contributor

This is addressed in a fork we are working on internally at the moment - stay tuned for an update in the coming days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants