필터 지우기
필터 지우기

generating audio plugins is not supported in glnxa64

조회 수: 2 (최근 30일)
Angeliki Mourgela
Angeliki Mourgela 2020년 1월 27일
댓글: Angeliki Mourgela 2020년 1월 29일
Hello guys!
I seem to be having an issue when attempting to validate and generate a plugin in Linux. It comes up with ''generating audio plugins is not supported in glnxa64'' error. Any idea how to solve this? MATLAB online has the same issue.
Thank you in advance for the help!

채택된 답변

Charlie DeVane
Charlie DeVane 2020년 1월 28일
Hi Angeliki,
In MATLAB releases before R2019b, validateAudioPlugin and generateAudioPlugin do not support Linux.
As of release R2019b
  • validateAudioPlugin supports Linux.
  • generateAudioPlugin supports Linux, but only with the -juceproject switch. This produces C/C++ source code for the plugin along with a .jucer project file for use with JUCE 5.3.2. It does not compile the plugin into a binary. The -juceproject switch requires a MATLAB Coder license.
hope this helps,
Charlie
  댓글 수: 1
Angeliki Mourgela
Angeliki Mourgela 2020년 1월 29일
Hey Charlie! This helps a lot thank you very much for your response!
Angeliki

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio Plugin Creation and Hosting에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by