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

do you have a plan about a bit lower unreal engine 4 version. #6

Open
maytom2016 opened this issue Nov 30, 2021 · 4 comments
Open

do you have a plan about a bit lower unreal engine 4 version. #6

maytom2016 opened this issue Nov 30, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@maytom2016
Copy link

maytom2016 commented Nov 30, 2021

I compiled your plug-in on a lower version UE4 and fixed some compilation errors, as shown in the figure below

image

I loaded an MP3 song and output noise, but the higher version won't have this problem.

I added a node without triggering an interrupt, which proves that this code has nothing to do with noise

If you don't have this plan, close the Issues and I'll study it myself. If it can be solved, I'll update the code.

Look forward to your reply.

Best wishes.

@gtreshchev
Copy link
Owner

Hi, I didn't do support for version 4.20. The earliest supported version that I have tested is 4.24. In the future, I will see if it is appropriate and add support if possible.

@jayfenny
Copy link

jayfenny commented Jun 7, 2023

I compiled your plug-in on a lower version UE4 and fixed some compilation errors, as shown in the figure below

image

I loaded an MP3 song and output noise, but the higher version won't have this problem.

I added a node without triggering an interrupt, which proves that this code has nothing to do with noise

If you don't have this plan, close the Issues and I'll study it myself. If it can be solved, I'll update the code.

Look forward to your reply.

Best wishes.

Hello, have you solved the problem? I use UE4.21 and it also output noise..

@gtreshchev
Copy link
Owner

It's possible that something was handled differently in terms of procedural sound wave processing in those older engine versions, not sure. I can investigate it at some point in the future, and if it's something easily fixable, I'll make this fix. Thanks for reminding me of this!

@gtreshchev gtreshchev reopened this Jun 7, 2023
@maytom2016
Copy link
Author

I compiled your plug-in on a lower version UE4 and fixed some compilation errors, as shown in the figure below
image
I loaded an MP3 song and output noise, but the higher version won't have this problem.
I added a node without triggering an interrupt, which proves that this code has nothing to do with noise
If you don't have this plan, close the Issues and I'll study it myself. If it can be solved, I'll update the code.
Look forward to your reply.
Best wishes.

Hello, have you solved the problem? I use UE4.21 and it also output noise..

No,I haven't.I modified the code of the plugin version 4.24 for UE4.20 compilation. Although barely passed the compilation.But it should be memory crossing similar problems.Evidence is directly opened debugging will cause an interruption after closing.To modify the code is very difficult for me.

@gtreshchev gtreshchev added the enhancement New feature or request label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants