This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:sheetmusic_animator [2015/11/23 00:49] – [Generator.jsx] admin | software:sheetmusic_animator [2017/09/02 14:15] (current) – [Animation with sheetmusic] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Animation with sheetmusic ====== | ====== Animation with sheetmusic ====== | ||
- | This page describes how to create a project with Adobe After Effects that animates a magnifier which hovers over multiple pages of sheetmusic. | + | This page describes how to create a project with Adobe After Effects that animates a magnifier which hovers over multiple pages of sheetmusic. |
===== t.b.d. ===== | ===== t.b.d. ===== | ||
Line 289: | Line 289: | ||
totalDuration = newComp.duration; | totalDuration = newComp.duration; | ||
- | // Build array for precompse | + | // Build array for precomposed |
var layerIndices = new Array(); | var layerIndices = new Array(); | ||
for (i = 0; i < imgFile.length+1; | for (i = 0; i < imgFile.length+1; | ||
Line 663: | Line 663: | ||
//# script. Once read in adding this effect to a layer is very easy. | //# script. Once read in adding this effect to a layer is very easy. | ||
//############################################################################### | //############################################################################### | ||
- | //# _The structure of an .tfx file is:_ | + | //# _The structure of a .tfx file is:_ |
//# | //# | ||
//# -Each line is seperated with cr/lf | //# -Each line is seperated with cr/lf |