Latest Scriptnode strange behaviour
-
@Christoph-Hart When opening my project in the latest scriptnode (commit 4981e1d9157fba8093090a37bae5a801456484c4), some labels are empty (probably the ones that are not populated by the script).
They are even empty in the property editor's"text"
property.
Even weirder, the"saveInPreset"
property of all the labels is enabled although it isn't originally...Also, my script vector knobs show strange decimal values (they are not labels but
g.drawAlignedText
)
Everything's back to normal with an older build
-
Might be related to this:
BREAKING CHANGE: Labels are not persistent by default anymore.
From now on, the Labels will not have the saveInPreset flag enabled by default. The rationale behind this is to remove the necessity to deactivate it manuall...
Forum (forum.hise.audio)
-
@Christoph-Hart Hmm... not sure but it might...
The older built I'm using is 20 days old only, and my labels aresaveInPreset: disabled
in my project anyway, so why would the last build enable it? (so empty their text is a consequence of this I guess)
It looks like the saveInPreset property has been re-enabled by default
The problem is not for new labels, but the actual ones that are already here