-
a counter for exact value
I want to make a counter for exact value
e.g in midi slider (thisComp.layer(“midi”).effect(“ch_0_pitch”)(“Slider”))
includes notes’ values such as 45, 62, 48,45,45,82,95,72,45
I want to count only note value 45 when slider pass it’s keyframe and create it’s increment counter.
BTW my AE crash when I use while loop. so, It’s difficult to test with while loop.