Delay ms glitch (SOLVED)
-
@Fortune @clumsybear Yeah it's definitely not the macro as I only have that on in this project.
It's happening in compiled plugins for me as well. I have my prototype exported plugin on a track in Ableton with the stereo imager turned on and set to a certain amount where it sounds good (around 20ms) and every time the Ableton project is closed and reopened it changes it to a longer delay time.
I just tested it again in a fresh Ableton project and saved the name of the preset so it would initialize from an actual preset, but when I close and reopen the project it still happens.
It is fine when changing the preset to something else and then back again, but if a user has the preset picked already and has set the parameters how they want, then every time the project will be opened and closed it will happen.
-
I think I've fixed it. The problem was that there is an internal fade between delay times to remove clicks if you change the value, however this lead to the issue at initialisation (it was "ignoring" the requested value change because it started a fade already).
-
@Christoph-Hart Thanks man! This is awesome news. I’ll rebuild and test it out as soon as I get on the mac. I’ll let you know my findings. Fingers crossed!
-
@Christoph-Hart Sorry to be a pain dude. It's still not fixed though in the 22nd Oct build. It's still exactly the same as it was :(
-
@SteveRiggs Scriptnode was updated about 1 hour ago ;)
Edit: actually I don't see any changed there relating to this issue.
-
@d-healey Jeez. After spending all day trying to get that one working lol It did say on the notes for the 22nd Oct one that it was fixed there though so I'm not sure if this new one from 2 hours ago will be any different?
-
Lol you must have thrown the computer out of the window.
Can you make a example snippet that demonstrate your issue? I've just fixed the bug that doesn't restore the initial delay time.
-
@SteveRiggs Yeah the latest update solved the issue. It's fixed now, thanks a lot @Christoph-Hart
-
@Christoph-Hart said in Delay ms glitch (still not fixed):
Lol you must have thrown the computer out of the window.
Lol it almost did!
All seems to be fixed now though after building the commit from yesterday. Much more stable as well!! No crashes on the exported plugin now on first scan in Ableton. Worked first time. You must have worked some extra magic. Thanks dude.
-
I just removed the line
if(isAbleton()) { crashOnFirstLaunch(); }
:)
-
@Christoph-Hart Haha good call