User Tools

Site Tools


software:sheetmusic_animator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:sheetmusic_animator [2015/11/23 00:43] – [script] adminsoftware: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. The result of this can be seen here: [[https://www.youtube.com/watch?v=4j2L8rP-GHA]]
  
 ===== t.b.d. ===== ===== t.b.d. =====
Line 289: Line 289:
             totalDuration = newComp.duration;             totalDuration = newComp.duration;
  
-            // Build array for precompse layers and precompse composition+            // Build array for precomposed layers and precomposed composition
             var layerIndices = new Array();             var layerIndices = new Array();
             for (i = 0; i < imgFile.length+1; i++){             for (i = 0; i < imgFile.length+1; i++){
Line 649: Line 649:
  
 ==== Generator.jsx ==== ==== Generator.jsx ====
-The code below finds all properties belong to a selected effect. This helps finding out what property and value must be used for scripting. For using this script, create a composition containing only one effect, select this and run the script. It will output a txt file, which can be used for scripting.\\ +The code below finds all properties which belong to a selected effect. This helps finding out what property and value must be used for scripting. For using this script, create a composition containing only one effect, select this and run the script. It will output a txt file, which can be used for scripting.\\ 
 Please note that the effect name can not be 100% correct. When it outputs 'Bulge', it may be necessary to use 'ADBE Bulge' instead. Please note that the effect name can not be 100% correct. When it outputs 'Bulge', it may be necessary to use 'ADBE Bulge' instead.
 <code javascript> <code javascript>
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 .tfx file is:_
 //# //#
 //# -Each line is seperated with cr/lf //# -Each line is seperated with cr/lf
software/sheetmusic_animator.1448235796.txt.gz · Last modified: 2015/11/23 00:43 by admin