-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bitwig Studio 5.0.9 has distorted automation #56
Comments
Can you try with bitwig 5.1 beta 1? |
Sorry, I only have Bitwig Studio 4.4.10 8-Track and Bitwig Studio 5.0.9 Trial, so I don't have access to the beta... Translated with www.DeepL.com/Translator (free version) |
Could this be the reason for the bug that keeps calling https://github.com/free-audio/clap/blob/094bb76c85366a13cc6c49292226d8608d6ae50c/src/plugin-template.c#L190C1-L194C8 even when the automation is horizontal and the value does not move during playback? In such cases, there is no problem, but In such cases, it continues to be called. The playback start position is also relevant. I would like to check the beta version myself, but there is no way to access it, so I am writing it here just in case.
Translated with www.DeepL.com/Translator (free version) |
I checked the latest version and it has not been corrected. The video was filmed → https://youtu.be/XQvhnonthNE Translated with www.DeepL.com/Translator (free version) |
I'm sorry it isn't fixed, I must have missed something. |
Should be fixed for Bitwig Studio 5.1.1 |
@lewloiwc we just released 5.1.1, please can you verify the fix? |
Sorry, I am late in noticing your reply! Translated with www.DeepL.com/Translator (free version) |
I added a NFR license to your account. |
Wow! Thanks for the license! I will check it as soon as possible! I checked with the latest Bitwig Studio 5.1.2 and found that 99.99% of the CLAP automation bugs have been cured!
It also depends on whether there is an automation point before the playback start position. I'm not sure if this is actually a bug or not, maybe this is the correct behavior? (I remember that sforzando had the same behavior, as I recall.) CLAP used for verification -> https://drive.google.com/file/d/109C5bw5RSlXelXzG-9PrI5yIrIfhUYxH/view?usp=sharing In fact, I think the impact of these bugs on the sound is close to zero, just a little extra updating of filters and other coefficients as the parameters change. Anyway, the bugs I was concerned about were fixed! Thank you so much and I will enjoy Bitwig! Translated with www.DeepL.com/Translator (free version) |
Thank you again 👍 |
that looks exactly like a float-vs-double thing. somewhere in the code path did a float cast happen? |
That can be! |
Sorry, I was very busy so my reply is very late! The code for this CLAP is shown below. What do you think, perhaps a float cast is not occurring? code
|
The content is the same as what I wrote here.
free-audio/clap#324
I was on Bitwig Studio 4.4.10 at the time, but when I just tried it with Bitwig Studio 5.0.9, it maintained exactly the same behavior.
https://nakst.gitlab.io/tutorial/clap-part-2.html
I have created a CLAP that outputs automation and modulation as DC signals, which I made based on this page, so you can use it if you like.
Automation is output on the left and modulation is output on the right as a DC signal.
https://drive.google.com/file/d/1056gHqgdpBMf8HgIYaqripdRtiRDHl52/view?usp=sharing
Translated with www.DeepL.com/Translator (free version)
The text was updated successfully, but these errors were encountered: