Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Appending Source text expression.

Tagged: 

  • Appending Source text expression.

    Posted by Obed Ampong on December 21, 2021 at 12:55 am

    Hi,

    Please, I have an expression for my text file to read from CSV data, however, I would like to append it so that it can start counting from 0 to the value as well while as the expression below:

    idx = parseInt(thisComp.name.match(/\d+/),0);

    endCount = footage(“csvData.csv”).dataValue([thisLayer.index-1,idx]);

    I would like to add this

    startCount = 0;

    endCount =effect(“Start”)(“Slider”)

    countDur = effect(“Duration”)(“Slider”);

    t = time – inPoint;

    Math.round(linear(t,0,countDur,startCount,endCount))

    Thank you in advanced

    Regards,

    Obed

    Obed Ampong replied 4 years, 4 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy