Description
Hello everyone.
I'm in a situation where I create ofParameters with .:newReference() function.
With that I have both ofParameters "linked together" similar to @arturoc ofParameterLink proposal
I have no issues with that except with ofParameter, as there is no notification loop safeguard.
I've resolved this issue updating what I did in this change with the notifiy loop safeguard implemented in :
openFrameworks/libs/openFrameworks/types/ofParameter.h
Lines 726 to 766 in b674f7e
See implementation in: PlaymodesStudio@7bbf058
My doubt is about using this approach, or using the setMethod / eventsSetValue / noEventsSetValue. Seems as a more elegant solution but, as ofParameter has no value, its use is only for triggering events noEventsSetValue is not a needed function.
What do you think about that?
Thanks!
Eduard